FX - CC input
-
@Lindon Perhaps it only enables MIDI input (which you can detect with your script) and not the MIDI learn feature, in which case I think we need to add MIDI learn to FX too.
-
@d-healey yeahbeginig to suspect this - so I will do some experiments...and report back.
-
@d-healey - yep. You are right - its receiving midi data in - but there's no "right click for MIDI Learn" functionality...
-
@Lindon Yeah that's what Dave is saying. I myself use the MIDI input in my FX plugin, as I need notes to trigger some functions. But no MIDI learn, I should have mentioned that.
-
@ustk all good - off to build my own MIDI CC mapping panel now...
-
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.