Skip to content

Instantly share code, notes, and snippets.

@zeffii
Forked from anonymous/sin_osc.py
Last active August 29, 2015 14:09
Show Gist options
  • Save zeffii/4734b6bccb10071c3c2b to your computer and use it in GitHub Desktop.
Save zeffii/4734b6bccb10071c3c2b to your computer and use it in GitHub Desktop.
UgenSinOsc = make_ugen_class(
'SinOsc', "(freq: 440, phase: 0, mul: 1, add: 0)")
UgenFSinOsc = make_ugen_class(
'FSinOsc', "(freq: 440, iphase: 0, mul: 1, add: 0)")
UgenSinOscFB = make_ugen_class(
'SinOscFB', "(freq: 440, feedback: 0, mul: 1, add: 0)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment