Start work on multithreaded version
This commit is contained in:
parent
e9170b38ff
commit
96152fd3ed
25 changed files with 1486 additions and 1977 deletions
16
stomp_models.cpp
Normal file
16
stomp_models.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#include "stomp_models.h"
|
||||
|
||||
const unsigned char overdrive_id[] = { 0x3c, 0x00 };
|
||||
const unsigned char wah_id[] = { 0x49, 0x00 };
|
||||
const unsigned char touch_wah_id[] = { 0x4a, 0x00 };
|
||||
const unsigned char fuzz_id[] = { 0x1a, 0x00 };
|
||||
const unsigned char fuzz_twah_id[] = { 0x1c, 0x00 };
|
||||
const unsigned char simple_comp_id[] = { 0x88, 0x00 };
|
||||
const unsigned char comp_id[] = { 0x07, 0x00 };
|
||||
|
||||
const unsigned char range_boost_id[] = { 0x03, 0x00 };
|
||||
const unsigned char green_box_id[] = { 0xba, 0x00 };
|
||||
const unsigned char orange_box_id[] = { 0x10, 0x00 };
|
||||
const unsigned char black_box_id[] = { 0x11, 0x00 };
|
||||
const unsigned char big_fuzz_id[] = { 0x0f, 0x00 };
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue