Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CmdPeriod broken #219

Closed
jleben opened this issue May 6, 2012 · 1 comment
Closed

CmdPeriod broken #219

jleben opened this issue May 6, 2012 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@jleben
Copy link
Member

jleben commented May 6, 2012

[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

@jleben
Copy link
Member Author

jleben commented May 6, 2012

[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.

@jleben jleben closed this as completed May 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

1 participant