add store preset window
This commit is contained in:
2
gdigi.c
2
gdigi.c
@@ -234,7 +234,7 @@ void set_preset_level(int level)
|
||||
set_option(PRESET_LEVEL, PRESET_POSITION, level);
|
||||
}
|
||||
|
||||
void store_preset_name(int x, gchar *name)
|
||||
void store_preset_name(int x, const gchar *name)
|
||||
{
|
||||
static char set_name[] = {0xF0, 0x00, 0x00, 0x10, 0x00, 0x5e, 0x02, 0x39, 0x00, 0x04, 0x00, 0x01, 0x00 /* preset number */, 0x00 /* name starts here */, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user