diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-01-31 18:28:10 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-01-31 18:28:10 +0000 |
| commit | 16962e1836251526fa08895b1a76dd72b7fd5ef9 (patch) | |
| tree | ef60d08e792825407d41fb77c14c26ecb135e2fc /test.alv | |
| parent | nested parens in comments (diff) | |
| download | alive-16962e1836251526fa08895b1a76dd72b7fd5ef9.tar.gz alive-16962e1836251526fa08895b1a76dd72b7fd5ef9.zip | |
modularize
Diffstat (limited to 'test.alv')
| -rw-r--r-- | test.alv | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -1,17 +1,20 @@ -(osc "/radius" (lfo (cc 14))) +#(this is a comment) +([2]debug/out 'a' ([6]math/mix 0.5 1 ([5]time/lfo 1))) -(set kick (note 38)) -(set pitch (const 440)) -(osc rot - (step - kick - (random-rot) - (random-rot) - (random-rot) - (random-rot) - ) -) +([16]util/pick 2 3) + +([14]math/mix 0 2 0.5) + +([13]debug/out 'b' ([12]math/mix 0 ([11]util/pick ([10]time/tick 4) + 0.25 + 0.5 + 0.75 + 1) ([3]time/lfo 1 tri))) + +([9]debug/out 'name' ([8]util/pick ([7]time/tick 1) + 0.1 + 0.6 + 0.3 + 0.9)) -(amp (env kick 02 10 05) - (sineosc pitch)) |
