Set Midi-Note Volume

Hi at all,

I got a question to you:

How can I set the volume/loudness of a midi note. I working with the MidiNoteOut (Devices) and MidiProgrammOut nodes to create and output a midi note.
I found AudioMixer to set the system volume. That’s not precise enough. I’d like to set the volume of every single midi note I am playing (I play up to three notes at once).

What do you think? How can I set the volume of a midi note?

Cheers,

Huppys

Hello Huppys,

Velocity pin of the MidiNoteOut (Devices) is your friend. It goes from 0 to 1 and affects the volume for every single note. Please check the patch below, it plays 3 notes with 3 different velocities at the same time.

Best,
Anton

Midi_NoteVelocity.v4p (5.2 kB)