Un-learn CC for specific controls
-
So I have a widget that has had MIDI learn applied to it.
Now I want to control this widget with another widget (a sort of in-house macro), but if they both have the same MIDD CC assigned to them - then "crash" (obviously )
So do we have a programmatic way to "unassign/unlearn" cc assignments for named widgets?
I know we have
Settings.clearMidiLearn()
even if I dont really know how to use it yet - but it seems a bit of a sledgehammer solution...and would kill my macro-widgets assignments too...
Oh and I tried setting the widgets enableMIDILearn to false - but it kept its pre-existing assignments so no go there...
..and finally if this is not possible, can I request it?
-
Perhaps these functions can help (I've never used them)