File: TableOsc

package info (click to toggle)
python-pyo 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,692 kB
  • sloc: ansic: 137,415; python: 135,293; makefile: 390; cpp: 242; sh: 163
file content (1 line) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (10)
1
snippet = {'shortcut': u'Shift-Alt-2', 'value': u'oscfade = Fader(fadein=`0.05`, fadeout=`1`, dur=`0`, mul=`0.2`).play()\ntable = HarmTable([`1,0,0,.3,0,0,.2,0,0,.1,0,0,.05`])\noscil = Osc(table, freq=`[150,151]`, mul=oscfade).out()\n'}