FX - CC input
-
I'm looking at the source code now and saw an interesting comment:
/** Allow the end user to right click on a knob to MIDI learn it. On compiled FX plugins, this is deactivated by default (because the FX plugin won't get MIDI input anyway.) */
I'll keep digging.
In the meantime, you could try compiling with
HISE_ENABLE_MIDI_LEARN=1
. -
I can confirm that adding
HISE_ENABLE_MIDI_LEARN=1
in the extra definitions enables MIDI learn for FX plugins :D It's so good to have access to the HISE source! -
@d-healey Good catch! :)
-
@d-healey - great catch!! - off to compile now - but a nagging voice in my head says I did this already - where am I adding this:
Extra_Preprocessor_Definitions?
-
@Lindon Yeah, of your project, not HISE.
-
@d-healey - oh even better,,,,,
-
Yep confirmed that works - life saver as usual Mr Healey...
-
@Lindon said in FX - CC input:
Yep confirmed that works - life saver as usual Mr Healey...
Woah spoke too soon -- this broke HISE in a pretty permanent way - it now wont make any noise at all.....
-
@Lindon Broke HISE or your plugin?
-
@d-healey HISE
I just recompiled HISE - and it now wont make any sound at all - there is no output.
I can see midi notes arriving but even a simple sine wave generator wont make any noise at all...
I inserted a script node and its receiving midi notes - but at the point nothing else happens...no sound generated - and none appearing in the LEDs
-
@Lindon I don't think that's anything to do with the flag you set for your project then, sounds like some other issue. With the sine wave generator are you seeing the internal meters moving?
-
@d-healey nope nothing - I have an earlier version form Nov which works fine, I've just deleted the whole build folder and rebuilt from scratch - same problem , no sound being generated
-
@Lindon Did you enable HISE_MIDIFX_PLUGIN? Is so, try disabling that.
-
@d-healey so its the projucer settings above(the ones in hi_core).. I just recompiled with those turned OFF - and it works fine...
@Christoph-Hart ??????????
-
@Lindon Is it both of them or just HISE_MIDIFX_PLUGIN? Because I have the other one enabled and no issues.
-
@d-healey I can confirm that setting "HISE_MIDIFX_PLUGIN to enabled will make Hise silent
-
@ulrik I'm guessing you use that setting only if you want to run HISE as a MIDI FX plugin.
-
@d-healey Ah, of course, but was it not that you discussed?
-
@ulrik Nope, he wants to have MIDI input into his audio effect. But we know how to do that now :)
-
@d-healey That is great news!
Could we collect all "Extra definitions" in one place? That would be a great source for everybody.