]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update submodules
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 21 Sep 2019 11:02:41 +0000 (13:02 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 21 Sep 2019 11:02:41 +0000 (13:02 +0200)
ast
examples/Gain.gwi [deleted file]
examples/Gain.gwpp [deleted file]
util

diff --git a/ast b/ast
index 7b757b0dce7a05e1f899f148dcc0c59803a5989e..75c468dd7f83af1345a5b83a071f530d7a14d787 160000 (submodule)
--- a/ast
+++ b/ast
@@ -1 +1 @@
-Subproject commit 7b757b0dce7a05e1f899f148dcc0c59803a5989e
+Subproject commit 75c468dd7f83af1345a5b83a071f530d7a14d787
diff --git a/examples/Gain.gwi b/examples/Gain.gwi
deleted file mode 100644 (file)
index 3e2bdf2..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#line 1 "../examples/Gain.gw"
-SinOsc s, t;
-#line 2 "../examples/Gain.gw"
-Gain g => dac;
-#line 3 "../examples/Gain.gw"
-1 => t.freq;
-#line 4 "../examples/Gain.gw"
-s => g;
-#line 5 "../examples/Gain.gw"
-t => g;
-#line 6 "../examples/Gain.gw"
-g.chan(0);
-#line 7 "../examples/Gain.gw"
-spork ~ { while(true) { Math.rand2f(100, 800) => s.freq; .15::second => now; }};
-#line 8 "../examples/Gain.gw"
-for(int i; i < 5; i++) {
-#line 9 "../examples/Gain.gw"
-    <<<g.op()>>>;
-#line 10 "../examples/Gain.gw"
-       i => g.op;
-#line 11 "../examples/Gain.gw"
-       2::second => now;       
-#line 12 "../examples/Gain.gw"
-}
diff --git a/examples/Gain.gwpp b/examples/Gain.gwpp
deleted file mode 100644 (file)
index d35bb7a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#line 1 "examples/Gain.gw"
-SinOsc s, t;
-Gain g => dac;
-1 => t.freq;
-s => g;
-t => g;
-g.chan(0);
-spork ~ { while(true) { Math.rand2f(100, 800) => s.freq; .15::second => now; }};
-for(int i; i < 5; i++) {
-    <<<g.op()>>>;
-       i => g.op;
-       2::second => now;       
-}
-
diff --git a/util b/util
index 196b091416bdd3a5ad6732120cb6dceaf811c034..b84961d25c2ae0b31eae301d211d72159ce945e7 160000 (submodule)
--- a/util
+++ b/util
@@ -1 +1 @@
-Subproject commit 196b091416bdd3a5ad6732120cb6dceaf811c034
+Subproject commit b84961d25c2ae0b31eae301d211d72159ce945e7