0cd6727d452b5a58d6cd21a396bb6e86c9e55af4
1) Don't expose gui mode to the causual user. Hide under the DEVELOPMENT_MODE
#define.
2) Add accessors for the ModifierLinkableList's interesting fields.
3) Free the ModifierLinkableList from modifier_linkable_list(). This allows
us to make the free function static.
4) Rename modifier_linkable_list() to update_modifier_linkable_list().
5) In effects.h, reflect the renaming of update_modifier_linkable_list() and
correct it's signature.
6) Whitespace fixups in gdigi.c.
7) In the handler for RECEIVE_GLOBAL_PARAMETERS, apply the parameter to the gui.
8) Fixup some merge damage ;-(
9) UnCamelCaseIze some variables.
10) When we create the gui, issue a single call to REQUEST_GLOBAL_PARAMETERS to
retrieve the globals from the device, instead of polling each parameter
individually.
Requirments: alsa, gtk+, glib, expat, libxml-2 Getting started guide: -to compile: make -to run: ./gdigi Commandline options: --device (-d) Example: gdigi -d hw:1,0,0 gdigi --device=hw:1,0,0
Description
Languages
C
99.6%
Roff
0.2%
Makefile
0.2%