Poly to Mono Help

For general discussion related FlowStone
Post Reply
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Poly to Mono Help

Post 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!
Attachments
poly_to_mono.jpg
poly_to_mono.jpg (124.5 KiB) Viewed 10015 times
mostRecentID.fsm
(25.15 KiB) Downloaded 755 times
Logado
Posts: 62
Joined: Tue Jan 06, 2015 5:42 pm

Re: Poly to Mono Help

Post by Logado »

not sure can be use a MIDI module and from there take last pressed key?
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Poly to Mono Help

Post by adamszabo »

I was also thinking something along those lines but couldnt manage. :(
Logado
Posts: 62
Joined: Tue Jan 06, 2015 5:42 pm

Re: Poly to Mono Help

Post by Logado »

again not sure :lol: my english is not good. this is it?
Attachments
velocity.fsm
(25.24 KiB) Downloaded 773 times
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Poly to Mono Help

Post 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!
Post Reply