make set_comp_sustain, set_comp_tone, set_comp_attack, set_comp_level and set_comp_on_off wrappers to set_option

This commit is contained in:
Tomasz Moń
2009-02-22 18:16:27 +01:00
parent 73f9a21a02
commit 68d05bd1db
2 changed files with 13 additions and 35 deletions

View File

@@ -28,6 +28,14 @@ enum {
COMP_TYPE_CS
};
#define COMP_ON_OFF 193
#define COMP_POSITION 4
#define COMP_SUSTAIN 208
#define COMP_TONE 209
#define COMP_ATTACK 211
#define COMP_LEVEL 210
enum {
PICKUP_TYPE_HB_SC = 0,
PICKUP_TYPE_SC_HB