how to send [noteout]-Data to vst~
Hi,
with Keyboard i´m triggering Midinotes...
Midi-note-number & velocity are connectet to midi out...
Max Patch
Copy patch and select New From Clipboard in Max.
But: Whats the way to make connection to a VST~ Instrument (syntesizer) ?
[noteout] hasn´t outlets... Whats a possible way to connect this to VST~?
best,
hgh
1. replace [noteout] by [pack 0 0].
2. connect it to a message box [midievent 144 $1 $2]
3. send the message to the left inlet of vst~
thank you very much!!!
i also now: In the next time i´ve to study the midi-tutorial ;)
best,
hgh