Route MIDI velocity via note

Mike S's icon

Hello All

I am receiving some MIDI from cubase which is triggering some drum hits. Currently I am just using the notes to trigger the drum hits at one constant velocity.

The problem I have come up against is that I want to route the velocity from cubase to a kind of output volume for each drum hit. I can't figure a way of separating each velocity and correctly assigning it to one hit.

I am using notein. I know there are arguements for it, but i don't think there is one to specify a specific note.

I imagine/hope there's an easy way round this?

spectro's icon

This method is about as basic as it gets, though you will need to route the velocity values for each midi note number you are looking for in a similar way.

Max Patch
Copy patch and select New From Clipboard in Max.

Francois Weber's icon

Maybe you need to filter out note-off messages (drum machine...).
So [stripnote] is made sor you !

Mike S's icon

I had no idea route worked like that!

thanks