Add parameter file

master
Peter Nelson 2010-01-21 10:46:21 +00:00
parent 3535315aa4
commit d874da73cd
1 changed files with 16 additions and 0 deletions

16
program.txt 100644
View File

@ -0,0 +1,16 @@
voice 0
# LFO, Freq
lfo 0 10.0
lfo 1 2.0
lfo 2 1.0
# Osc, Shape, Level, Freq, Phase
osc 0 SINE 0.5 1.0 0.0
osc 1 TRIANGLE 0.5 1.01 0.25
osc 2 SQUARE 0.5 2.0 0.0
osc 3 MOOGSAW 0.5 0.99 0.0
# Env, Attack, Hold, Decay, Sustain, Release
env 0 0.0125 0.025 5.0 0.0 0.25
env 1 0.0125 0.025 5.0 0.0 0.25
env 2 0.0125 0.025 5.0 0.0 0.25
env 3 0.0125 0.025 5.0 0.0 0.25
cutoff_env 0 0.0 0.0 0.5 0.0 0.25