FX - CC input
-
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. -
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.