Tim LaBerge 0cd6727d45 Fix review comments for pull request.
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.
2012-12-17 21:21:17 -08:00
2012-05-02 17:17:21 +02:00
2012-05-02 17:18:50 +02:00
2009-05-15 16:39:31 +02:00
2009-01-29 21:42:15 +01:00
2010-10-07 11:08:59 +02:00
2012-12-17 21:21:17 -08:00
2012-05-02 17:18:50 +02:00
2012-12-17 06:58:44 -08:00
2012-12-17 21:21:17 -08:00
2012-12-16 21:30:41 -08:00
2011-01-27 11:55:48 +01:00
2012-11-12 21:11:38 +01:00
2012-07-05 23:25:44 +02:00
2012-12-16 21:30:41 -08:00
2012-11-12 21:11:38 +01:00
2012-03-26 16:57:04 +02:00

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
No description provided
Readme 825 KiB
Languages
C 99.6%
Roff 0.2%
Makefile 0.2%