Page 1 of 1

Poly to Mono Help

Posted: Wed Jul 08, 2015 4:18 pm
by adamszabo
I have been scratching my head about this for a couple of days but with no luck, perhaps there is someone here who is a better puzzle solver than me :mrgreen:

What I would like is to modulate a mono target from a polyphonic source. Lets say I play a few notes with different velocities, and I want the velocity to change something mono only. What will happen? I checked in a lot of different synths, and what they seem to be doing is they take the value from the most recently pressed key. I posted an image to show you what I mean, it takes the most recent poly velocity value and holds it until the next and sends it to blue mono out. I tried to somehow create a comparison to the last pressed channel Id, and get the value from that id which matches, sounds simple but with FlowStones own voice management it becomes a real nasty thing to do.

Since you cant really do different velocities on the computer keyboard, I simply connected the pitch instead so we can see different values.

Any ideas is appreciated!

Re: Poly to Mono Help

Posted: Wed Jul 08, 2015 5:32 pm
by Logado
not sure can be use a MIDI module and from there take last pressed key?

Re: Poly to Mono Help

Posted: Wed Jul 08, 2015 8:59 pm
by adamszabo
I was also thinking something along those lines but couldnt manage. :(

Re: Poly to Mono Help

Posted: Wed Jul 08, 2015 11:07 pm
by Logado
again not sure :lol: my english is not good. this is it?

Re: Poly to Mono Help

Posted: Thu Jul 09, 2015 12:13 am
by adamszabo
Hmm, kind of, but I only used the velocity as an easy example, I would need to have it in stream version, so I can extract all kinds of useful stuff, keytracking, lfos and whatnot using the last channel id with the last key pressed. But thank you for the effort!