What's new

On controller only half working?

jdawg

Active Member
Hi

I have a dial which does stuff when controlled. Simple.

I also have an on controller which tells the dial to move under a certain CC
on controller
if($CC_NUM = 1)
$Dial := %CC[1]
end if
end on

and it does move the dial, but the dial no longer does what it is meant to on control, unless i manually touch the dial.

Anyone had this issue before?

Its a little bit strange maybe my ordering is wrongs?
o=? o=? o=?
 
and it does move the dial, but the dial no longer does what it is meant to on control, unless i manually touch the dial
Copy the "Dial" code line(s) "what it is meant to on ui_control" and paste it(them) under the "$Dial := %CC[1]" line.
 
Top Bottom