Page 1 of 1

Posted: 26 Jul 2018, 21:42
by whitelobster
Hello

I am trying to do something really simple in usine but can't seem to get it to work

I would like to take the note-on pitch number of an incoming midi signal, strip that from a note-on and send out the number associated with the note on as a midi cc

so for example

hit a note in the middle of the keyboard- note-on = 60

note-on 60 message comes into usine

note-on is stripped

60 is sent back out of usine as a midi-cc message

What is the best way to do this? I have tried taking a midi-filter module and connect this to a module that sends out midi cc messages but it doesn't seem to work- do I need to take the signal from midi-filter and convert it from a midi type message to pure math before sending it to the midi-cc module or something like this?


Thank you!!

Posted: 26 Jul 2018, 23:37
by nay-seven
not sure if you want to send note On number as the value of the CC , but here a way for the CC 30:

Image