12 lines
523 B
C++
12 lines
523 B
C++
#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 };
|
|
|