Is it possible to change the slide object image to a dial or has anyone a sample of a volume dial.
Thanks
Thanks
nV = AudioControl.KCGetPosition("Plugin2"); Label.SetText("Label5", nV);
i = 0; for k in pairs (AudioControl) do i = i + 1; Dialog.Message(i, k); end
if KnobCtrlPos[ObjectName] > -1 then
function AudioControl.KCGetPosition(ObjectName) if AudioControlObject[ObjectName] > 0 then if KnobCtrlPos[ObjectName] > -1 then return KnobCtrlPos[ObjectName] else return nil end end end
Comment