make set_wah_min, set_wah_max, set_wah_level, set_wah_on_off, set_pickup_on_off and set_preset_level wrappers to set_option

This commit is contained in:
Tomasz Moń
2009-02-22 19:11:42 +01:00
parent 68d05bd1db
commit c4b1fbff77
2 changed files with 22 additions and 46 deletions

16
gdigi.h
View File

@@ -23,6 +23,16 @@ enum {
WAH_TYPE_CLYDE
};
#define WAH_POSITION_MIN_MAX 20
#define WAH_MIN 8195
#define WAH_MAX 8196
#define WAH_ON_OFF 129
#define WAH_POSITION 3
#define WAH_LEVEL 133
enum {
COMP_TYPE_DIGI = 0,
COMP_TYPE_CS
@@ -41,6 +51,9 @@ enum {
PICKUP_TYPE_SC_HB
};
#define PICKUP_ON_OFF 65
#define PICKUP_POSITION 2
enum {
DIST_TYPE_SCREAMER = 0,
DIST_TYPE_808,
@@ -102,6 +115,9 @@ enum {
#define DIST_MP_TONE 2446
#define DIST_MP_VOLUME 2447
#define PRESET_POSITION 18
#define PRESET_LEVEL 2626
enum {
EQ_TYPE_BRIGHT = 0,
EQ_TYPE_MIDBOOST,