Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohayonao/419d7ef51e7a0d2d1c1e to your computer and use it in GitHub Desktop.
Save mohayonao/419d7ef51e7a0d2d1c1e to your computer and use it in GitHub Desktop.
param.setValueAtTime(1, 0);
param.linearRampToValueAtTime(0.5, 0.2);
param.setValueAtTime(0.5, 0.4);
param.linearRampToValueAtTime(0.2, 0.8);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment