multivoice chorus

Post any examples or modules that you want to share here
Post Reply
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

multivoice chorus

Post 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).
Attachments
playChorus3.fsm
(42.84 KiB) Downloaded 1281 times
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: multivoice chorus

Post by Nubeat7 »

thx KG, thats great, very cool idea :)
Post Reply