diff options
Diffstat (limited to 'test.alv')
| -rw-r--r-- | test.alv | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test.alv b/test.alv new file mode 100644 index 0000000..2514822 --- /dev/null +++ b/test.alv @@ -0,0 +1,17 @@ +(osc "/radius" (lfo (cc 14))) + +(set kick (note 38)) +(set pitch (const 440)) + +(osc rot + (step + kick + (random-rot) + (random-rot) + (random-rot) + (random-rot) + ) +) + +(amp (env kick 02 10 05) + (sineosc pitch)) |
