mustang-midi-bridge/delay_models.cpp
2016-07-29 15:40:45 -04:00

14 lines
579 B
C++

#include "delay_models.h"
const unsigned char null_dly_id[] = { 0x00, 0x00 };
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 };