Skip to content

Instantly share code, notes, and snippets.

@nanonum
Created December 5, 2015 14:55
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 nanonum/74faa15d96ac760f609d to your computer and use it in GitHub Desktop.
Save nanonum/74faa15d96ac760f609d to your computer and use it in GitHub Desktop.
Phasor
fn(arg){
subosc = phasor( arg * 100 + 440);
return subosc * 0.5;
}
vca = 0;
vca += fn(1);
vca += fn(2);
out1 = vca;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment