Tim LaBerge a389c785f7 Merge branch 'global'
Conflicts:
	.gitignore
	effects.c
	gdigi.c
	gdigi.h
	gdigi_xml.h
	gui.c
	gui.h
	preset.c
	preset_xml.c

effects.c: More effect_values_0_to_* arrays for various effects.
           VALUE_TYPE_POSID for linkable effects.
           Add the rest of the global settings (need to change USB_POSITION
           to GLOBAL_POSITION throughout).
           A few label typos.
           New settings, groups, and effects for linkables.
           Make the display three rows instead of two.
           Add missing modifiers.
           Add missing xml settings.
           Code for handling/updating the global modifier linkable list.

effects.h Add VALUE_TYPE_POSID.

gdigi.c   Tweaks for value formatting.
          Use NOTIFY_MODIFIER_GROUP_CHANGED to drive the update of the combo
          boxes for linkable effects.
          Use RECEIVE_MODIFIER_LINKABLE_LIST to handle the update of the
          combo boxes for linkable effects.

gdigi.h   Minor changes.

gui.c     Deprecate gtk_vbox_new().
          Use simpler API gtk_combo_box_text_append_text().
          Minor reformatting/whitespace changes.
          Code to update combo boxes for linkable effects.
          Code to retrieve global parameters from device at startup.

preset_xml.c
          Some tweaks to map_xml_value() so that it's passed resolved
          EffectValues for settings of type EXTRA.
2012-12-16 21:30:41 -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
2012-12-16 21:30:41 -08:00
2012-12-16 21:30:41 -08:00
2010-10-07 11:08:59 +02:00
2012-12-16 21:30:41 -08:00
2012-05-02 17:18:50 +02:00
2012-12-16 21:30:41 -08:00
2012-12-16 21:30:41 -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%