]> Nishi Git Mirror - gwion.git/commitdiff
:art: Few fixes
authorJérémie Astor <fennecdjay@gmail.com>
Wed, 3 Mar 2021 01:15:43 +0000 (02:15 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Wed, 3 Mar 2021 01:15:43 +0000 (02:15 +0100)
tests/UsrUgen/UsrUGen.gw
tests/UsrUgen/UsrUGen_more_arg.gw
tests/UsrUgen/UsrUGen_no_arg.gw
tests/UsrUgen/UsrUGen_no_float.gw
tests/UsrUgen/UsrUGen_ret_no_float.gw

index fda4d079aa51a1b102f02cba2dc09446525c96b7..9ca83ce17ae91d409176017f4edf9992fd3598f9 100644 (file)
@@ -7,7 +7,7 @@ class C extends UsrUGen {
     <<< this , " ", f>>>;
     return 0.2;
   }
-  <<<test ~= this, " ", this>>>;
+  <<<test ~=> this, " ", this>>>;
 }
 
 var C u ~> dac;
index 3560e70b3cc8900385c6a1e5c359e5dd235e25c9..85dfabd3396fea715bae6874f74adcdfb9c47c0a 100644 (file)
@@ -8,7 +8,7 @@ class C extends UsrUGen {
     <<< this , " ", f>>>;
     return 0.2;
   }
-  <<<test ~= this, " ", this>>>;
+  <<<test ~=> this, " ", this>>>;
 }
 
 var C u ~> dac;
@@ -16,6 +16,6 @@ var C u ~> dac;
 samp => now;
 <<< u.last() >>>;
 
-<<<t ~= u>>>;
+<<<t ~=> u>>>;
 samp => now;
 <<< u.last() >>>;
index 74aad154c51586fdacbacdbf07e2e9ffb59c2781..980d22e03f71915c99b84e17e02e7cc28c32f70b 100644 (file)
@@ -8,7 +8,7 @@ class C extends UsrUGen {
     <<< this , " ", f>>>;
     return 0.2;
   }
-  <<<test ~= this, " ", this>>>;
+  <<<test ~=> this, " ", this>>>;
 }
 
 var C u ~> dac;
@@ -16,6 +16,6 @@ var C u ~> dac;
 samp => now;
 <<< u.last() >>>;
 
-<<<t ~= u>>>;
+<<<t ~=> u>>>;
 samp => now;
 <<< u.last() >>>;
index 0a055c884f6fa3f90c0c1b879b50dee0ce532081..0c10246987c424501379fddf046eb0cabdeb25ad 100644 (file)
@@ -7,7 +7,7 @@ class C extends UsrUGen {
     <<< this , " ", f>>>;
     return 0.2;
   }
-  <<<test ~= this, " ", this>>>;
+  <<<test ~=> this, " ", this>>>;
 }
 
 var C u ~> dac;
@@ -15,6 +15,6 @@ var C u ~> dac;
 samp => now;
 <<< u.last() >>>;
 
-<<<t ~= u>>>;
+<<<t ~=> u>>>;
 samp => now;
 <<< u.last() >>>;
index 19ef327839b0b6e583bb89bb52c51ecef27bbf77..4ab0d534f2cef15abf21ffa34775a18dede09eff 100644 (file)
@@ -7,7 +7,7 @@ class C extends UsrUGen {
     <<< this , " ", f>>>;
     return 0.2;
   }
-  <<<test ~= this, " ", this>>>;
+  <<<test ~=> this, " ", this>>>;
 }
 
 var C u ~> dac;
@@ -15,6 +15,6 @@ var C u ~> dac;
 samp => now;
 <<< u.last() >>>;
 
-<<<t ~= u>>>;
+<<<t ~=> u>>>;
 samp => now;
 <<< u.last() >>>;