|
|
|
@ -117,9 +117,9 @@ class Dexed : public lvtk::Synth<DexedVoice, Dexed> |
|
|
|
|
private: |
|
|
|
|
double _rate; |
|
|
|
|
uint8_t _param_counter; |
|
|
|
|
float data_float[156]; |
|
|
|
|
float data_float[156+4]; |
|
|
|
|
//uint8_t data[156];
|
|
|
|
|
uint8_t data[156]={ |
|
|
|
|
uint8_t data[156+4]={ |
|
|
|
|
95, 29, 20, 50, 99, 95, 00, 00, 41, 00, 19, 00, 00, 03, 00, 06, 79, 00, 01, 00, 14, |
|
|
|
|
95, 20, 20, 50, 99, 95, 00, 00, 00, 00, 00, 00, 00, 03, 00, 00, 99, 00, 01, 00, 00, |
|
|
|
|
95, 29, 20, 50, 99, 95, 00, 00, 00, 00, 00, 00, 00, 03, 00, 06, 89, 00, 01, 00, 07, |
|
|
|
@ -131,7 +131,8 @@ class Dexed : public lvtk::Synth<DexedVoice, Dexed> |
|
|
|
|
34, 33, 00, 00, 00, 04, |
|
|
|
|
03, 24, |
|
|
|
|
00, 00, 00, 00, 00, 00, 00, 00, 00, 00, |
|
|
|
|
63 }; |
|
|
|
|
63, |
|
|
|
|
12, 12, 12, 12}; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
#endif // PLUGINPROCESSOR_H_INCLUDED
|
|
|
|
|