enable midi learn in child panels
-
@ustk yeah
-
@ustk said in enable midi learn in child panels:
Taking the opportunity to remind that the leading zeros of the values are not looking good...
I only modified the aspect until now, but having script access is not just a simple modification...
-
Another problem, midi learning with a child panel causes an instant crash
-
@ustk yes I've noticed 🥶
-
@ustk what about having different midi learn zones in 1 panel, would it be possible?
-
@ustk Ok
-
@ulrik said in enable midi learn in child panels:
@ustk what about having different midi learn zones in 1 panel, would it be possible?
Then you have to make it manually, which is not very difficult but then you lose the midi tile information/access
I have this in a project where 3 main parameters have their own midi learn implementation and the rest use the stock system. -
@ustk Yes I have a plugin that works that way too but, I store it in an object and read the incoming messages in the on controller cb, but I thought it might be possible to get under the hood and let the stock system handle it in some way?
How do you handle it? -
@ulrik the same you do
-
@ustk Ok, thanks