Velocity for Volca FM?

The Volva FM doesn’t directly respond to the velocity contained in a NoteOn message. However it does respond to Velocity CC messages. Is there a way in MIDIHub to handle this?

(NoteOn+Channel,Pitch, Velocity) => (VelocityCC, Velocity)((NoteOn+Channel,Pitch, Velocity)

If is not possible, is it possible for me to write my own plugin for filters?

1 Like

Use a Transform pipe at the appropriate location, with these settings:

image

Change ‘Argument1’ to whatever the number of the ‘VelocityCC’ should be.

2 Likes

Awesome, thanks for your help.

1 Like