First cleaning step in "dsp_files" directory.
[Faustine.git] / dsp_files / even-odd-circuit.24.tmp.dsp
diff --git a/dsp_files/even-odd-circuit.24.tmp.dsp b/dsp_files/even-odd-circuit.24.tmp.dsp
deleted file mode 100644 (file)
index 4180345..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-evens = case {
-       (2) => _ , ! ;
-       (n) => _ , ! , evens(n - 2);
-};
-
-
-process = (0,1,2,3,4,5,6,7) : evens(8);
\ No newline at end of file