Tim LaBerge bad10ed0f2 Add proper min/max settings to pedal assign effect.
1) Delete definition of pedal1_assign_settings since it should be calculated
   at runtime from the modifier list.

2) Delete the pedal1_assign_settings EffectSetting from
rp355_pedal1_assign_group.

3) Add "None" entries to the tone_lib_group[] and effect_lib_group[]. Otherwise,
   once a library tone or effect is selected, it can't be deselected.

4) Fix up some tracing of effect values that was displaying incorrect values.

5) Change 'update_modifier_combo_box()' to 'update_modifier_vbox()' and for
   the expression pedal let it handle instantiating per combo box entry
   settings.

6) Don't forget to free the links we remove from the list when we're cleaning
   the combo box. If there are per-combo box entry settings, free them using
   the usual destructor.

7) Poll the device for the appropriate settings for EXP_MIN/MAX after we
   we update the modifier list.
2012-12-18 21:49:57 -08:00
2012-05-02 17:17:21 +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-05-02 17:18:50 +02:00
2012-12-17 06:58:44 -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%