aboutsummaryrefslogtreecommitdiffstats
path: root/test.alv
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-01-29 22:41:05 +0000
committers-ol <s-ol@users.noreply.github.com>2020-01-29 22:41:05 +0000
commit4031b59b19152bb3e9e2d323caa7faffb7557c82 (patch)
tree23bf32d4e45b810728dddda775b8ab71e1a08cbf /test.alv
parentinitial commit (diff)
downloadalive-4031b59b19152bb3e9e2d323caa7faffb7557c82.tar.gz
alive-4031b59b19152bb3e9e2d323caa7faffb7557c82.zip
support tagging
Diffstat (limited to 'test.alv')
-rw-r--r--test.alv17
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))