Page 1 of 1
Using the E2 as a polysynth
Posted: Fri Mar 10, 2017 4:08 pm
by Redmond Barry
I'm quite fond of the E2 synth engine and am trying to figure out how to use it as a poly synth (as opposed to paraphonic). Does anyone know of a program that would spit out each new note as a different midi channel in a "round robin" fashion? For example. I play a C chord. C would go to channel 1, E to channel 2, and G to channel 3.
Posted: Fri Mar 10, 2017 4:31 pm
by Z7A
It is possible to do this with the setting TRIGGER MODE Seq 1st. It's really cool. Otherwise a Midi Filter could probably do it.
Re: Using the E2 as a polysynth
Posted: Mon Mar 13, 2017 2:42 pm
by Poumtschak
Redmond Barry wrote:Does anyone know of a program that would spit out each new note as a different midi channel in a "round robin" fashion? For example. I play a C chord. C would go to channel 1, E to channel 2, and G to channel 3.
Someone did this into Reaper with a script:
http://mutable-instruments.net/forum/di ... uestion/p1
Hardware wise, the link relates to the MIDIPal Dispatcher function.
The
MIDIPal is discontinued but you can get an enhanced clone from
https://midisizer.com/midigal/
Or make your own hardware Dispatcher with an Arduino, a MIDI shield, and a little coding.