You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So would like to fade multiple channels at the same time, but cant see a way to.
if i send this command:
fill 1,00ff00;fill 2,00ff00;thread_start;do;fade 1,255,0,10;fade 2,255,0,10;fade 1,0,255,10;fade 2,0,255,10;loop;thread_stop;
it does work but the channels fade one channel at a time, and id like to fade them both at the same time. am i doing something wrong? this is the debug output:
Hi
So would like to fade multiple channels at the same time, but cant see a way to.
if i send this command:
fill 1,00ff00;fill 2,00ff00;thread_start;do;fade 1,255,0,10;fade 2,255,0,10;fade 1,0,255,10;fade 2,0,255,10;loop;thread_stop;
it does work but the channels fade one channel at a time, and id like to fade them both at the same time. am i doing something wrong? this is the debug output:
Waiting for client to connect.
Enter thread 1,0,72.
do 2
fade 0, 255, 0, 10, -1, 0, 28
fade 1, 255, 0, 10, -1, 0, 113
fade 0, 0, 255, 10, 1, 0, 28
fade 1, 0, 255, 10, 1, 0, 113
loop 71
fade 0, 255, 0, 10, -1, 0, 28
fade 1, 255, 0, 10, -1, 0, 113
fade 0, 0, 255, 10, 1, 0, 28
fade 1, 0, 255, 10, 1, 0, 113
loop 71
fade 0, 255, 0, 10, -1, 0, 28
fade 1, 255, 0, 10, -1, 0, 113
fade 0, 0, 255, 10, 1, 0, 28
fade 1, 0, 255, 10, 1, 0, 113
loop 71
and you can see that it is doing one channel at a time.
any thoughts / advice / help greatly appreciated.
Simon
The text was updated successfully, but these errors were encountered: