MidiFX Plugin from Hise
-
@ulrik With out knowing it completely, I don't think under the VST2 or even VST3 (I´ve done some professional JUCE work before using VST3) there is no concept of a MIDI FX plugin.
At least in JUCE, you just tell the host that you want to receive and/or send MIDI. You can do the same with sound, stating how many channels you want to input/output etc.
I have no idea what a given host does with that information. The host will ask a plugin upon instantiation weather it will produce audio and/or MIDI. A JUCE plugin can answer yes to both. Perhaps some hosts will decide to put some plugins into some categories, but it works on Windows both in Reaper and Ableton Live
-
@jonhallur Ok I see, I might give it a try and see if also Logic will accept it as a MidiFX plugin, thanks! :)
-
@ulrik Please let me know, I don't have a Mac and I'm very curious about Logic.
-
@jonhallur I don't know if I did. it the right way but...
I changed the code (as you described), compiled Hise Standalone with the extra definitions, exported as FX plugin from Hise but it didn't show up in Logic under the Midi FX slot
-
@jonhallur am I supposed to set the extra definitions in Hise preferences as well?
And do I set the Hise projucer "HISE_MIDIFX_PLUGIN" enabled? -
@ulrik No, I did not mess with the ProJucer project file at all it's just settings in HISE.
I also did not compile the HISE Standalone editor again, if that is what you mean.
-
@jonhallur great, I'll test again
-
@ulrik I found some crazy behavior using Hise MidiFX plugin inside Logic
When standing on the MidiFX activated track it works fine, as soon as I stand on another track it fails, the arp is running but it's not producing any midi out to the instrument even though the arp is running as it should
Compared to the Logics own arpeggiator
Any thoughts about what's happening here is much appreciated
-
@ulrik We got CC output to work as midi fx plugin if we export as AUv3 , but we are encountering problems with ui size and and some other minor ui issues. So I would love to be able to do a normal AU midifx plugin , did you make any progress with that ?
-
@lalalandsynth yes, in Logic it works if compiled as MidiFX au, Logic will recognize cc