Skip to content

Instantly share code, notes, and snippets.

@colinbdclark
Created April 8, 2016 18:10
Show Gist options
  • Save colinbdclark/6754642b65505d62bd56a8b682cf8a88 to your computer and use it in GitHub Desktop.
Save colinbdclark/6754642b65505d62bd56a8b682cf8a88 to your computer and use it in GitHub Desktop.
Pausing a Flocking Synth
var s = flock.synth({
synthDef: {
ugen: "flock.ugen.sinOsc"
}
});
s.enviro.asyncScheduler.once(5, function () {
s.pause();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment