From: Jérémie Astor Date: Thu, 21 Apr 2022 14:30:53 +0000 (+0200) Subject: :white_check_mark: Add lfo ctrl testing X-Git-Tag: nightly~281^2~7 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9c186dafae3d09e23eb7a4990ed15db8d88225e9;p=gwion.git :white_check_mark: Add lfo ctrl testing --- diff --git a/tests/tree/ctrl_test.gw b/tests/tree/ctrl_test.gw new file mode 100644 index 00000000..323bd4f7 --- /dev/null +++ b/tests/tree/ctrl_test.gw @@ -0,0 +1,12 @@ +#! [contains] 1.0 + +fun void foo(float f) { + <<< f >>>; +} + +var Impulse imp ~> dac; +imp |> foo; +1 => imp.next; + +2::samp => now; +