File: Vibrato

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-- 255 bytes parent folder | download | duplicates (10)
1
snippet = {'shortcut': u'Shift-Alt-4', 'value': u'vfade = Fader(fadein=`1.5`, fadeout=`0.5`, dur=`0`).play()\nfrnd = Randi(min=`4`, max=`6`, freq=`0.25`)\narnd = Randi(min=`0.01`, max=`0.02`, freq=`0.35`)\navib = Sine(freq=frnd, mul=vfade*arnd, add=1)\n'}