|
|
@ -176,7 +176,7 @@ void Dexed::getSamples(uint16_t n_samples, int16_t* buffer) |
|
|
|
#ifdef USE_FX |
|
|
|
#ifdef USE_FX |
|
|
|
fx.process(sumbuf, n_samples); |
|
|
|
fx.process(sumbuf, n_samples); |
|
|
|
#else |
|
|
|
#else |
|
|
|
arm_scale_f32(sumbuf, 1.0, sumbuf, n_samples); // This is crap! Have to set the right volume here...
|
|
|
|
arm_scale_f32(sumbuf, fx.getGain(), sumbuf, n_samples); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
//#ifdef USE_TEENSY_DSP
|
|
|
|
//#ifdef USE_TEENSY_DSP
|
|
|
|