Skip to content

Instantly share code, notes, and snippets.

@charlieroberts
Created February 27, 2012 01:05
Show Gist options
  • Save charlieroberts/1920317 to your computer and use it in GitHub Desktop.
Save charlieroberts/1920317 to your computer and use it in GitHub Desktop.
Gibber variable rate vibrato example
s = Sine(440, .2);
lfo = LFO(8,10);
s.mod("freq", lfo, "+");
lfo.mod("mix", LFO(.05, 10), "*");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment