Mono display from a poly modulation source

Post any examples or modules that you want to share here
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Mono display from a poly moduation source

Post by adamszabo »

Thanks martin! Indeed it does not output any note off message, perhaps I used the wrong word, instead I should have used last active key, so if I hold one key, it sends the pitch, then I hold another one on top of it, it sends the new one, but if I let go of it Im still pressing the previous one and it should send that one, basically what the midi mono already does. Id love to see how that works in ruby though for learning purposes!
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Mono display from a poly moduation source

Post by tulamide »

adamszabo wrote:...so if I hold one key, it sends the pitch, then I hold another one on top of it, it sends the new one, but if I let go of it Im still pressing the previous one and it should send that one, basically what the midi mono already does. Id love to see how that works in ruby though for learning purposes!

As I already mentioned, I did quite some modules in this topic. None of them do exactly what you need, but some are very close and you sure can do the changes from there on your own. I don't want to search the forum for the threads, that's something you should do, but here are two of more schematics, that float around here.
Attachments
detect_note.fsm
(886 Bytes) Downloaded 972 times
detect_all_notes.fsm
(727 Bytes) Downloaded 969 times
"There lies the dog buried" (German saying translated literally)
Post Reply