From 4031b59b19152bb3e9e2d323caa7faffb7557c82 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 29 Jan 2020 23:41:05 +0100 Subject: support tagging --- test.alv | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test.alv (limited to 'test.alv') 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)) -- cgit v1.2.3