Page 1 of 1
Cross fade between waveforms ?
Posted: Wed Oct 17, 2018 8:16 am
by Halon
I have been using the cross fade module by kevin brown to fade between 2 waveforms but I want to cross fade more than 2 waveforms. The module by kevin brown only let you fade between 2 waveforms it seems. Does anyone know how to make one ?
Re: Cross fade between waveforms ?
Posted: Thu Oct 18, 2018 12:49 pm
by tulamide
First you have to define if you want to achieve a real crossfade or a fake one. The latter is just linear interpolation from channel 0 to channel 1, then channel 1 to channel 2, then channel 2 to channel 3, etc.
The former is more complex. It is basically a linear interpolation between channel 0 and channel n, with all channels in between just interpolated by ratios influenced from that main interpolation. So that when n is at 100%, 0 is at 0%, 1 is at 1/n %, etc.
Re: Cross fade between waveforms ?
Posted: Fri Oct 19, 2018 6:32 am
by Halon
Thanks for explain ing tulamide. I think it would be best to use fake crossfading since it sounds more easy to achieve.
Do you perhaps have a schematic laying around ?
Re: Cross fade between waveforms ?
Posted: Fri Oct 19, 2018 9:29 am
by adamszabo
There has been discussions about this already. Try this:
viewtopic.php?f=4&t=4380&p=24831&hilit=+morph#p24831
Re: Cross fade between waveforms ?
Posted: Fri Oct 19, 2018 2:06 pm
by Halon
Thanks Adam. I'll have a read.