Created
February 27, 2012 01:05
-
-
Save charlieroberts/1920317 to your computer and use it in GitHub Desktop.
Gibber variable rate vibrato example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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