MIDI Harmonizer
Hi, I'm a beginner in max, today I wanted to create a really easy MIDI Harmonizer, one midi note input, 4 midi note output variables with 4 live dials. My problem is, when I change the note with a dial the mini off output isn't send, so, how can I do it?

Vladislav,
You need to keep midi_notes together with their velocities (dynamic). I've done that by including a [pack i i] object. Try adding in a dial to the right inlet of the [+ 7] object.
Hope this helps,
Mitch
Max Patch
Copy patch and select New From Clipboard in Max.

You may want to read through the first Max tutorial on MIDI (called: Basic MIDI). Specifically, look at the third and fourth paragraphs under [notein] [noteout] objects. It explains a "noteoff" as a note with zero velocity.
Let me know if you have any other questions,
Mitch