perfect, thanks, then use the range of an integer [0..32767]
Type: Posts; User: Angel
perfect, thanks, then use the range of an integer [0..32767]
I do not see it clearly,
Well, when we put an envelope in that input the range varies from 0 to 1 (float), but I don't see in line 90 the transform from the range 0 to 1 to an integer int16_t.
void...
I Would like to know what is the range of the frequency control input in the AudioFilterStateVariable?
and where is the filter control variable in the filter_variable.h/cpp code, since I don't see...
AudioEffect is a bit strange. The Chorus that I have seen usually have as parameters the number of voices, but also the type of LFO and the rate of the LFO
I have configured the AudioEffectChorus as follows:
//buffer delay
short delayBuffer[AUDIO_BLOCK_SAMPLES*2];
//in the setup()
chorus1.begin(delayBuffer,AUDIO_BLOCK_SAMPLES*2,2);
then I...
ok it works, but only if the AudioSynthWaveform module is connected to another module.
ok i Hack the AudioSynthWaveform.h AudioSynthWaveform.cpp to get amplitude for LFO purposes
I have written an LFO type AudioSynthWaveform,
and I call it with lfo1.getLastAmplitude() and i only...
thanks paul, now all good: o
I'm not managing to change the pitch of the waveform with an envelope, can you help me?
21975
Do I have to put something specific in the code?