FX - CC input
-
Start a page and I'll add to it - https://docs.hise.audio/working-with-hise/project-management/documentation/contributing.html
-
@d-healey That looks difficult 🥶
-
This post is deleted! -
@d-healey said in FX - CC input:
@ulrik Nope, he wants to have MIDI input into his audio effect. But we know how to do that now :)
Not sure we do know --- perhaps its just me who is confused.
So yes I want to have MIDI input (and MIDI learn) in my effects plug-in (lets say its a chorus of some sort..)
What do I turn on in hi_core for projucer?
What do I turn on in the project extensions? -
First of all you don't need to recompile HISE in any case - and if you do so with the MIDI FX flag enabled, you'll get a weird Frankenstein HISE version that is guaranteed to act weird.
- For a MIDI plugin that supports MIDI input, just set the flag in the project settings in HISE.
- If you want the MIDI learn capabilities, just add the
HISE_ENABLE_MIDI_LEARN=1
to each ExtraDefinition field for every OS that you want to support
No Projucer fiddling required.
-
@Christoph-Hart - Ok I think I got that.
So in my case all I need do is add HISE_ENABLE_MIDI_LEARN=1 in my project extensions... and I get MIDI Learn and (obviously) MIDI in for my FX plug-in.
-
Yup, like Dave suggested.
EDIT: And the Enable Input Flag, of course: