From bc9c9ff21674b5237079a86218fb980316923fc4 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 21 Sep 2019 13:02:41 +0200 Subject: [PATCH] :art: Update submodules --- ast | 2 +- examples/Gain.gwi | 24 ------------------------ examples/Gain.gwpp | 14 -------------- util | 2 +- 4 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 examples/Gain.gwi delete mode 100644 examples/Gain.gwpp diff --git a/ast b/ast index 7b757b0d..75c468dd 160000 --- 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 index 3e2bdf2c..00000000 --- a/examples/Gain.gwi +++ /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" - <<>>; -#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 index d35bb7ac..00000000 --- a/examples/Gain.gwpp +++ /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++) { - <<>>; - i => g.op; - 2::second => now; -} - diff --git a/util b/util index 196b0914..b84961d2 160000 --- a/util +++ b/util @@ -1 +1 @@ -Subproject commit 196b091416bdd3a5ad6732120cb6dceaf811c034 +Subproject commit b84961d25c2ae0b31eae301d211d72159ce945e7 -- 2.43.0