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
[Comment migrated from SourceForge | Submitted by 'jamshark70']
According to Task documentation, this example is not expected to work. So, I'm closing this issue. I will open another one for a legitimate bug WRT Task and CmdPeriod.
[Issue migrated from SourceForge | ID: 3440254 | Submitted by 'nufets']
[http://sourceforge.net/support/tracker.php?aid=3440254]
the following works as expected in an old sc-installation (SVN-rev. 9417) but not under SC recently compiled from GIT:
t = Task({
inf.do { |i|
("running:"+i).postln;
1.0.wait;
}
}, AppClock)
CmdPeriod.add({ t.stop.play })
t.play
The text was updated successfully, but these errors were encountered: