add RP500 compressor and amp settings

This commit is contained in:
Tomasz Moń
2009-04-12 18:36:41 +02:00
parent 12c2ccc87f
commit c964d38c17
7 changed files with 286 additions and 42 deletions

View File

@@ -191,6 +191,8 @@ Preset *create_preset_from_data(GString *data)
gint x;
gint tmp;
g_return_val_if_fail(data != NULL, NULL);
x = 0x09;
n = 0;
total = (unsigned char)data->str[x];