New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / faust-0.9.47mr3 / tools / faust2oct / faustscale.dsp
diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/faustscale.dsp b/interpretor/faust-0.9.47mr3/tools/faust2oct/faustscale.dsp
deleted file mode 100644 (file)
index 263e9bd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// simple faust example
-// just scale the input
-
-gain = nentry("gain", 1, 0, 1, 0.01);
-
-process                = *(gain);