1) Is there a way to get the value of an executor fader (or knob)?
2) Is there a way to hook (listen) on the fader value changes?

How to get the current value of an executor fader?
BECOME PART OF THE COMMUNITY - Sign up here
-
-
I didn't find any way to do it.
I found an ugly hack workaround.
I turn on OSC out, and I use an external app to listen for OSC, and for each fader value received I send back an OSC Cmd message. This Cmd can either call my LUA plugin with that value, or set a UserVar, so the plugin can get the value when it needs it.
But this is something I can only use myself, I cannot deliver my plugin to users an expect them to run an external App for this. -
1. yes this is possible. (via the GetFader object method)
2. not to my knowledge
-
-
notice the curly brackets in the error message, you need to provide a {table}, however table content is [optional]
Lua "Echo(GetExecutor(201):GetFader({}))"
Lua "Echo(SelectedSequence():GetFader({token='FaderMaster'}))"
-
Amazing !!!
Many "Thank-You"s !
Andreas I guess you get ANOTHER free plugin (-:
This will be for the "True Temp Fader" plugin,
estimated release at March 2023.
In the meantime,
try BETA testing the Pool Browser.
http://www.ma3-pro-plugins.com -
Any idea what the "index" property means?
(In the table where the "token" property is) -