Disable midi learn
-
In Case You're Doing FX Plugin, This Learn Midi Does No Work In FX!!!
-
@Natan Not sure it works with midi learn but have you enabled the midi input for FX in the projucer and in the preferences? (dunno if both are necessary though…)
-
@ustk I Mean Right Clicking Over The Parameters And Assign To Midi Controllers Knob, That Feature Not Works With FX Plugins, Or Do I Need To Change Someting In Projucer?
Edit: I Never Changed Anything Regarding Midi And Midi Commands No Idea
-
@Tania-Ghosh Nothing to do with the new changes. Are you compiling plugin or standalone?
-
@d-healey Yes, Standalone...
-
@Tania-Ghosh How many copies of the source code do you have on your system?
-
@d-healey 2... One the regular one (sdcriptnode from Hart's Repo) and one from your repo
-
2...
I would guess that this is the root of the issue. Do you need the disable MIDI learn feature right now? If not I'd wait for Christoph to merge it into the official repo.
-
@d-healey No problem...then I will wait..
-
@d-healey is it possible to script enableMidiLearn?
-
@DanH said in Disable midi learn:
@d-healey is it possible to script enableMidiLearn?
its obviously possible to script a MIDI learn function...a la Kontakt..
-
@Lindon Oh I mean script the actual enable/disable of the component in regards to MidiLearn.
-
@DanH Yeah, you can set it like any other property, I don't know if it will update in a DAW though after initialisation.
-
@d-healey Any idea what the API call is? Can't make anything work
-
@DanH
componentName.set()
- like for any other property ;)