diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-01-29 22:41:05 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-01-29 22:41:05 +0000 |
| commit | 4031b59b19152bb3e9e2d323caa7faffb7557c82 (patch) | |
| tree | 23bf32d4e45b810728dddda775b8ab71e1a08cbf /test.alv | |
| parent | initial commit (diff) | |
| download | alive-4031b59b19152bb3e9e2d323caa7faffb7557c82.tar.gz alive-4031b59b19152bb3e9e2d323caa7faffb7557c82.zip | |
support tagging
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)) |
