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

Triggering EnvGen with Impulse.ar crashes the server #1642

Closed
michaeldzjap opened this issue Aug 29, 2015 · 2 comments
Closed

Triggering EnvGen with Impulse.ar crashes the server #1642

michaeldzjap opened this issue Aug 29, 2015 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: scsynth

Comments

@michaeldzjap
Copy link
Contributor

This seems to crash the server using the latest SC 3.7alpha1 build on osx 10.10.5

{ SinOsc.ar(440,0,EnvGen.ar(Env([0,1,0],[0,0.5],-3), Impulse.ar(1))) }.play
@jamshark70
Copy link
Contributor

Confirmed, an audio rate trigger is definitely broken.

The latest commit as of this writing (730070a) changes the way envelope triggers behave. So, as a test, I rolled back to the immediately preceding commit, and the problem went away.

So 730070a is the cause of this issue.

@telephon
Copy link
Member

This was rolled back, so this works again.

@crucialfelix crucialfelix added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: scsynth labels Jan 17, 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. comp: scsynth
Projects
None yet
Development

No branches or pull requests

4 participants