Page 1 of 1

multivoice chorus

Posted: Tue Aug 12, 2014 8:10 pm
by KG_is_back
A chorus effect that uses poly streams to create voices. Each voice behaves like a single flanger (LFO modulated short delay). Ruby code creates number of midi notes, that are transformed into voices. each voice has unique pitch that is used to read it's own special parameters from memory arrays. In the end all voices are summed (poly to mono) and wet/dry knobs are applied. You can manually control each individual parameter via 6 graphs (divided into 2 groups). Each graph also has automatic "shaped" mode - where you define 3 parameters to shape the array in a special way. Also "random" mode is present to led you randomize the array if you want.

It is just a prototype.... has many bugs... supports voices 1 to 128 (CPU load rises with number of voices).

Re: multivoice chorus

Posted: Thu Aug 14, 2014 11:53 pm
by Nubeat7
thx KG, thats great, very cool idea :)