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

Pbindef broken when overloading play key #1167

Closed
timblechmann opened this issue Aug 9, 2014 · 1 comment
Closed

Pbindef broken when overloading play key #1167

timblechmann opened this issue Aug 9, 2014 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@timblechmann
Copy link
Contributor

prints 0.4 every 0.4 seconds:

Pbind(\dur, 0.4,
    \play, #{~dur.postln}
).play

prints nil once:

Pbindef(\postdur, \dur, 0.4,
    \play, {~dur.postln}
).play
@telephon
Copy link
Member

fixed in c71e2bc

@crucialfelix crucialfelix added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label Jan 18, 2016
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

3 participants