Hi. I ´ve coded a module called ModuleCrossfader to mix 2 inputs and gradually fade from one to another , back and forth. Its lika a double inverted VCA.
It is a great resource to use with modules that have many wavetables so you can navigate between then with a lot of sound potential when mix the wavetables.
I already did the same on mozzi and it runs fine.
But i´m having a glitch/noise when I change the wavetables .
-wavetable_osc->wavetable_input = inputs->mod;
I´m modifying the SynthWavetableFolder.cpp for my tests.
I searched over a solution and find 2 maybes:
-a) : i´m on prototyping mode , so the 3.3v from board to the Pots isnt flat. maybe the analogRead are fluctuating
-b) there is a intentional interval between each wavetable pot mapping
Thnak you !
I´m in love with this project. Many thanks for share it
Hi. I ´ve coded a module called ModuleCrossfader to mix 2 inputs and gradually fade from one to another , back and forth. Its lika a double inverted VCA.
It is a great resource to use with modules that have many wavetables so you can navigate between then with a lot of sound potential when mix the wavetables.
I already did the same on mozzi and it runs fine.
But i´m having a glitch/noise when I change the wavetables .
-wavetable_osc->wavetable_input = inputs->mod;
I´m modifying the SynthWavetableFolder.cpp for my tests.
I searched over a solution and find 2 maybes:
-a) : i´m on prototyping mode , so the 3.3v from board to the Pots isnt flat. maybe the analogRead are fluctuating
-b) there is a intentional interval between each wavetable pot mapping
Thnak you !
I´m in love with this project. Many thanks for share it