Add missing effects to modifier array.
Change AMP_POSITION to AMP_A_POSITION. Add AMP_B_POSITION to the modifier array. Add AMP_PRESENCE to the modifier array and move it to follow Treble in the Equalizer effect. Add EQ_B_POSITION settings to the modifier array. Change the formatting of the debug messages to print more readable columns.
This commit is contained in:
3
gdigi.h
3
gdigi.h
@@ -315,7 +315,7 @@ enum {
|
||||
|
||||
#define AMP_TYPE 2496
|
||||
#define AMP_ON_OFF 265
|
||||
#define AMP_POSITION 8
|
||||
#define AMP_A_POSITION 8
|
||||
#define AMP_B_POSITION 10
|
||||
|
||||
#define AMP_LOOP_ON_OFF 3649
|
||||
@@ -427,7 +427,6 @@ enum {
|
||||
#define EQ_TREB_FREQ 3211
|
||||
#define EQ_ENABLE 3212
|
||||
|
||||
|
||||
#define EQ_LOW_FREQ 3213
|
||||
#define EQ_MID_FREQ_XXX 3214
|
||||
#define EQ_HIGH_FREQ 3215
|
||||
|
||||
Reference in New Issue
Block a user