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’m working with the MidiNoteOut (Devices) and MidiProgramOut (Devices) nodes to create and output a midi note.
I found AudioMixer (System) 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

A midi note’s meaning really depends on the synth it is going to. In general a note’s velocity value is mapped in some way to volume and or dynamics of an instrument. MidiNoteOut (Devices) has a velocity pin for this, no other IO nodes should be needed.