Midi in controll alias declaration

Hello all,

One simple question.
Is it possible to declare “input cc controll” from rig manager like it is possible to declare input midi device as " MidiInDeviceAlias"

Thank you.

What do you want to achieve?

Hey,

I want to catch cc messages from encoder on my midi controller in script. Encoder is mapped in rig manager.

Ok, in scripting use the callback for cc messages
Did you read the scripting manual?

Thanks mate. That is one of possible solutions.

1 Like

What do you mean is a possible solution?
Use the callback or read the scripting manual :wink:

1 Like

Both hahahahaha

Hey.. I have one more question.

Is it possible to consider only scaled widget values in gp script instead of the “regular values”?

Thanks

Ok.. I think I’ve just found it… GetWidgetCurveValue?

1 Like