Start work on multithreaded version
This commit is contained in:
parent
e9170b38ff
commit
96152fd3ed
25 changed files with 1486 additions and 1977 deletions
12
delay_models.cpp
Normal file
12
delay_models.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "delay_models.h"
|
||||
|
||||
const unsigned char mono_dly_id[] = { 0x16, 0x00 };
|
||||
const unsigned char mono_filter_id[] = { 0x43, 0x00 };
|
||||
const unsigned char st_filter_id[] = { 0x48, 0x00 };
|
||||
const unsigned char mtap_dly_id[] = { 0x44, 0x00 };
|
||||
const unsigned char pong_dly_id[] = { 0x45, 0x00 };
|
||||
const unsigned char duck_dly_id[] = { 0x15, 0x00 };
|
||||
const unsigned char reverse_dly_id[] = { 0x46, 0x00 };
|
||||
const unsigned char tape_dly_id[] = { 0x2b, 0x00 };
|
||||
const unsigned char st_tape_dly_id[] = { 0x2a, 0x00 };
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue