New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / dsp_files / haar.dsp
diff --git a/dsp_files/haar.dsp b/dsp_files/haar.dsp
deleted file mode 100644 (file)
index 2058f2e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-decimate = vectorize(2):[1];
-mean = _ <: _,mem : + : /(2);
-left = _,!;
-process = _ <: (mean:decimate),decimate <: left,-;