MIDI out?
-
@Christoph-Hart Where do you enable it?
-
-
@d-healey Haven't that option always been there? So what is the difference now?
-
@ulrik Now Christoph has implemented MIDI out
https://github.com/christophhart/HISE/commit/65cf260b7057853c187d4a4ac1147707a83bb5c0
-
@d-healey Ok, so how is it used, set it in the Noteon and off callbacks and it will forward the events to output?
Message.sendToMidiOut()
-
@ulrik I've never tried it :)
-
@d-healey Ok, now's the time!
-
set it in the Noteon and off callbacks and it will forward the events to output?
Yes, exactly.
-
-
@Christoph-Hart said in MIDI out?:
set it in the Noteon and off callbacks and it will forward the events to output?
Yes, exactly.
Like This:
function onNoteOff() { Message.sendToMidiOut(); }
But i see no midi getting out of Hise Plugin Inside the Ableton :/
Just tried with an Arpeggiator -
Has anybody got the Midi Out function working in a compiled plug-in? It works in theory for me (juce plug-in host) but in the Daw (live) with the proper routing Iām just getting the input notes and not the midi the plug-in is creating.