DAW dont record midi notes from Instrument
-
Hi everyone,
Following up on this thread — I managed to get MIDI recording working on a separate track (see: https://forum.hise.audio/topic/11556), so that part is sorted.Now I’d like to take it a step further: I want to trigger MIDI notes from UI components — specifically an XY Pad and/or buttons — and have those notes sent out to the DAW for recording, just like a standard virtual keyboard would.
Has anyone implemented something like this? I’d love to see a working example or at least a pointer in the right direction. Any help is appreciated!
-
@pelle You need to use
Message.sendToMidiOut()in the script that is sending the message in order to forward it to the output of the pluginFor this to work, you'll also need to allow it in the settings:
