MIDI out?
-
Is this option needed too?
-
@d-healey I had it enabled when I compiled and tried the plugin before, I'm compiling right now without it enabled, I'll let you know what happens
-
@d-healey It works the same in the plugin I tried, enabled or disabled.
(arpeggiator so it creates its own midi events, however the arp is triggered by an incoming keypress Ā -
-
@d-healey interesting, thanks :)
-
@d-healey NIIICE!
-
@Christoph-Hart Is this the option you referred to in another thread?
Plugin MIDI Output
-
@d-healey yes
-
@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.