Get the modulated value of a slider
-
Hey everyone,
With
ScriptSlider.getValue(), I get the value of a slider set via the UI. Is there any way I can also get the modulated value if modulation is present?In my case, I am not using a MatrixModulator but direct modulation via
matrixTargetId.PS. In the controlCallback, you can obtain the actual modulated value via the value variable. However, that does not assist me.
Many thanks,
Oli -
@Oli-Ullmann I don't know if it'll help for your use case but all modulation related values are in the LAF obj of the sliders
-
@ustk
Yes, thank you very much. In addition to LAF, there is alsoScriptModulationMatrix.getModulationDisplayData(String targetId).However, I actually want to use it for modulation, and I think both LAF and the function
getModulationDisplayDatarun in the UI thread and are therefore not really suitable for modulation. But thanks for the idea! :-)