Update voltage.tidal

This commit is contained in:
Omar Mashaal 2023-01-11 22:23:55 +11:00 committed by GitHub
parent e5d409a561
commit 59328c468b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
pitch pitch = n pitch # s "pitch"
octave octave = stepsPerOctave octave
volt volt = n volt # s "voltage"
gate gate = n gate # s "gate"
volt volt = n volt # s "voltage"
gate gate = n gate # s "gate" # legato 0.05
clock = rate "[1 0]*2" # s "voltage"
ar w x = attack w # decay x # s "ar"
trig trig = n trig
x x = channel x
adsr w x y z = attack w #decay x # sustain y # release z # s "ar"
saw x = rate x # s "saw"
lfo x = rate x # s "lfo"
x x = channel (x - 1)
glide p r = portamento p # rate r
o o p = orbit o # pan p