]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Add lfo ctrl testing 248/head
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 21 Apr 2022 14:30:53 +0000 (16:30 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 21 Apr 2022 14:30:53 +0000 (16:30 +0200)
tests/tree/ctrl_test.gw [new file with mode: 0644]

diff --git a/tests/tree/ctrl_test.gw b/tests/tree/ctrl_test.gw
new file mode 100644 (file)
index 0000000..323bd4f
--- /dev/null
@@ -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;
+