MIDI out?
-
@Lindon yes, now I have made a short test and it seems to work in Reaper :)
-
@Lindon yes, now I have made a short test and it seems to work in Reaper :)
Oooookaaay... so its possibly not: "only works in Logic",
but is instead its: "only doesnt work in Live"?
Anyone else got any other esoteric rarely used DAW (like say Cubase etc.) that can test MIDI plugins using @ulrik 's kindly donated snippet?
-
@Lindon ok, a bit hasty there, sorry :)
-
-
@ulrik Further explorations, the compiled vst3 version does NOT work in Reaper, but the vst2 does, the au version doesn't show up at all
Reaper records the MidiFX Plugins midi output, so if playing the recording back, in reaper, the plugin will not be affected (you can disable it) because the result is already on the track.
Logic record the pressed key and NOT the plugins midi output so the MidiFX plugin has to be activated when playing back the recording.
In Reaper the instrument will read the CC coming from the MidiFX plugin, and it will be recorded in Reaper
In Logic the instrument will be affected by the CC Controller values coming from the plugin, but it will not be recorded
-
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!