From 21b002554452e8eee4e5e65006863bf8b30c92c3 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 1 Feb 2020 19:21:42 +0100 Subject: more flexible AST\walk --- test.alv | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'test.alv') diff --git a/test.alv b/test.alv index 81b1b65..370ae41 100644 --- a/test.alv +++ b/test.alv @@ -1,20 +1,2 @@ -#(this is a comment) -([2]debug/out 'a' ([6]math/mix 0.5 1 ([5]time/lfo 1))) - - -([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)) - +([2]osc/out '127.0.0.1' 9000 '/param/radius/set' ([1]time/lfo 1)) +([4]osc/out '127.0.0.1' 9000 '/param/offset/set' ([3]time/lfo 1.0 'saw')) -- cgit v1.2.3