From: Karim Barkati Date: Wed, 28 Aug 2013 07:47:30 +0000 (+0200) Subject: New directory tree, with preprocessor/ inside interpretor/. X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/commitdiff_plain/b4b6f2ea75b9f0f3ca918f5b84016610bf7a4d4f New directory tree, with preprocessor/ inside interpretor/. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..281af3b --- /dev/null +++ b/Makefile @@ -0,0 +1,37 @@ +SRC_DIR = interpretor +PREPROCESSOR_DIR = $(SRC_DIR)/preprocessor/faust-0.9.47mr3 +OUTPUTSOUNDS_DIR = examples/output_sounds +EXEC = faustine + +all: $(EXEC) + +faustine: + @cp $(SNDFILE_PATH)/sndfile_stub.o $(SRC_DIR) + @cd $(SRC_DIR) && $(MAKE) opt OCAML_INCLUDE_PATH=$(OCAML_INCLUDE_PATH) SNDFILE_PATH=$(SNDFILE_PATH) + @cd $(SRC_DIR) && $(MAKE) clean + +.PHONY: clean mrproper + +clean: + @(cd $(SRC_DIR) && $(MAKE) clean) + @(rm -f *~) + +mrproper: clean + @(cd $(SRC_DIR) && $(MAKE) mrproper) + @(cd $(PREPROCESSOR_DIR) && $(MAKE) clean) + +test: + @rm -f $(OUTPUTSOUNDS_DIR)/output0.wav + @cd $(SRC_DIR) && ./faustine -d ../dsp_files/sin.dsp + @ls -l $(OUTPUTSOUNDS_DIR)/output0.wav + + @echo " You might want to check the output file with either:" + @echo "audacity ../examples/output_sounds/output0.wav" + @echo "open ../examples/output_sounds/output0.wav" + @echo "octave -q --eval 'plot(wavread(\"../examples/output_sounds/output0.wav\")); pause'" + +# Library paths for OCaml and libsndfile-ocaml +# OCAML_INCLUDE_PATH +# SNDFILE_PATH +OCAML_INCLUDE_PATH = /usr/local/lib/ocaml +SNDFILE_PATH = /Users/karimbarkati/Boulot/2013-07-CRI/Interpretor/libsndfile-ocaml diff --git a/Makefile.in b/Makefile.in index 7835f0e..e2b33ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ SRC_DIR = interpretor -PREPROCESSOR_DIR = $(SRC_DIR)/faust-0.9.47mr3 -OUTPUTSOUNDS_DIR = output_sounds +PREPROCESSOR_DIR = $(SRC_DIR)/preprocessor/faust-0.9.47mr3 +OUTPUTSOUNDS_DIR = examples/output_sounds EXEC = faustine all: $(EXEC) @@ -26,9 +26,9 @@ test: @ls -l $(OUTPUTSOUNDS_DIR)/output0.wav @echo " You might want to check the output file with either:" - @echo "audacity ../output_sounds/output0.wav" - @echo "open ../output_sounds/output0.wav" - @echo "octave -q --eval 'plot(wavread(\"output_sounds/output0.wav\")); pause'" + @echo "audacity ../examples/output_sounds/output0.wav" + @echo "open ../examples/output_sounds/output0.wav" + @echo "octave -q --eval 'plot(wavread(\"../examples/output_sounds/output0.wav\")); pause'" # Library paths for OCaml and libsndfile-ocaml # OCAML_INCLUDE_PATH diff --git a/interpretor/log_64_64_fft2d.txt b/benchmarks/log_64_64_fft2d.txt similarity index 100% rename from interpretor/log_64_64_fft2d.txt rename to benchmarks/log_64_64_fft2d.txt diff --git a/interpretor/log_sin.txt b/benchmarks/log_sin.txt similarity index 100% rename from interpretor/log_sin.txt rename to benchmarks/log_sin.txt diff --git a/dsp_files/fft-svg/eo-0x18ad290.svg b/examples/dsp_files/fft-svg/eo-0x18ad290.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x18ad290.svg rename to examples/dsp_files/fft-svg/eo-0x18ad290.svg diff --git a/dsp_files/fft-svg/eo-0x1f06da0.svg b/examples/dsp_files/fft-svg/eo-0x1f06da0.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x1f06da0.svg rename to examples/dsp_files/fft-svg/eo-0x1f06da0.svg diff --git a/dsp_files/fft-svg/eo-0x21b7b90.svg b/examples/dsp_files/fft-svg/eo-0x21b7b90.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x21b7b90.svg rename to examples/dsp_files/fft-svg/eo-0x21b7b90.svg diff --git a/dsp_files/fft-svg/eo-0x228e720.svg b/examples/dsp_files/fft-svg/eo-0x228e720.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x228e720.svg rename to examples/dsp_files/fft-svg/eo-0x228e720.svg diff --git a/dsp_files/fft-svg/eo-0x24557e0.svg b/examples/dsp_files/fft-svg/eo-0x24557e0.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x24557e0.svg rename to examples/dsp_files/fft-svg/eo-0x24557e0.svg diff --git a/dsp_files/fft-svg/eo-0x2bb7720.svg b/examples/dsp_files/fft-svg/eo-0x2bb7720.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x2bb7720.svg rename to examples/dsp_files/fft-svg/eo-0x2bb7720.svg diff --git a/dsp_files/fft-svg/eo-0x2c56890.svg b/examples/dsp_files/fft-svg/eo-0x2c56890.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x2c56890.svg rename to examples/dsp_files/fft-svg/eo-0x2c56890.svg diff --git a/dsp_files/fft-svg/eo-0x2cb5cb0.svg b/examples/dsp_files/fft-svg/eo-0x2cb5cb0.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x2cb5cb0.svg rename to examples/dsp_files/fft-svg/eo-0x2cb5cb0.svg diff --git a/dsp_files/fft-svg/eo-0x2cf9440.svg b/examples/dsp_files/fft-svg/eo-0x2cf9440.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x2cf9440.svg rename to examples/dsp_files/fft-svg/eo-0x2cf9440.svg diff --git a/dsp_files/fft-svg/eo-0x2d4e740.svg b/examples/dsp_files/fft-svg/eo-0x2d4e740.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x2d4e740.svg rename to examples/dsp_files/fft-svg/eo-0x2d4e740.svg diff --git a/dsp_files/fft-svg/eo-0x2faf2b0.svg b/examples/dsp_files/fft-svg/eo-0x2faf2b0.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x2faf2b0.svg rename to examples/dsp_files/fft-svg/eo-0x2faf2b0.svg diff --git a/dsp_files/fft-svg/eo-0x31ad900.svg b/examples/dsp_files/fft-svg/eo-0x31ad900.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x31ad900.svg rename to examples/dsp_files/fft-svg/eo-0x31ad900.svg diff --git a/dsp_files/fft-svg/eo-0x3385210.svg b/examples/dsp_files/fft-svg/eo-0x3385210.svg similarity index 100% rename from dsp_files/fft-svg/eo-0x3385210.svg rename to examples/dsp_files/fft-svg/eo-0x3385210.svg diff --git a/dsp_files/fft-svg/output-0x24453d0.svg b/examples/dsp_files/fft-svg/output-0x24453d0.svg similarity index 100% rename from dsp_files/fft-svg/output-0x24453d0.svg rename to examples/dsp_files/fft-svg/output-0x24453d0.svg diff --git a/dsp_files/fft-svg/output-0x2c431f0.svg b/examples/dsp_files/fft-svg/output-0x2c431f0.svg similarity index 100% rename from dsp_files/fft-svg/output-0x2c431f0.svg rename to examples/dsp_files/fft-svg/output-0x2c431f0.svg diff --git a/dsp_files/fft-svg/output-0x2ce7e50.svg b/examples/dsp_files/fft-svg/output-0x2ce7e50.svg similarity index 100% rename from dsp_files/fft-svg/output-0x2ce7e50.svg rename to examples/dsp_files/fft-svg/output-0x2ce7e50.svg diff --git a/dsp_files/fft-svg/output-0x2d3cf10.svg b/examples/dsp_files/fft-svg/output-0x2d3cf10.svg similarity index 100% rename from dsp_files/fft-svg/output-0x2d3cf10.svg rename to examples/dsp_files/fft-svg/output-0x2d3cf10.svg diff --git a/dsp_files/fft-svg/process.svg b/examples/dsp_files/fft-svg/process.svg similarity index 100% rename from dsp_files/fft-svg/process.svg rename to examples/dsp_files/fft-svg/process.svg diff --git a/dsp_files/fft-svg/subvect-0x18a6fc0.svg b/examples/dsp_files/fft-svg/subvect-0x18a6fc0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x18a6fc0.svg rename to examples/dsp_files/fft-svg/subvect-0x18a6fc0.svg diff --git a/dsp_files/fft-svg/subvect-0x18acee0.svg b/examples/dsp_files/fft-svg/subvect-0x18acee0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x18acee0.svg rename to examples/dsp_files/fft-svg/subvect-0x18acee0.svg diff --git a/dsp_files/fft-svg/subvect-0x1efed10.svg b/examples/dsp_files/fft-svg/subvect-0x1efed10.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x1efed10.svg rename to examples/dsp_files/fft-svg/subvect-0x1efed10.svg diff --git a/dsp_files/fft-svg/subvect-0x1f06c60.svg b/examples/dsp_files/fft-svg/subvect-0x1f06c60.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x1f06c60.svg rename to examples/dsp_files/fft-svg/subvect-0x1f06c60.svg diff --git a/dsp_files/fft-svg/subvect-0x21af810.svg b/examples/dsp_files/fft-svg/subvect-0x21af810.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x21af810.svg rename to examples/dsp_files/fft-svg/subvect-0x21af810.svg diff --git a/dsp_files/fft-svg/subvect-0x21b7760.svg b/examples/dsp_files/fft-svg/subvect-0x21b7760.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x21b7760.svg rename to examples/dsp_files/fft-svg/subvect-0x21b7760.svg diff --git a/dsp_files/fft-svg/subvect-0x2286060.svg b/examples/dsp_files/fft-svg/subvect-0x2286060.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2286060.svg rename to examples/dsp_files/fft-svg/subvect-0x2286060.svg diff --git a/dsp_files/fft-svg/subvect-0x228e350.svg b/examples/dsp_files/fft-svg/subvect-0x228e350.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x228e350.svg rename to examples/dsp_files/fft-svg/subvect-0x228e350.svg diff --git a/dsp_files/fft-svg/subvect-0x244eea0.svg b/examples/dsp_files/fft-svg/subvect-0x244eea0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x244eea0.svg rename to examples/dsp_files/fft-svg/subvect-0x244eea0.svg diff --git a/dsp_files/fft-svg/subvect-0x2455410.svg b/examples/dsp_files/fft-svg/subvect-0x2455410.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2455410.svg rename to examples/dsp_files/fft-svg/subvect-0x2455410.svg diff --git a/dsp_files/fft-svg/subvect-0x2baf060.svg b/examples/dsp_files/fft-svg/subvect-0x2baf060.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2baf060.svg rename to examples/dsp_files/fft-svg/subvect-0x2baf060.svg diff --git a/dsp_files/fft-svg/subvect-0x2bb7350.svg b/examples/dsp_files/fft-svg/subvect-0x2bb7350.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2bb7350.svg rename to examples/dsp_files/fft-svg/subvect-0x2bb7350.svg diff --git a/dsp_files/fft-svg/subvect-0x2c4eb30.svg b/examples/dsp_files/fft-svg/subvect-0x2c4eb30.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2c4eb30.svg rename to examples/dsp_files/fft-svg/subvect-0x2c4eb30.svg diff --git a/dsp_files/fft-svg/subvect-0x2c564c0.svg b/examples/dsp_files/fft-svg/subvect-0x2c564c0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2c564c0.svg rename to examples/dsp_files/fft-svg/subvect-0x2c564c0.svg diff --git a/dsp_files/fft-svg/subvect-0x2cad930.svg b/examples/dsp_files/fft-svg/subvect-0x2cad930.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2cad930.svg rename to examples/dsp_files/fft-svg/subvect-0x2cad930.svg diff --git a/dsp_files/fft-svg/subvect-0x2cb5880.svg b/examples/dsp_files/fft-svg/subvect-0x2cb5880.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2cb5880.svg rename to examples/dsp_files/fft-svg/subvect-0x2cb5880.svg diff --git a/dsp_files/fft-svg/subvect-0x2faa5b0.svg b/examples/dsp_files/fft-svg/subvect-0x2faa5b0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2faa5b0.svg rename to examples/dsp_files/fft-svg/subvect-0x2faa5b0.svg diff --git a/dsp_files/fft-svg/subvect-0x2faf090.svg b/examples/dsp_files/fft-svg/subvect-0x2faf090.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x2faf090.svg rename to examples/dsp_files/fft-svg/subvect-0x2faf090.svg diff --git a/dsp_files/fft-svg/subvect-0x31a6fc0.svg b/examples/dsp_files/fft-svg/subvect-0x31a6fc0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x31a6fc0.svg rename to examples/dsp_files/fft-svg/subvect-0x31a6fc0.svg diff --git a/dsp_files/fft-svg/subvect-0x31ad530.svg b/examples/dsp_files/fft-svg/subvect-0x31ad530.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x31ad530.svg rename to examples/dsp_files/fft-svg/subvect-0x31ad530.svg diff --git a/dsp_files/fft-svg/subvect-0x3380510.svg b/examples/dsp_files/fft-svg/subvect-0x3380510.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x3380510.svg rename to examples/dsp_files/fft-svg/subvect-0x3380510.svg diff --git a/dsp_files/fft-svg/subvect-0x3384ff0.svg b/examples/dsp_files/fft-svg/subvect-0x3384ff0.svg similarity index 100% rename from dsp_files/fft-svg/subvect-0x3384ff0.svg rename to examples/dsp_files/fft-svg/subvect-0x3384ff0.svg diff --git a/dsp_files/fft.dsp b/examples/dsp_files/fft.dsp similarity index 100% rename from dsp_files/fft.dsp rename to examples/dsp_files/fft.dsp diff --git a/dsp_files/fft2d-svg/W-0x20d4e20.svg b/examples/dsp_files/fft2d-svg/W-0x20d4e20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x20d4e20.svg rename to examples/dsp_files/fft2d-svg/W-0x20d4e20.svg diff --git a/dsp_files/fft2d-svg/W-0x20d8d60.svg b/examples/dsp_files/fft2d-svg/W-0x20d8d60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x20d8d60.svg rename to examples/dsp_files/fft2d-svg/W-0x20d8d60.svg diff --git a/dsp_files/fft2d-svg/W-0x20ee8b0.svg b/examples/dsp_files/fft2d-svg/W-0x20ee8b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x20ee8b0.svg rename to examples/dsp_files/fft2d-svg/W-0x20ee8b0.svg diff --git a/dsp_files/fft2d-svg/W-0x2233dc0.svg b/examples/dsp_files/fft2d-svg/W-0x2233dc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2233dc0.svg rename to examples/dsp_files/fft2d-svg/W-0x2233dc0.svg diff --git a/dsp_files/fft2d-svg/W-0x2237d00.svg b/examples/dsp_files/fft2d-svg/W-0x2237d00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2237d00.svg rename to examples/dsp_files/fft2d-svg/W-0x2237d00.svg diff --git a/dsp_files/fft2d-svg/W-0x223bce0.svg b/examples/dsp_files/fft2d-svg/W-0x223bce0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x223bce0.svg rename to examples/dsp_files/fft2d-svg/W-0x223bce0.svg diff --git a/dsp_files/fft2d-svg/W-0x223fcc0.svg b/examples/dsp_files/fft2d-svg/W-0x223fcc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x223fcc0.svg rename to examples/dsp_files/fft2d-svg/W-0x223fcc0.svg diff --git a/dsp_files/fft2d-svg/W-0x226c430.svg b/examples/dsp_files/fft2d-svg/W-0x226c430.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x226c430.svg rename to examples/dsp_files/fft2d-svg/W-0x226c430.svg diff --git a/dsp_files/fft2d-svg/W-0x2270130.svg b/examples/dsp_files/fft2d-svg/W-0x2270130.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2270130.svg rename to examples/dsp_files/fft2d-svg/W-0x2270130.svg diff --git a/dsp_files/fft2d-svg/W-0x2276c80.svg b/examples/dsp_files/fft2d-svg/W-0x2276c80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2276c80.svg rename to examples/dsp_files/fft2d-svg/W-0x2276c80.svg diff --git a/dsp_files/fft2d-svg/W-0x227abc0.svg b/examples/dsp_files/fft2d-svg/W-0x227abc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x227abc0.svg rename to examples/dsp_files/fft2d-svg/W-0x227abc0.svg diff --git a/dsp_files/fft2d-svg/W-0x227eba0.svg b/examples/dsp_files/fft2d-svg/W-0x227eba0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x227eba0.svg rename to examples/dsp_files/fft2d-svg/W-0x227eba0.svg diff --git a/dsp_files/fft2d-svg/W-0x2282b80.svg b/examples/dsp_files/fft2d-svg/W-0x2282b80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2282b80.svg rename to examples/dsp_files/fft2d-svg/W-0x2282b80.svg diff --git a/dsp_files/fft2d-svg/W-0x22860d0.svg b/examples/dsp_files/fft2d-svg/W-0x22860d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x22860d0.svg rename to examples/dsp_files/fft2d-svg/W-0x22860d0.svg diff --git a/dsp_files/fft2d-svg/W-0x22af2f0.svg b/examples/dsp_files/fft2d-svg/W-0x22af2f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x22af2f0.svg rename to examples/dsp_files/fft2d-svg/W-0x22af2f0.svg diff --git a/dsp_files/fft2d-svg/W-0x22b2ff0.svg b/examples/dsp_files/fft2d-svg/W-0x22b2ff0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x22b2ff0.svg rename to examples/dsp_files/fft2d-svg/W-0x22b2ff0.svg diff --git a/dsp_files/fft2d-svg/W-0x22c8f90.svg b/examples/dsp_files/fft2d-svg/W-0x22c8f90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x22c8f90.svg rename to examples/dsp_files/fft2d-svg/W-0x22c8f90.svg diff --git a/dsp_files/fft2d-svg/W-0x2321040.svg b/examples/dsp_files/fft2d-svg/W-0x2321040.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2321040.svg rename to examples/dsp_files/fft2d-svg/W-0x2321040.svg diff --git a/dsp_files/fft2d-svg/W-0x2324f80.svg b/examples/dsp_files/fft2d-svg/W-0x2324f80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2324f80.svg rename to examples/dsp_files/fft2d-svg/W-0x2324f80.svg diff --git a/dsp_files/fft2d-svg/W-0x233ab00.svg b/examples/dsp_files/fft2d-svg/W-0x233ab00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x233ab00.svg rename to examples/dsp_files/fft2d-svg/W-0x233ab00.svg diff --git a/dsp_files/fft2d-svg/W-0x2345a10.svg b/examples/dsp_files/fft2d-svg/W-0x2345a10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2345a10.svg rename to examples/dsp_files/fft2d-svg/W-0x2345a10.svg diff --git a/dsp_files/fft2d-svg/W-0x2349950.svg b/examples/dsp_files/fft2d-svg/W-0x2349950.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2349950.svg rename to examples/dsp_files/fft2d-svg/W-0x2349950.svg diff --git a/dsp_files/fft2d-svg/W-0x234d790.svg b/examples/dsp_files/fft2d-svg/W-0x234d790.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x234d790.svg rename to examples/dsp_files/fft2d-svg/W-0x234d790.svg diff --git a/dsp_files/fft2d-svg/W-0x23515d0.svg b/examples/dsp_files/fft2d-svg/W-0x23515d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x23515d0.svg rename to examples/dsp_files/fft2d-svg/W-0x23515d0.svg diff --git a/dsp_files/fft2d-svg/W-0x2437680.svg b/examples/dsp_files/fft2d-svg/W-0x2437680.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2437680.svg rename to examples/dsp_files/fft2d-svg/W-0x2437680.svg diff --git a/dsp_files/fft2d-svg/W-0x243b5c0.svg b/examples/dsp_files/fft2d-svg/W-0x243b5c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x243b5c0.svg rename to examples/dsp_files/fft2d-svg/W-0x243b5c0.svg diff --git a/dsp_files/fft2d-svg/W-0x243f5a0.svg b/examples/dsp_files/fft2d-svg/W-0x243f5a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x243f5a0.svg rename to examples/dsp_files/fft2d-svg/W-0x243f5a0.svg diff --git a/dsp_files/fft2d-svg/W-0x2443580.svg b/examples/dsp_files/fft2d-svg/W-0x2443580.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2443580.svg rename to examples/dsp_files/fft2d-svg/W-0x2443580.svg diff --git a/dsp_files/fft2d-svg/W-0x246fd70.svg b/examples/dsp_files/fft2d-svg/W-0x246fd70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x246fd70.svg rename to examples/dsp_files/fft2d-svg/W-0x246fd70.svg diff --git a/dsp_files/fft2d-svg/W-0x2473a70.svg b/examples/dsp_files/fft2d-svg/W-0x2473a70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2473a70.svg rename to examples/dsp_files/fft2d-svg/W-0x2473a70.svg diff --git a/dsp_files/fft2d-svg/W-0x24899c0.svg b/examples/dsp_files/fft2d-svg/W-0x24899c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x24899c0.svg rename to examples/dsp_files/fft2d-svg/W-0x24899c0.svg diff --git a/dsp_files/fft2d-svg/W-0x25cb880.svg b/examples/dsp_files/fft2d-svg/W-0x25cb880.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x25cb880.svg rename to examples/dsp_files/fft2d-svg/W-0x25cb880.svg diff --git a/dsp_files/fft2d-svg/W-0x25cf7c0.svg b/examples/dsp_files/fft2d-svg/W-0x25cf7c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x25cf7c0.svg rename to examples/dsp_files/fft2d-svg/W-0x25cf7c0.svg diff --git a/dsp_files/fft2d-svg/W-0x25e5320.svg b/examples/dsp_files/fft2d-svg/W-0x25e5320.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x25e5320.svg rename to examples/dsp_files/fft2d-svg/W-0x25e5320.svg diff --git a/dsp_files/fft2d-svg/W-0x28349b0.svg b/examples/dsp_files/fft2d-svg/W-0x28349b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x28349b0.svg rename to examples/dsp_files/fft2d-svg/W-0x28349b0.svg diff --git a/dsp_files/fft2d-svg/W-0x28388e0.svg b/examples/dsp_files/fft2d-svg/W-0x28388e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x28388e0.svg rename to examples/dsp_files/fft2d-svg/W-0x28388e0.svg diff --git a/dsp_files/fft2d-svg/W-0x283c8b0.svg b/examples/dsp_files/fft2d-svg/W-0x283c8b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x283c8b0.svg rename to examples/dsp_files/fft2d-svg/W-0x283c8b0.svg diff --git a/dsp_files/fft2d-svg/W-0x2840880.svg b/examples/dsp_files/fft2d-svg/W-0x2840880.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2840880.svg rename to examples/dsp_files/fft2d-svg/W-0x2840880.svg diff --git a/dsp_files/fft2d-svg/W-0x2844850.svg b/examples/dsp_files/fft2d-svg/W-0x2844850.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2844850.svg rename to examples/dsp_files/fft2d-svg/W-0x2844850.svg diff --git a/dsp_files/fft2d-svg/W-0x2848820.svg b/examples/dsp_files/fft2d-svg/W-0x2848820.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2848820.svg rename to examples/dsp_files/fft2d-svg/W-0x2848820.svg diff --git a/dsp_files/fft2d-svg/W-0x284c800.svg b/examples/dsp_files/fft2d-svg/W-0x284c800.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x284c800.svg rename to examples/dsp_files/fft2d-svg/W-0x284c800.svg diff --git a/dsp_files/fft2d-svg/W-0x28507e0.svg b/examples/dsp_files/fft2d-svg/W-0x28507e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x28507e0.svg rename to examples/dsp_files/fft2d-svg/W-0x28507e0.svg diff --git a/dsp_files/fft2d-svg/W-0x28547c0.svg b/examples/dsp_files/fft2d-svg/W-0x28547c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x28547c0.svg rename to examples/dsp_files/fft2d-svg/W-0x28547c0.svg diff --git a/dsp_files/fft2d-svg/W-0x28587a0.svg b/examples/dsp_files/fft2d-svg/W-0x28587a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x28587a0.svg rename to examples/dsp_files/fft2d-svg/W-0x28587a0.svg diff --git a/dsp_files/fft2d-svg/W-0x285c780.svg b/examples/dsp_files/fft2d-svg/W-0x285c780.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x285c780.svg rename to examples/dsp_files/fft2d-svg/W-0x285c780.svg diff --git a/dsp_files/fft2d-svg/W-0x2860760.svg b/examples/dsp_files/fft2d-svg/W-0x2860760.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2860760.svg rename to examples/dsp_files/fft2d-svg/W-0x2860760.svg diff --git a/dsp_files/fft2d-svg/W-0x2864740.svg b/examples/dsp_files/fft2d-svg/W-0x2864740.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2864740.svg rename to examples/dsp_files/fft2d-svg/W-0x2864740.svg diff --git a/dsp_files/fft2d-svg/W-0x2868720.svg b/examples/dsp_files/fft2d-svg/W-0x2868720.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2868720.svg rename to examples/dsp_files/fft2d-svg/W-0x2868720.svg diff --git a/dsp_files/fft2d-svg/W-0x286c700.svg b/examples/dsp_files/fft2d-svg/W-0x286c700.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x286c700.svg rename to examples/dsp_files/fft2d-svg/W-0x286c700.svg diff --git a/dsp_files/fft2d-svg/W-0x28706e0.svg b/examples/dsp_files/fft2d-svg/W-0x28706e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x28706e0.svg rename to examples/dsp_files/fft2d-svg/W-0x28706e0.svg diff --git a/dsp_files/fft2d-svg/W-0x292d030.svg b/examples/dsp_files/fft2d-svg/W-0x292d030.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x292d030.svg rename to examples/dsp_files/fft2d-svg/W-0x292d030.svg diff --git a/dsp_files/fft2d-svg/W-0x292fca0.svg b/examples/dsp_files/fft2d-svg/W-0x292fca0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x292fca0.svg rename to examples/dsp_files/fft2d-svg/W-0x292fca0.svg diff --git a/dsp_files/fft2d-svg/W-0x2930f70.svg b/examples/dsp_files/fft2d-svg/W-0x2930f70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2930f70.svg rename to examples/dsp_files/fft2d-svg/W-0x2930f70.svg diff --git a/dsp_files/fft2d-svg/W-0x2933bd0.svg b/examples/dsp_files/fft2d-svg/W-0x2933bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2933bd0.svg rename to examples/dsp_files/fft2d-svg/W-0x2933bd0.svg diff --git a/dsp_files/fft2d-svg/W-0x2934f50.svg b/examples/dsp_files/fft2d-svg/W-0x2934f50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2934f50.svg rename to examples/dsp_files/fft2d-svg/W-0x2934f50.svg diff --git a/dsp_files/fft2d-svg/W-0x2937ba0.svg b/examples/dsp_files/fft2d-svg/W-0x2937ba0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2937ba0.svg rename to examples/dsp_files/fft2d-svg/W-0x2937ba0.svg diff --git a/dsp_files/fft2d-svg/W-0x2938f30.svg b/examples/dsp_files/fft2d-svg/W-0x2938f30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2938f30.svg rename to examples/dsp_files/fft2d-svg/W-0x2938f30.svg diff --git a/dsp_files/fft2d-svg/W-0x293bb70.svg b/examples/dsp_files/fft2d-svg/W-0x293bb70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x293bb70.svg rename to examples/dsp_files/fft2d-svg/W-0x293bb70.svg diff --git a/dsp_files/fft2d-svg/W-0x293fb40.svg b/examples/dsp_files/fft2d-svg/W-0x293fb40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x293fb40.svg rename to examples/dsp_files/fft2d-svg/W-0x293fb40.svg diff --git a/dsp_files/fft2d-svg/W-0x2943b10.svg b/examples/dsp_files/fft2d-svg/W-0x2943b10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2943b10.svg rename to examples/dsp_files/fft2d-svg/W-0x2943b10.svg diff --git a/dsp_files/fft2d-svg/W-0x2947af0.svg b/examples/dsp_files/fft2d-svg/W-0x2947af0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2947af0.svg rename to examples/dsp_files/fft2d-svg/W-0x2947af0.svg diff --git a/dsp_files/fft2d-svg/W-0x294bad0.svg b/examples/dsp_files/fft2d-svg/W-0x294bad0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x294bad0.svg rename to examples/dsp_files/fft2d-svg/W-0x294bad0.svg diff --git a/dsp_files/fft2d-svg/W-0x294fab0.svg b/examples/dsp_files/fft2d-svg/W-0x294fab0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x294fab0.svg rename to examples/dsp_files/fft2d-svg/W-0x294fab0.svg diff --git a/dsp_files/fft2d-svg/W-0x2953a90.svg b/examples/dsp_files/fft2d-svg/W-0x2953a90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2953a90.svg rename to examples/dsp_files/fft2d-svg/W-0x2953a90.svg diff --git a/dsp_files/fft2d-svg/W-0x2957a70.svg b/examples/dsp_files/fft2d-svg/W-0x2957a70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2957a70.svg rename to examples/dsp_files/fft2d-svg/W-0x2957a70.svg diff --git a/dsp_files/fft2d-svg/W-0x295ba50.svg b/examples/dsp_files/fft2d-svg/W-0x295ba50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x295ba50.svg rename to examples/dsp_files/fft2d-svg/W-0x295ba50.svg diff --git a/dsp_files/fft2d-svg/W-0x295fa30.svg b/examples/dsp_files/fft2d-svg/W-0x295fa30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x295fa30.svg rename to examples/dsp_files/fft2d-svg/W-0x295fa30.svg diff --git a/dsp_files/fft2d-svg/W-0x2963a10.svg b/examples/dsp_files/fft2d-svg/W-0x2963a10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2963a10.svg rename to examples/dsp_files/fft2d-svg/W-0x2963a10.svg diff --git a/dsp_files/fft2d-svg/W-0x29656f0.svg b/examples/dsp_files/fft2d-svg/W-0x29656f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29656f0.svg rename to examples/dsp_files/fft2d-svg/W-0x29656f0.svg diff --git a/dsp_files/fft2d-svg/W-0x29679f0.svg b/examples/dsp_files/fft2d-svg/W-0x29679f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29679f0.svg rename to examples/dsp_files/fft2d-svg/W-0x29679f0.svg diff --git a/dsp_files/fft2d-svg/W-0x29693f0.svg b/examples/dsp_files/fft2d-svg/W-0x29693f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29693f0.svg rename to examples/dsp_files/fft2d-svg/W-0x29693f0.svg diff --git a/dsp_files/fft2d-svg/W-0x296b9d0.svg b/examples/dsp_files/fft2d-svg/W-0x296b9d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x296b9d0.svg rename to examples/dsp_files/fft2d-svg/W-0x296b9d0.svg diff --git a/dsp_files/fft2d-svg/W-0x297f340.svg b/examples/dsp_files/fft2d-svg/W-0x297f340.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x297f340.svg rename to examples/dsp_files/fft2d-svg/W-0x297f340.svg diff --git a/dsp_files/fft2d-svg/W-0x29c12e0.svg b/examples/dsp_files/fft2d-svg/W-0x29c12e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29c12e0.svg rename to examples/dsp_files/fft2d-svg/W-0x29c12e0.svg diff --git a/dsp_files/fft2d-svg/W-0x29c4fe0.svg b/examples/dsp_files/fft2d-svg/W-0x29c4fe0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29c4fe0.svg rename to examples/dsp_files/fft2d-svg/W-0x29c4fe0.svg diff --git a/dsp_files/fft2d-svg/W-0x29c8d80.svg b/examples/dsp_files/fft2d-svg/W-0x29c8d80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29c8d80.svg rename to examples/dsp_files/fft2d-svg/W-0x29c8d80.svg diff --git a/dsp_files/fft2d-svg/W-0x29ccb20.svg b/examples/dsp_files/fft2d-svg/W-0x29ccb20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29ccb20.svg rename to examples/dsp_files/fft2d-svg/W-0x29ccb20.svg diff --git a/dsp_files/fft2d-svg/W-0x29d08c0.svg b/examples/dsp_files/fft2d-svg/W-0x29d08c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29d08c0.svg rename to examples/dsp_files/fft2d-svg/W-0x29d08c0.svg diff --git a/dsp_files/fft2d-svg/W-0x29d4660.svg b/examples/dsp_files/fft2d-svg/W-0x29d4660.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29d4660.svg rename to examples/dsp_files/fft2d-svg/W-0x29d4660.svg diff --git a/dsp_files/fft2d-svg/W-0x29d8400.svg b/examples/dsp_files/fft2d-svg/W-0x29d8400.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29d8400.svg rename to examples/dsp_files/fft2d-svg/W-0x29d8400.svg diff --git a/dsp_files/fft2d-svg/W-0x29dc1a0.svg b/examples/dsp_files/fft2d-svg/W-0x29dc1a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x29dc1a0.svg rename to examples/dsp_files/fft2d-svg/W-0x29dc1a0.svg diff --git a/dsp_files/fft2d-svg/W-0x2a4b630.svg b/examples/dsp_files/fft2d-svg/W-0x2a4b630.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a4b630.svg rename to examples/dsp_files/fft2d-svg/W-0x2a4b630.svg diff --git a/dsp_files/fft2d-svg/W-0x2a4f330.svg b/examples/dsp_files/fft2d-svg/W-0x2a4f330.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a4f330.svg rename to examples/dsp_files/fft2d-svg/W-0x2a4f330.svg diff --git a/dsp_files/fft2d-svg/W-0x2a530d0.svg b/examples/dsp_files/fft2d-svg/W-0x2a530d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a530d0.svg rename to examples/dsp_files/fft2d-svg/W-0x2a530d0.svg diff --git a/dsp_files/fft2d-svg/W-0x2a56e70.svg b/examples/dsp_files/fft2d-svg/W-0x2a56e70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a56e70.svg rename to examples/dsp_files/fft2d-svg/W-0x2a56e70.svg diff --git a/dsp_files/fft2d-svg/W-0x2a83b80.svg b/examples/dsp_files/fft2d-svg/W-0x2a83b80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a83b80.svg rename to examples/dsp_files/fft2d-svg/W-0x2a83b80.svg diff --git a/dsp_files/fft2d-svg/W-0x2a87880.svg b/examples/dsp_files/fft2d-svg/W-0x2a87880.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a87880.svg rename to examples/dsp_files/fft2d-svg/W-0x2a87880.svg diff --git a/dsp_files/fft2d-svg/W-0x2a9d7f0.svg b/examples/dsp_files/fft2d-svg/W-0x2a9d7f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2a9d7f0.svg rename to examples/dsp_files/fft2d-svg/W-0x2a9d7f0.svg diff --git a/dsp_files/fft2d-svg/W-0x2abc540.svg b/examples/dsp_files/fft2d-svg/W-0x2abc540.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2abc540.svg rename to examples/dsp_files/fft2d-svg/W-0x2abc540.svg diff --git a/dsp_files/fft2d-svg/W-0x2ac0240.svg b/examples/dsp_files/fft2d-svg/W-0x2ac0240.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ac0240.svg rename to examples/dsp_files/fft2d-svg/W-0x2ac0240.svg diff --git a/dsp_files/fft2d-svg/W-0x2ac3fe0.svg b/examples/dsp_files/fft2d-svg/W-0x2ac3fe0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ac3fe0.svg rename to examples/dsp_files/fft2d-svg/W-0x2ac3fe0.svg diff --git a/dsp_files/fft2d-svg/W-0x2ac7d80.svg b/examples/dsp_files/fft2d-svg/W-0x2ac7d80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ac7d80.svg rename to examples/dsp_files/fft2d-svg/W-0x2ac7d80.svg diff --git a/dsp_files/fft2d-svg/W-0x2acbb20.svg b/examples/dsp_files/fft2d-svg/W-0x2acbb20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2acbb20.svg rename to examples/dsp_files/fft2d-svg/W-0x2acbb20.svg diff --git a/dsp_files/fft2d-svg/W-0x2acf8c0.svg b/examples/dsp_files/fft2d-svg/W-0x2acf8c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2acf8c0.svg rename to examples/dsp_files/fft2d-svg/W-0x2acf8c0.svg diff --git a/dsp_files/fft2d-svg/W-0x2ad2750.svg b/examples/dsp_files/fft2d-svg/W-0x2ad2750.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ad2750.svg rename to examples/dsp_files/fft2d-svg/W-0x2ad2750.svg diff --git a/dsp_files/fft2d-svg/W-0x2ad3660.svg b/examples/dsp_files/fft2d-svg/W-0x2ad3660.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ad3660.svg rename to examples/dsp_files/fft2d-svg/W-0x2ad3660.svg diff --git a/dsp_files/fft2d-svg/W-0x2ad6680.svg b/examples/dsp_files/fft2d-svg/W-0x2ad6680.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ad6680.svg rename to examples/dsp_files/fft2d-svg/W-0x2ad6680.svg diff --git a/dsp_files/fft2d-svg/W-0x2ad7400.svg b/examples/dsp_files/fft2d-svg/W-0x2ad7400.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ad7400.svg rename to examples/dsp_files/fft2d-svg/W-0x2ad7400.svg diff --git a/dsp_files/fft2d-svg/W-0x2ada650.svg b/examples/dsp_files/fft2d-svg/W-0x2ada650.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ada650.svg rename to examples/dsp_files/fft2d-svg/W-0x2ada650.svg diff --git a/dsp_files/fft2d-svg/W-0x2ade620.svg b/examples/dsp_files/fft2d-svg/W-0x2ade620.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ade620.svg rename to examples/dsp_files/fft2d-svg/W-0x2ade620.svg diff --git a/dsp_files/fft2d-svg/W-0x2ae25f0.svg b/examples/dsp_files/fft2d-svg/W-0x2ae25f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ae25f0.svg rename to examples/dsp_files/fft2d-svg/W-0x2ae25f0.svg diff --git a/dsp_files/fft2d-svg/W-0x2ae65c0.svg b/examples/dsp_files/fft2d-svg/W-0x2ae65c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ae65c0.svg rename to examples/dsp_files/fft2d-svg/W-0x2ae65c0.svg diff --git a/dsp_files/fft2d-svg/W-0x2aea5a0.svg b/examples/dsp_files/fft2d-svg/W-0x2aea5a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2aea5a0.svg rename to examples/dsp_files/fft2d-svg/W-0x2aea5a0.svg diff --git a/dsp_files/fft2d-svg/W-0x2aee580.svg b/examples/dsp_files/fft2d-svg/W-0x2aee580.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2aee580.svg rename to examples/dsp_files/fft2d-svg/W-0x2aee580.svg diff --git a/dsp_files/fft2d-svg/W-0x2af2560.svg b/examples/dsp_files/fft2d-svg/W-0x2af2560.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2af2560.svg rename to examples/dsp_files/fft2d-svg/W-0x2af2560.svg diff --git a/dsp_files/fft2d-svg/W-0x2af6540.svg b/examples/dsp_files/fft2d-svg/W-0x2af6540.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2af6540.svg rename to examples/dsp_files/fft2d-svg/W-0x2af6540.svg diff --git a/dsp_files/fft2d-svg/W-0x2afa520.svg b/examples/dsp_files/fft2d-svg/W-0x2afa520.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2afa520.svg rename to examples/dsp_files/fft2d-svg/W-0x2afa520.svg diff --git a/dsp_files/fft2d-svg/W-0x2afe500.svg b/examples/dsp_files/fft2d-svg/W-0x2afe500.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2afe500.svg rename to examples/dsp_files/fft2d-svg/W-0x2afe500.svg diff --git a/dsp_files/fft2d-svg/W-0x2b024e0.svg b/examples/dsp_files/fft2d-svg/W-0x2b024e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b024e0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b024e0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b064c0.svg b/examples/dsp_files/fft2d-svg/W-0x2b064c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b064c0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b064c0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b0a4a0.svg b/examples/dsp_files/fft2d-svg/W-0x2b0a4a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b0a4a0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b0a4a0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b0e480.svg b/examples/dsp_files/fft2d-svg/W-0x2b0e480.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b0e480.svg rename to examples/dsp_files/fft2d-svg/W-0x2b0e480.svg diff --git a/dsp_files/fft2d-svg/W-0x2b468f0.svg b/examples/dsp_files/fft2d-svg/W-0x2b468f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b468f0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b468f0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b4a5f0.svg b/examples/dsp_files/fft2d-svg/W-0x2b4a5f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b4a5f0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b4a5f0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b4e390.svg b/examples/dsp_files/fft2d-svg/W-0x2b4e390.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b4e390.svg rename to examples/dsp_files/fft2d-svg/W-0x2b4e390.svg diff --git a/dsp_files/fft2d-svg/W-0x2b52130.svg b/examples/dsp_files/fft2d-svg/W-0x2b52130.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b52130.svg rename to examples/dsp_files/fft2d-svg/W-0x2b52130.svg diff --git a/dsp_files/fft2d-svg/W-0x2b7edd0.svg b/examples/dsp_files/fft2d-svg/W-0x2b7edd0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b7edd0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b7edd0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b82ad0.svg b/examples/dsp_files/fft2d-svg/W-0x2b82ad0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b82ad0.svg rename to examples/dsp_files/fft2d-svg/W-0x2b82ad0.svg diff --git a/dsp_files/fft2d-svg/W-0x2b98a30.svg b/examples/dsp_files/fft2d-svg/W-0x2b98a30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2b98a30.svg rename to examples/dsp_files/fft2d-svg/W-0x2b98a30.svg diff --git a/dsp_files/fft2d-svg/W-0x2c02d70.svg b/examples/dsp_files/fft2d-svg/W-0x2c02d70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c02d70.svg rename to examples/dsp_files/fft2d-svg/W-0x2c02d70.svg diff --git a/dsp_files/fft2d-svg/W-0x2c06ca0.svg b/examples/dsp_files/fft2d-svg/W-0x2c06ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c06ca0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c06ca0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c0ac70.svg b/examples/dsp_files/fft2d-svg/W-0x2c0ac70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c0ac70.svg rename to examples/dsp_files/fft2d-svg/W-0x2c0ac70.svg diff --git a/dsp_files/fft2d-svg/W-0x2c0ec40.svg b/examples/dsp_files/fft2d-svg/W-0x2c0ec40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c0ec40.svg rename to examples/dsp_files/fft2d-svg/W-0x2c0ec40.svg diff --git a/dsp_files/fft2d-svg/W-0x2c12c10.svg b/examples/dsp_files/fft2d-svg/W-0x2c12c10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c12c10.svg rename to examples/dsp_files/fft2d-svg/W-0x2c12c10.svg diff --git a/dsp_files/fft2d-svg/W-0x2c16be0.svg b/examples/dsp_files/fft2d-svg/W-0x2c16be0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c16be0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c16be0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c1abc0.svg b/examples/dsp_files/fft2d-svg/W-0x2c1abc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c1abc0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c1abc0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c1eba0.svg b/examples/dsp_files/fft2d-svg/W-0x2c1eba0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c1eba0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c1eba0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c22b80.svg b/examples/dsp_files/fft2d-svg/W-0x2c22b80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c22b80.svg rename to examples/dsp_files/fft2d-svg/W-0x2c22b80.svg diff --git a/dsp_files/fft2d-svg/W-0x2c26b60.svg b/examples/dsp_files/fft2d-svg/W-0x2c26b60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c26b60.svg rename to examples/dsp_files/fft2d-svg/W-0x2c26b60.svg diff --git a/dsp_files/fft2d-svg/W-0x2c2ab40.svg b/examples/dsp_files/fft2d-svg/W-0x2c2ab40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c2ab40.svg rename to examples/dsp_files/fft2d-svg/W-0x2c2ab40.svg diff --git a/dsp_files/fft2d-svg/W-0x2c2eb20.svg b/examples/dsp_files/fft2d-svg/W-0x2c2eb20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c2eb20.svg rename to examples/dsp_files/fft2d-svg/W-0x2c2eb20.svg diff --git a/dsp_files/fft2d-svg/W-0x2c32b00.svg b/examples/dsp_files/fft2d-svg/W-0x2c32b00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c32b00.svg rename to examples/dsp_files/fft2d-svg/W-0x2c32b00.svg diff --git a/dsp_files/fft2d-svg/W-0x2c36ae0.svg b/examples/dsp_files/fft2d-svg/W-0x2c36ae0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c36ae0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c36ae0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c3aac0.svg b/examples/dsp_files/fft2d-svg/W-0x2c3aac0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c3aac0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c3aac0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c3eaa0.svg b/examples/dsp_files/fft2d-svg/W-0x2c3eaa0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c3eaa0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c3eaa0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c5f050.svg b/examples/dsp_files/fft2d-svg/W-0x2c5f050.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c5f050.svg rename to examples/dsp_files/fft2d-svg/W-0x2c5f050.svg diff --git a/dsp_files/fft2d-svg/W-0x2c62d50.svg b/examples/dsp_files/fft2d-svg/W-0x2c62d50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c62d50.svg rename to examples/dsp_files/fft2d-svg/W-0x2c62d50.svg diff --git a/dsp_files/fft2d-svg/W-0x2c66af0.svg b/examples/dsp_files/fft2d-svg/W-0x2c66af0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c66af0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c66af0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c6a890.svg b/examples/dsp_files/fft2d-svg/W-0x2c6a890.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c6a890.svg rename to examples/dsp_files/fft2d-svg/W-0x2c6a890.svg diff --git a/dsp_files/fft2d-svg/W-0x2c6e630.svg b/examples/dsp_files/fft2d-svg/W-0x2c6e630.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c6e630.svg rename to examples/dsp_files/fft2d-svg/W-0x2c6e630.svg diff --git a/dsp_files/fft2d-svg/W-0x2c723d0.svg b/examples/dsp_files/fft2d-svg/W-0x2c723d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c723d0.svg rename to examples/dsp_files/fft2d-svg/W-0x2c723d0.svg diff --git a/dsp_files/fft2d-svg/W-0x2c76170.svg b/examples/dsp_files/fft2d-svg/W-0x2c76170.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c76170.svg rename to examples/dsp_files/fft2d-svg/W-0x2c76170.svg diff --git a/dsp_files/fft2d-svg/W-0x2c79f10.svg b/examples/dsp_files/fft2d-svg/W-0x2c79f10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2c79f10.svg rename to examples/dsp_files/fft2d-svg/W-0x2c79f10.svg diff --git a/dsp_files/fft2d-svg/W-0x2ce28a0.svg b/examples/dsp_files/fft2d-svg/W-0x2ce28a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ce28a0.svg rename to examples/dsp_files/fft2d-svg/W-0x2ce28a0.svg diff --git a/dsp_files/fft2d-svg/W-0x2ce67e0.svg b/examples/dsp_files/fft2d-svg/W-0x2ce67e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ce67e0.svg rename to examples/dsp_files/fft2d-svg/W-0x2ce67e0.svg diff --git a/dsp_files/fft2d-svg/W-0x2ce9410.svg b/examples/dsp_files/fft2d-svg/W-0x2ce9410.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ce9410.svg rename to examples/dsp_files/fft2d-svg/W-0x2ce9410.svg diff --git a/dsp_files/fft2d-svg/W-0x2ced110.svg b/examples/dsp_files/fft2d-svg/W-0x2ced110.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2ced110.svg rename to examples/dsp_files/fft2d-svg/W-0x2ced110.svg diff --git a/dsp_files/fft2d-svg/W-0x2cf0eb0.svg b/examples/dsp_files/fft2d-svg/W-0x2cf0eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2cf0eb0.svg rename to examples/dsp_files/fft2d-svg/W-0x2cf0eb0.svg diff --git a/dsp_files/fft2d-svg/W-0x2cf4c50.svg b/examples/dsp_files/fft2d-svg/W-0x2cf4c50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2cf4c50.svg rename to examples/dsp_files/fft2d-svg/W-0x2cf4c50.svg diff --git a/dsp_files/fft2d-svg/W-0x2cfc340.svg b/examples/dsp_files/fft2d-svg/W-0x2cfc340.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2cfc340.svg rename to examples/dsp_files/fft2d-svg/W-0x2cfc340.svg diff --git a/dsp_files/fft2d-svg/W-0x2d21920.svg b/examples/dsp_files/fft2d-svg/W-0x2d21920.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d21920.svg rename to examples/dsp_files/fft2d-svg/W-0x2d21920.svg diff --git a/dsp_files/fft2d-svg/W-0x2d25620.svg b/examples/dsp_files/fft2d-svg/W-0x2d25620.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d25620.svg rename to examples/dsp_files/fft2d-svg/W-0x2d25620.svg diff --git a/dsp_files/fft2d-svg/W-0x2d3b570.svg b/examples/dsp_files/fft2d-svg/W-0x2d3b570.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d3b570.svg rename to examples/dsp_files/fft2d-svg/W-0x2d3b570.svg diff --git a/dsp_files/fft2d-svg/W-0x2d8f670.svg b/examples/dsp_files/fft2d-svg/W-0x2d8f670.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d8f670.svg rename to examples/dsp_files/fft2d-svg/W-0x2d8f670.svg diff --git a/dsp_files/fft2d-svg/W-0x2d93370.svg b/examples/dsp_files/fft2d-svg/W-0x2d93370.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d93370.svg rename to examples/dsp_files/fft2d-svg/W-0x2d93370.svg diff --git a/dsp_files/fft2d-svg/W-0x2d97110.svg b/examples/dsp_files/fft2d-svg/W-0x2d97110.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d97110.svg rename to examples/dsp_files/fft2d-svg/W-0x2d97110.svg diff --git a/dsp_files/fft2d-svg/W-0x2d9aeb0.svg b/examples/dsp_files/fft2d-svg/W-0x2d9aeb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d9aeb0.svg rename to examples/dsp_files/fft2d-svg/W-0x2d9aeb0.svg diff --git a/dsp_files/fft2d-svg/W-0x2d9ec50.svg b/examples/dsp_files/fft2d-svg/W-0x2d9ec50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2d9ec50.svg rename to examples/dsp_files/fft2d-svg/W-0x2d9ec50.svg diff --git a/dsp_files/fft2d-svg/W-0x2da29f0.svg b/examples/dsp_files/fft2d-svg/W-0x2da29f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2da29f0.svg rename to examples/dsp_files/fft2d-svg/W-0x2da29f0.svg diff --git a/dsp_files/fft2d-svg/W-0x2da6790.svg b/examples/dsp_files/fft2d-svg/W-0x2da6790.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2da6790.svg rename to examples/dsp_files/fft2d-svg/W-0x2da6790.svg diff --git a/dsp_files/fft2d-svg/W-0x2daa530.svg b/examples/dsp_files/fft2d-svg/W-0x2daa530.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2daa530.svg rename to examples/dsp_files/fft2d-svg/W-0x2daa530.svg diff --git a/dsp_files/fft2d-svg/W-0x2e199e0.svg b/examples/dsp_files/fft2d-svg/W-0x2e199e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e199e0.svg rename to examples/dsp_files/fft2d-svg/W-0x2e199e0.svg diff --git a/dsp_files/fft2d-svg/W-0x2e1d6e0.svg b/examples/dsp_files/fft2d-svg/W-0x2e1d6e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e1d6e0.svg rename to examples/dsp_files/fft2d-svg/W-0x2e1d6e0.svg diff --git a/dsp_files/fft2d-svg/W-0x2e21480.svg b/examples/dsp_files/fft2d-svg/W-0x2e21480.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e21480.svg rename to examples/dsp_files/fft2d-svg/W-0x2e21480.svg diff --git a/dsp_files/fft2d-svg/W-0x2e25220.svg b/examples/dsp_files/fft2d-svg/W-0x2e25220.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e25220.svg rename to examples/dsp_files/fft2d-svg/W-0x2e25220.svg diff --git a/dsp_files/fft2d-svg/W-0x2e51ef0.svg b/examples/dsp_files/fft2d-svg/W-0x2e51ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e51ef0.svg rename to examples/dsp_files/fft2d-svg/W-0x2e51ef0.svg diff --git a/dsp_files/fft2d-svg/W-0x2e55bf0.svg b/examples/dsp_files/fft2d-svg/W-0x2e55bf0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e55bf0.svg rename to examples/dsp_files/fft2d-svg/W-0x2e55bf0.svg diff --git a/dsp_files/fft2d-svg/W-0x2e6bb70.svg b/examples/dsp_files/fft2d-svg/W-0x2e6bb70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2e6bb70.svg rename to examples/dsp_files/fft2d-svg/W-0x2e6bb70.svg diff --git a/dsp_files/fft2d-svg/W-0x2f56a50.svg b/examples/dsp_files/fft2d-svg/W-0x2f56a50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2f56a50.svg rename to examples/dsp_files/fft2d-svg/W-0x2f56a50.svg diff --git a/dsp_files/fft2d-svg/W-0x2f5a990.svg b/examples/dsp_files/fft2d-svg/W-0x2f5a990.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2f5a990.svg rename to examples/dsp_files/fft2d-svg/W-0x2f5a990.svg diff --git a/dsp_files/fft2d-svg/W-0x2f5e7d0.svg b/examples/dsp_files/fft2d-svg/W-0x2f5e7d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2f5e7d0.svg rename to examples/dsp_files/fft2d-svg/W-0x2f5e7d0.svg diff --git a/dsp_files/fft2d-svg/W-0x2f62610.svg b/examples/dsp_files/fft2d-svg/W-0x2f62610.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x2f62610.svg rename to examples/dsp_files/fft2d-svg/W-0x2f62610.svg diff --git a/dsp_files/fft2d-svg/W-0x32702b0.svg b/examples/dsp_files/fft2d-svg/W-0x32702b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32702b0.svg rename to examples/dsp_files/fft2d-svg/W-0x32702b0.svg diff --git a/dsp_files/fft2d-svg/W-0x32741e0.svg b/examples/dsp_files/fft2d-svg/W-0x32741e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32741e0.svg rename to examples/dsp_files/fft2d-svg/W-0x32741e0.svg diff --git a/dsp_files/fft2d-svg/W-0x32781b0.svg b/examples/dsp_files/fft2d-svg/W-0x32781b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32781b0.svg rename to examples/dsp_files/fft2d-svg/W-0x32781b0.svg diff --git a/dsp_files/fft2d-svg/W-0x327c180.svg b/examples/dsp_files/fft2d-svg/W-0x327c180.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x327c180.svg rename to examples/dsp_files/fft2d-svg/W-0x327c180.svg diff --git a/dsp_files/fft2d-svg/W-0x3280150.svg b/examples/dsp_files/fft2d-svg/W-0x3280150.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3280150.svg rename to examples/dsp_files/fft2d-svg/W-0x3280150.svg diff --git a/dsp_files/fft2d-svg/W-0x3284120.svg b/examples/dsp_files/fft2d-svg/W-0x3284120.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3284120.svg rename to examples/dsp_files/fft2d-svg/W-0x3284120.svg diff --git a/dsp_files/fft2d-svg/W-0x3288100.svg b/examples/dsp_files/fft2d-svg/W-0x3288100.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3288100.svg rename to examples/dsp_files/fft2d-svg/W-0x3288100.svg diff --git a/dsp_files/fft2d-svg/W-0x328c0e0.svg b/examples/dsp_files/fft2d-svg/W-0x328c0e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x328c0e0.svg rename to examples/dsp_files/fft2d-svg/W-0x328c0e0.svg diff --git a/dsp_files/fft2d-svg/W-0x32900c0.svg b/examples/dsp_files/fft2d-svg/W-0x32900c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32900c0.svg rename to examples/dsp_files/fft2d-svg/W-0x32900c0.svg diff --git a/dsp_files/fft2d-svg/W-0x32940a0.svg b/examples/dsp_files/fft2d-svg/W-0x32940a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32940a0.svg rename to examples/dsp_files/fft2d-svg/W-0x32940a0.svg diff --git a/dsp_files/fft2d-svg/W-0x3298080.svg b/examples/dsp_files/fft2d-svg/W-0x3298080.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3298080.svg rename to examples/dsp_files/fft2d-svg/W-0x3298080.svg diff --git a/dsp_files/fft2d-svg/W-0x329c060.svg b/examples/dsp_files/fft2d-svg/W-0x329c060.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x329c060.svg rename to examples/dsp_files/fft2d-svg/W-0x329c060.svg diff --git a/dsp_files/fft2d-svg/W-0x32a0040.svg b/examples/dsp_files/fft2d-svg/W-0x32a0040.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32a0040.svg rename to examples/dsp_files/fft2d-svg/W-0x32a0040.svg diff --git a/dsp_files/fft2d-svg/W-0x32a4020.svg b/examples/dsp_files/fft2d-svg/W-0x32a4020.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32a4020.svg rename to examples/dsp_files/fft2d-svg/W-0x32a4020.svg diff --git a/dsp_files/fft2d-svg/W-0x32a8000.svg b/examples/dsp_files/fft2d-svg/W-0x32a8000.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32a8000.svg rename to examples/dsp_files/fft2d-svg/W-0x32a8000.svg diff --git a/dsp_files/fft2d-svg/W-0x32abfe0.svg b/examples/dsp_files/fft2d-svg/W-0x32abfe0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32abfe0.svg rename to examples/dsp_files/fft2d-svg/W-0x32abfe0.svg diff --git a/dsp_files/fft2d-svg/W-0x32b4920.svg b/examples/dsp_files/fft2d-svg/W-0x32b4920.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32b4920.svg rename to examples/dsp_files/fft2d-svg/W-0x32b4920.svg diff --git a/dsp_files/fft2d-svg/W-0x32b8850.svg b/examples/dsp_files/fft2d-svg/W-0x32b8850.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32b8850.svg rename to examples/dsp_files/fft2d-svg/W-0x32b8850.svg diff --git a/dsp_files/fft2d-svg/W-0x32bc820.svg b/examples/dsp_files/fft2d-svg/W-0x32bc820.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32bc820.svg rename to examples/dsp_files/fft2d-svg/W-0x32bc820.svg diff --git a/dsp_files/fft2d-svg/W-0x32c07f0.svg b/examples/dsp_files/fft2d-svg/W-0x32c07f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32c07f0.svg rename to examples/dsp_files/fft2d-svg/W-0x32c07f0.svg diff --git a/dsp_files/fft2d-svg/W-0x32c47c0.svg b/examples/dsp_files/fft2d-svg/W-0x32c47c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32c47c0.svg rename to examples/dsp_files/fft2d-svg/W-0x32c47c0.svg diff --git a/dsp_files/fft2d-svg/W-0x32c8790.svg b/examples/dsp_files/fft2d-svg/W-0x32c8790.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32c8790.svg rename to examples/dsp_files/fft2d-svg/W-0x32c8790.svg diff --git a/dsp_files/fft2d-svg/W-0x32cc770.svg b/examples/dsp_files/fft2d-svg/W-0x32cc770.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32cc770.svg rename to examples/dsp_files/fft2d-svg/W-0x32cc770.svg diff --git a/dsp_files/fft2d-svg/W-0x32d0750.svg b/examples/dsp_files/fft2d-svg/W-0x32d0750.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32d0750.svg rename to examples/dsp_files/fft2d-svg/W-0x32d0750.svg diff --git a/dsp_files/fft2d-svg/W-0x32d4730.svg b/examples/dsp_files/fft2d-svg/W-0x32d4730.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32d4730.svg rename to examples/dsp_files/fft2d-svg/W-0x32d4730.svg diff --git a/dsp_files/fft2d-svg/W-0x32d8710.svg b/examples/dsp_files/fft2d-svg/W-0x32d8710.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32d8710.svg rename to examples/dsp_files/fft2d-svg/W-0x32d8710.svg diff --git a/dsp_files/fft2d-svg/W-0x32dc6f0.svg b/examples/dsp_files/fft2d-svg/W-0x32dc6f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32dc6f0.svg rename to examples/dsp_files/fft2d-svg/W-0x32dc6f0.svg diff --git a/dsp_files/fft2d-svg/W-0x32e06d0.svg b/examples/dsp_files/fft2d-svg/W-0x32e06d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32e06d0.svg rename to examples/dsp_files/fft2d-svg/W-0x32e06d0.svg diff --git a/dsp_files/fft2d-svg/W-0x32e46b0.svg b/examples/dsp_files/fft2d-svg/W-0x32e46b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32e46b0.svg rename to examples/dsp_files/fft2d-svg/W-0x32e46b0.svg diff --git a/dsp_files/fft2d-svg/W-0x32e8690.svg b/examples/dsp_files/fft2d-svg/W-0x32e8690.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32e8690.svg rename to examples/dsp_files/fft2d-svg/W-0x32e8690.svg diff --git a/dsp_files/fft2d-svg/W-0x32ec670.svg b/examples/dsp_files/fft2d-svg/W-0x32ec670.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32ec670.svg rename to examples/dsp_files/fft2d-svg/W-0x32ec670.svg diff --git a/dsp_files/fft2d-svg/W-0x32f0650.svg b/examples/dsp_files/fft2d-svg/W-0x32f0650.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x32f0650.svg rename to examples/dsp_files/fft2d-svg/W-0x32f0650.svg diff --git a/dsp_files/fft2d-svg/W-0x33fcc10.svg b/examples/dsp_files/fft2d-svg/W-0x33fcc10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x33fcc10.svg rename to examples/dsp_files/fft2d-svg/W-0x33fcc10.svg diff --git a/dsp_files/fft2d-svg/W-0x3400910.svg b/examples/dsp_files/fft2d-svg/W-0x3400910.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3400910.svg rename to examples/dsp_files/fft2d-svg/W-0x3400910.svg diff --git a/dsp_files/fft2d-svg/W-0x34046b0.svg b/examples/dsp_files/fft2d-svg/W-0x34046b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34046b0.svg rename to examples/dsp_files/fft2d-svg/W-0x34046b0.svg diff --git a/dsp_files/fft2d-svg/W-0x3408450.svg b/examples/dsp_files/fft2d-svg/W-0x3408450.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3408450.svg rename to examples/dsp_files/fft2d-svg/W-0x3408450.svg diff --git a/dsp_files/fft2d-svg/W-0x340c1f0.svg b/examples/dsp_files/fft2d-svg/W-0x340c1f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x340c1f0.svg rename to examples/dsp_files/fft2d-svg/W-0x340c1f0.svg diff --git a/dsp_files/fft2d-svg/W-0x340ff90.svg b/examples/dsp_files/fft2d-svg/W-0x340ff90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x340ff90.svg rename to examples/dsp_files/fft2d-svg/W-0x340ff90.svg diff --git a/dsp_files/fft2d-svg/W-0x3413d30.svg b/examples/dsp_files/fft2d-svg/W-0x3413d30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3413d30.svg rename to examples/dsp_files/fft2d-svg/W-0x3413d30.svg diff --git a/dsp_files/fft2d-svg/W-0x3417ad0.svg b/examples/dsp_files/fft2d-svg/W-0x3417ad0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3417ad0.svg rename to examples/dsp_files/fft2d-svg/W-0x3417ad0.svg diff --git a/dsp_files/fft2d-svg/W-0x3441210.svg b/examples/dsp_files/fft2d-svg/W-0x3441210.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3441210.svg rename to examples/dsp_files/fft2d-svg/W-0x3441210.svg diff --git a/dsp_files/fft2d-svg/W-0x3444f10.svg b/examples/dsp_files/fft2d-svg/W-0x3444f10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3444f10.svg rename to examples/dsp_files/fft2d-svg/W-0x3444f10.svg diff --git a/dsp_files/fft2d-svg/W-0x3448cb0.svg b/examples/dsp_files/fft2d-svg/W-0x3448cb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3448cb0.svg rename to examples/dsp_files/fft2d-svg/W-0x3448cb0.svg diff --git a/dsp_files/fft2d-svg/W-0x344ca50.svg b/examples/dsp_files/fft2d-svg/W-0x344ca50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x344ca50.svg rename to examples/dsp_files/fft2d-svg/W-0x344ca50.svg diff --git a/dsp_files/fft2d-svg/W-0x34507f0.svg b/examples/dsp_files/fft2d-svg/W-0x34507f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34507f0.svg rename to examples/dsp_files/fft2d-svg/W-0x34507f0.svg diff --git a/dsp_files/fft2d-svg/W-0x3454590.svg b/examples/dsp_files/fft2d-svg/W-0x3454590.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3454590.svg rename to examples/dsp_files/fft2d-svg/W-0x3454590.svg diff --git a/dsp_files/fft2d-svg/W-0x3458330.svg b/examples/dsp_files/fft2d-svg/W-0x3458330.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3458330.svg rename to examples/dsp_files/fft2d-svg/W-0x3458330.svg diff --git a/dsp_files/fft2d-svg/W-0x345c0d0.svg b/examples/dsp_files/fft2d-svg/W-0x345c0d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x345c0d0.svg rename to examples/dsp_files/fft2d-svg/W-0x345c0d0.svg diff --git a/dsp_files/fft2d-svg/W-0x3486fa0.svg b/examples/dsp_files/fft2d-svg/W-0x3486fa0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3486fa0.svg rename to examples/dsp_files/fft2d-svg/W-0x3486fa0.svg diff --git a/dsp_files/fft2d-svg/W-0x3488130.svg b/examples/dsp_files/fft2d-svg/W-0x3488130.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3488130.svg rename to examples/dsp_files/fft2d-svg/W-0x3488130.svg diff --git a/dsp_files/fft2d-svg/W-0x348aca0.svg b/examples/dsp_files/fft2d-svg/W-0x348aca0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x348aca0.svg rename to examples/dsp_files/fft2d-svg/W-0x348aca0.svg diff --git a/dsp_files/fft2d-svg/W-0x348c070.svg b/examples/dsp_files/fft2d-svg/W-0x348c070.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x348c070.svg rename to examples/dsp_files/fft2d-svg/W-0x348c070.svg diff --git a/dsp_files/fft2d-svg/W-0x348ea40.svg b/examples/dsp_files/fft2d-svg/W-0x348ea40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x348ea40.svg rename to examples/dsp_files/fft2d-svg/W-0x348ea40.svg diff --git a/dsp_files/fft2d-svg/W-0x3490050.svg b/examples/dsp_files/fft2d-svg/W-0x3490050.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3490050.svg rename to examples/dsp_files/fft2d-svg/W-0x3490050.svg diff --git a/dsp_files/fft2d-svg/W-0x34927e0.svg b/examples/dsp_files/fft2d-svg/W-0x34927e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34927e0.svg rename to examples/dsp_files/fft2d-svg/W-0x34927e0.svg diff --git a/dsp_files/fft2d-svg/W-0x3494030.svg b/examples/dsp_files/fft2d-svg/W-0x3494030.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3494030.svg rename to examples/dsp_files/fft2d-svg/W-0x3494030.svg diff --git a/dsp_files/fft2d-svg/W-0x34bf4f0.svg b/examples/dsp_files/fft2d-svg/W-0x34bf4f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34bf4f0.svg rename to examples/dsp_files/fft2d-svg/W-0x34bf4f0.svg diff --git a/dsp_files/fft2d-svg/W-0x34c0830.svg b/examples/dsp_files/fft2d-svg/W-0x34c0830.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34c0830.svg rename to examples/dsp_files/fft2d-svg/W-0x34c0830.svg diff --git a/dsp_files/fft2d-svg/W-0x34c31f0.svg b/examples/dsp_files/fft2d-svg/W-0x34c31f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34c31f0.svg rename to examples/dsp_files/fft2d-svg/W-0x34c31f0.svg diff --git a/dsp_files/fft2d-svg/W-0x34c4530.svg b/examples/dsp_files/fft2d-svg/W-0x34c4530.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34c4530.svg rename to examples/dsp_files/fft2d-svg/W-0x34c4530.svg diff --git a/dsp_files/fft2d-svg/W-0x34cb540.svg b/examples/dsp_files/fft2d-svg/W-0x34cb540.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34cb540.svg rename to examples/dsp_files/fft2d-svg/W-0x34cb540.svg diff --git a/dsp_files/fft2d-svg/W-0x34cf240.svg b/examples/dsp_files/fft2d-svg/W-0x34cf240.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34cf240.svg rename to examples/dsp_files/fft2d-svg/W-0x34cf240.svg diff --git a/dsp_files/fft2d-svg/W-0x34d2fe0.svg b/examples/dsp_files/fft2d-svg/W-0x34d2fe0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34d2fe0.svg rename to examples/dsp_files/fft2d-svg/W-0x34d2fe0.svg diff --git a/dsp_files/fft2d-svg/W-0x34d6d80.svg b/examples/dsp_files/fft2d-svg/W-0x34d6d80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34d6d80.svg rename to examples/dsp_files/fft2d-svg/W-0x34d6d80.svg diff --git a/dsp_files/fft2d-svg/W-0x34d9140.svg b/examples/dsp_files/fft2d-svg/W-0x34d9140.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34d9140.svg rename to examples/dsp_files/fft2d-svg/W-0x34d9140.svg diff --git a/dsp_files/fft2d-svg/W-0x34da4a0.svg b/examples/dsp_files/fft2d-svg/W-0x34da4a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x34da4a0.svg rename to examples/dsp_files/fft2d-svg/W-0x34da4a0.svg diff --git a/dsp_files/fft2d-svg/W-0x3503a60.svg b/examples/dsp_files/fft2d-svg/W-0x3503a60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3503a60.svg rename to examples/dsp_files/fft2d-svg/W-0x3503a60.svg diff --git a/dsp_files/fft2d-svg/W-0x3507760.svg b/examples/dsp_files/fft2d-svg/W-0x3507760.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3507760.svg rename to examples/dsp_files/fft2d-svg/W-0x3507760.svg diff --git a/dsp_files/fft2d-svg/W-0x351d6e0.svg b/examples/dsp_files/fft2d-svg/W-0x351d6e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x351d6e0.svg rename to examples/dsp_files/fft2d-svg/W-0x351d6e0.svg diff --git a/dsp_files/fft2d-svg/W-0x35d9480.svg b/examples/dsp_files/fft2d-svg/W-0x35d9480.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35d9480.svg rename to examples/dsp_files/fft2d-svg/W-0x35d9480.svg diff --git a/dsp_files/fft2d-svg/W-0x35dd3b0.svg b/examples/dsp_files/fft2d-svg/W-0x35dd3b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35dd3b0.svg rename to examples/dsp_files/fft2d-svg/W-0x35dd3b0.svg diff --git a/dsp_files/fft2d-svg/W-0x35e1380.svg b/examples/dsp_files/fft2d-svg/W-0x35e1380.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35e1380.svg rename to examples/dsp_files/fft2d-svg/W-0x35e1380.svg diff --git a/dsp_files/fft2d-svg/W-0x35e5350.svg b/examples/dsp_files/fft2d-svg/W-0x35e5350.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35e5350.svg rename to examples/dsp_files/fft2d-svg/W-0x35e5350.svg diff --git a/dsp_files/fft2d-svg/W-0x35e9320.svg b/examples/dsp_files/fft2d-svg/W-0x35e9320.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35e9320.svg rename to examples/dsp_files/fft2d-svg/W-0x35e9320.svg diff --git a/dsp_files/fft2d-svg/W-0x35ed2f0.svg b/examples/dsp_files/fft2d-svg/W-0x35ed2f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35ed2f0.svg rename to examples/dsp_files/fft2d-svg/W-0x35ed2f0.svg diff --git a/dsp_files/fft2d-svg/W-0x35f12d0.svg b/examples/dsp_files/fft2d-svg/W-0x35f12d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35f12d0.svg rename to examples/dsp_files/fft2d-svg/W-0x35f12d0.svg diff --git a/dsp_files/fft2d-svg/W-0x35f52b0.svg b/examples/dsp_files/fft2d-svg/W-0x35f52b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35f52b0.svg rename to examples/dsp_files/fft2d-svg/W-0x35f52b0.svg diff --git a/dsp_files/fft2d-svg/W-0x35f9290.svg b/examples/dsp_files/fft2d-svg/W-0x35f9290.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35f9290.svg rename to examples/dsp_files/fft2d-svg/W-0x35f9290.svg diff --git a/dsp_files/fft2d-svg/W-0x35fd270.svg b/examples/dsp_files/fft2d-svg/W-0x35fd270.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x35fd270.svg rename to examples/dsp_files/fft2d-svg/W-0x35fd270.svg diff --git a/dsp_files/fft2d-svg/W-0x3601250.svg b/examples/dsp_files/fft2d-svg/W-0x3601250.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3601250.svg rename to examples/dsp_files/fft2d-svg/W-0x3601250.svg diff --git a/dsp_files/fft2d-svg/W-0x3605230.svg b/examples/dsp_files/fft2d-svg/W-0x3605230.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3605230.svg rename to examples/dsp_files/fft2d-svg/W-0x3605230.svg diff --git a/dsp_files/fft2d-svg/W-0x3609210.svg b/examples/dsp_files/fft2d-svg/W-0x3609210.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3609210.svg rename to examples/dsp_files/fft2d-svg/W-0x3609210.svg diff --git a/dsp_files/fft2d-svg/W-0x360d1f0.svg b/examples/dsp_files/fft2d-svg/W-0x360d1f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x360d1f0.svg rename to examples/dsp_files/fft2d-svg/W-0x360d1f0.svg diff --git a/dsp_files/fft2d-svg/W-0x36111d0.svg b/examples/dsp_files/fft2d-svg/W-0x36111d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x36111d0.svg rename to examples/dsp_files/fft2d-svg/W-0x36111d0.svg diff --git a/dsp_files/fft2d-svg/W-0x36151b0.svg b/examples/dsp_files/fft2d-svg/W-0x36151b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x36151b0.svg rename to examples/dsp_files/fft2d-svg/W-0x36151b0.svg diff --git a/dsp_files/fft2d-svg/W-0x363af30.svg b/examples/dsp_files/fft2d-svg/W-0x363af30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x363af30.svg rename to examples/dsp_files/fft2d-svg/W-0x363af30.svg diff --git a/dsp_files/fft2d-svg/W-0x363ee60.svg b/examples/dsp_files/fft2d-svg/W-0x363ee60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x363ee60.svg rename to examples/dsp_files/fft2d-svg/W-0x363ee60.svg diff --git a/dsp_files/fft2d-svg/W-0x3642e30.svg b/examples/dsp_files/fft2d-svg/W-0x3642e30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3642e30.svg rename to examples/dsp_files/fft2d-svg/W-0x3642e30.svg diff --git a/dsp_files/fft2d-svg/W-0x3646e00.svg b/examples/dsp_files/fft2d-svg/W-0x3646e00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3646e00.svg rename to examples/dsp_files/fft2d-svg/W-0x3646e00.svg diff --git a/dsp_files/fft2d-svg/W-0x364add0.svg b/examples/dsp_files/fft2d-svg/W-0x364add0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x364add0.svg rename to examples/dsp_files/fft2d-svg/W-0x364add0.svg diff --git a/dsp_files/fft2d-svg/W-0x364eda0.svg b/examples/dsp_files/fft2d-svg/W-0x364eda0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x364eda0.svg rename to examples/dsp_files/fft2d-svg/W-0x364eda0.svg diff --git a/dsp_files/fft2d-svg/W-0x3652d80.svg b/examples/dsp_files/fft2d-svg/W-0x3652d80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3652d80.svg rename to examples/dsp_files/fft2d-svg/W-0x3652d80.svg diff --git a/dsp_files/fft2d-svg/W-0x3656d60.svg b/examples/dsp_files/fft2d-svg/W-0x3656d60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3656d60.svg rename to examples/dsp_files/fft2d-svg/W-0x3656d60.svg diff --git a/dsp_files/fft2d-svg/W-0x365ad40.svg b/examples/dsp_files/fft2d-svg/W-0x365ad40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x365ad40.svg rename to examples/dsp_files/fft2d-svg/W-0x365ad40.svg diff --git a/dsp_files/fft2d-svg/W-0x365ed20.svg b/examples/dsp_files/fft2d-svg/W-0x365ed20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x365ed20.svg rename to examples/dsp_files/fft2d-svg/W-0x365ed20.svg diff --git a/dsp_files/fft2d-svg/W-0x3662d00.svg b/examples/dsp_files/fft2d-svg/W-0x3662d00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3662d00.svg rename to examples/dsp_files/fft2d-svg/W-0x3662d00.svg diff --git a/dsp_files/fft2d-svg/W-0x3666ce0.svg b/examples/dsp_files/fft2d-svg/W-0x3666ce0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3666ce0.svg rename to examples/dsp_files/fft2d-svg/W-0x3666ce0.svg diff --git a/dsp_files/fft2d-svg/W-0x366acc0.svg b/examples/dsp_files/fft2d-svg/W-0x366acc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x366acc0.svg rename to examples/dsp_files/fft2d-svg/W-0x366acc0.svg diff --git a/dsp_files/fft2d-svg/W-0x366eca0.svg b/examples/dsp_files/fft2d-svg/W-0x366eca0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x366eca0.svg rename to examples/dsp_files/fft2d-svg/W-0x366eca0.svg diff --git a/dsp_files/fft2d-svg/W-0x3672c80.svg b/examples/dsp_files/fft2d-svg/W-0x3672c80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3672c80.svg rename to examples/dsp_files/fft2d-svg/W-0x3672c80.svg diff --git a/dsp_files/fft2d-svg/W-0x3676c60.svg b/examples/dsp_files/fft2d-svg/W-0x3676c60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3676c60.svg rename to examples/dsp_files/fft2d-svg/W-0x3676c60.svg diff --git a/dsp_files/fft2d-svg/W-0x3765d90.svg b/examples/dsp_files/fft2d-svg/W-0x3765d90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3765d90.svg rename to examples/dsp_files/fft2d-svg/W-0x3765d90.svg diff --git a/dsp_files/fft2d-svg/W-0x3769a90.svg b/examples/dsp_files/fft2d-svg/W-0x3769a90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3769a90.svg rename to examples/dsp_files/fft2d-svg/W-0x3769a90.svg diff --git a/dsp_files/fft2d-svg/W-0x376d830.svg b/examples/dsp_files/fft2d-svg/W-0x376d830.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x376d830.svg rename to examples/dsp_files/fft2d-svg/W-0x376d830.svg diff --git a/dsp_files/fft2d-svg/W-0x37715d0.svg b/examples/dsp_files/fft2d-svg/W-0x37715d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37715d0.svg rename to examples/dsp_files/fft2d-svg/W-0x37715d0.svg diff --git a/dsp_files/fft2d-svg/W-0x3775370.svg b/examples/dsp_files/fft2d-svg/W-0x3775370.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3775370.svg rename to examples/dsp_files/fft2d-svg/W-0x3775370.svg diff --git a/dsp_files/fft2d-svg/W-0x3779110.svg b/examples/dsp_files/fft2d-svg/W-0x3779110.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3779110.svg rename to examples/dsp_files/fft2d-svg/W-0x3779110.svg diff --git a/dsp_files/fft2d-svg/W-0x377ceb0.svg b/examples/dsp_files/fft2d-svg/W-0x377ceb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x377ceb0.svg rename to examples/dsp_files/fft2d-svg/W-0x377ceb0.svg diff --git a/dsp_files/fft2d-svg/W-0x3780c50.svg b/examples/dsp_files/fft2d-svg/W-0x3780c50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3780c50.svg rename to examples/dsp_files/fft2d-svg/W-0x3780c50.svg diff --git a/dsp_files/fft2d-svg/W-0x37c7870.svg b/examples/dsp_files/fft2d-svg/W-0x37c7870.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37c7870.svg rename to examples/dsp_files/fft2d-svg/W-0x37c7870.svg diff --git a/dsp_files/fft2d-svg/W-0x37cb570.svg b/examples/dsp_files/fft2d-svg/W-0x37cb570.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37cb570.svg rename to examples/dsp_files/fft2d-svg/W-0x37cb570.svg diff --git a/dsp_files/fft2d-svg/W-0x37cf310.svg b/examples/dsp_files/fft2d-svg/W-0x37cf310.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37cf310.svg rename to examples/dsp_files/fft2d-svg/W-0x37cf310.svg diff --git a/dsp_files/fft2d-svg/W-0x37d30b0.svg b/examples/dsp_files/fft2d-svg/W-0x37d30b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37d30b0.svg rename to examples/dsp_files/fft2d-svg/W-0x37d30b0.svg diff --git a/dsp_files/fft2d-svg/W-0x37d6e50.svg b/examples/dsp_files/fft2d-svg/W-0x37d6e50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37d6e50.svg rename to examples/dsp_files/fft2d-svg/W-0x37d6e50.svg diff --git a/dsp_files/fft2d-svg/W-0x37dabf0.svg b/examples/dsp_files/fft2d-svg/W-0x37dabf0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37dabf0.svg rename to examples/dsp_files/fft2d-svg/W-0x37dabf0.svg diff --git a/dsp_files/fft2d-svg/W-0x37de990.svg b/examples/dsp_files/fft2d-svg/W-0x37de990.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37de990.svg rename to examples/dsp_files/fft2d-svg/W-0x37de990.svg diff --git a/dsp_files/fft2d-svg/W-0x37e2730.svg b/examples/dsp_files/fft2d-svg/W-0x37e2730.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37e2730.svg rename to examples/dsp_files/fft2d-svg/W-0x37e2730.svg diff --git a/dsp_files/fft2d-svg/W-0x37f0160.svg b/examples/dsp_files/fft2d-svg/W-0x37f0160.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37f0160.svg rename to examples/dsp_files/fft2d-svg/W-0x37f0160.svg diff --git a/dsp_files/fft2d-svg/W-0x37f3e60.svg b/examples/dsp_files/fft2d-svg/W-0x37f3e60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37f3e60.svg rename to examples/dsp_files/fft2d-svg/W-0x37f3e60.svg diff --git a/dsp_files/fft2d-svg/W-0x37f7c00.svg b/examples/dsp_files/fft2d-svg/W-0x37f7c00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37f7c00.svg rename to examples/dsp_files/fft2d-svg/W-0x37f7c00.svg diff --git a/dsp_files/fft2d-svg/W-0x37fb9a0.svg b/examples/dsp_files/fft2d-svg/W-0x37fb9a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x37fb9a0.svg rename to examples/dsp_files/fft2d-svg/W-0x37fb9a0.svg diff --git a/dsp_files/fft2d-svg/W-0x3828680.svg b/examples/dsp_files/fft2d-svg/W-0x3828680.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3828680.svg rename to examples/dsp_files/fft2d-svg/W-0x3828680.svg diff --git a/dsp_files/fft2d-svg/W-0x382c380.svg b/examples/dsp_files/fft2d-svg/W-0x382c380.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x382c380.svg rename to examples/dsp_files/fft2d-svg/W-0x382c380.svg diff --git a/dsp_files/fft2d-svg/W-0x38422d0.svg b/examples/dsp_files/fft2d-svg/W-0x38422d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x38422d0.svg rename to examples/dsp_files/fft2d-svg/W-0x38422d0.svg diff --git a/dsp_files/fft2d-svg/W-0x3851bd0.svg b/examples/dsp_files/fft2d-svg/W-0x3851bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3851bd0.svg rename to examples/dsp_files/fft2d-svg/W-0x3851bd0.svg diff --git a/dsp_files/fft2d-svg/W-0x38558d0.svg b/examples/dsp_files/fft2d-svg/W-0x38558d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x38558d0.svg rename to examples/dsp_files/fft2d-svg/W-0x38558d0.svg diff --git a/dsp_files/fft2d-svg/W-0x3859670.svg b/examples/dsp_files/fft2d-svg/W-0x3859670.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3859670.svg rename to examples/dsp_files/fft2d-svg/W-0x3859670.svg diff --git a/dsp_files/fft2d-svg/W-0x385d410.svg b/examples/dsp_files/fft2d-svg/W-0x385d410.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x385d410.svg rename to examples/dsp_files/fft2d-svg/W-0x385d410.svg diff --git a/dsp_files/fft2d-svg/W-0x388a120.svg b/examples/dsp_files/fft2d-svg/W-0x388a120.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x388a120.svg rename to examples/dsp_files/fft2d-svg/W-0x388a120.svg diff --git a/dsp_files/fft2d-svg/W-0x388de20.svg b/examples/dsp_files/fft2d-svg/W-0x388de20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x388de20.svg rename to examples/dsp_files/fft2d-svg/W-0x388de20.svg diff --git a/dsp_files/fft2d-svg/W-0x38a3da0.svg b/examples/dsp_files/fft2d-svg/W-0x38a3da0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x38a3da0.svg rename to examples/dsp_files/fft2d-svg/W-0x38a3da0.svg diff --git a/dsp_files/fft2d-svg/W-0x39d9010.svg b/examples/dsp_files/fft2d-svg/W-0x39d9010.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39d9010.svg rename to examples/dsp_files/fft2d-svg/W-0x39d9010.svg diff --git a/dsp_files/fft2d-svg/W-0x39dcf40.svg b/examples/dsp_files/fft2d-svg/W-0x39dcf40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39dcf40.svg rename to examples/dsp_files/fft2d-svg/W-0x39dcf40.svg diff --git a/dsp_files/fft2d-svg/W-0x39e0f10.svg b/examples/dsp_files/fft2d-svg/W-0x39e0f10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39e0f10.svg rename to examples/dsp_files/fft2d-svg/W-0x39e0f10.svg diff --git a/dsp_files/fft2d-svg/W-0x39e4ee0.svg b/examples/dsp_files/fft2d-svg/W-0x39e4ee0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39e4ee0.svg rename to examples/dsp_files/fft2d-svg/W-0x39e4ee0.svg diff --git a/dsp_files/fft2d-svg/W-0x39e8eb0.svg b/examples/dsp_files/fft2d-svg/W-0x39e8eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39e8eb0.svg rename to examples/dsp_files/fft2d-svg/W-0x39e8eb0.svg diff --git a/dsp_files/fft2d-svg/W-0x39ece80.svg b/examples/dsp_files/fft2d-svg/W-0x39ece80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39ece80.svg rename to examples/dsp_files/fft2d-svg/W-0x39ece80.svg diff --git a/dsp_files/fft2d-svg/W-0x39f0e60.svg b/examples/dsp_files/fft2d-svg/W-0x39f0e60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39f0e60.svg rename to examples/dsp_files/fft2d-svg/W-0x39f0e60.svg diff --git a/dsp_files/fft2d-svg/W-0x39f4e40.svg b/examples/dsp_files/fft2d-svg/W-0x39f4e40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39f4e40.svg rename to examples/dsp_files/fft2d-svg/W-0x39f4e40.svg diff --git a/dsp_files/fft2d-svg/W-0x39f8e20.svg b/examples/dsp_files/fft2d-svg/W-0x39f8e20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39f8e20.svg rename to examples/dsp_files/fft2d-svg/W-0x39f8e20.svg diff --git a/dsp_files/fft2d-svg/W-0x39fce00.svg b/examples/dsp_files/fft2d-svg/W-0x39fce00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x39fce00.svg rename to examples/dsp_files/fft2d-svg/W-0x39fce00.svg diff --git a/dsp_files/fft2d-svg/W-0x3a00de0.svg b/examples/dsp_files/fft2d-svg/W-0x3a00de0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3a00de0.svg rename to examples/dsp_files/fft2d-svg/W-0x3a00de0.svg diff --git a/dsp_files/fft2d-svg/W-0x3a04dc0.svg b/examples/dsp_files/fft2d-svg/W-0x3a04dc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3a04dc0.svg rename to examples/dsp_files/fft2d-svg/W-0x3a04dc0.svg diff --git a/dsp_files/fft2d-svg/W-0x3a08da0.svg b/examples/dsp_files/fft2d-svg/W-0x3a08da0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3a08da0.svg rename to examples/dsp_files/fft2d-svg/W-0x3a08da0.svg diff --git a/dsp_files/fft2d-svg/W-0x3a0cd80.svg b/examples/dsp_files/fft2d-svg/W-0x3a0cd80.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3a0cd80.svg rename to examples/dsp_files/fft2d-svg/W-0x3a0cd80.svg diff --git a/dsp_files/fft2d-svg/W-0x3a10d60.svg b/examples/dsp_files/fft2d-svg/W-0x3a10d60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3a10d60.svg rename to examples/dsp_files/fft2d-svg/W-0x3a10d60.svg diff --git a/dsp_files/fft2d-svg/W-0x3a14d40.svg b/examples/dsp_files/fft2d-svg/W-0x3a14d40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3a14d40.svg rename to examples/dsp_files/fft2d-svg/W-0x3a14d40.svg diff --git a/dsp_files/fft2d-svg/W-0x3b65940.svg b/examples/dsp_files/fft2d-svg/W-0x3b65940.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b65940.svg rename to examples/dsp_files/fft2d-svg/W-0x3b65940.svg diff --git a/dsp_files/fft2d-svg/W-0x3b69640.svg b/examples/dsp_files/fft2d-svg/W-0x3b69640.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b69640.svg rename to examples/dsp_files/fft2d-svg/W-0x3b69640.svg diff --git a/dsp_files/fft2d-svg/W-0x3b6d3e0.svg b/examples/dsp_files/fft2d-svg/W-0x3b6d3e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b6d3e0.svg rename to examples/dsp_files/fft2d-svg/W-0x3b6d3e0.svg diff --git a/dsp_files/fft2d-svg/W-0x3b71180.svg b/examples/dsp_files/fft2d-svg/W-0x3b71180.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b71180.svg rename to examples/dsp_files/fft2d-svg/W-0x3b71180.svg diff --git a/dsp_files/fft2d-svg/W-0x3b74f20.svg b/examples/dsp_files/fft2d-svg/W-0x3b74f20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b74f20.svg rename to examples/dsp_files/fft2d-svg/W-0x3b74f20.svg diff --git a/dsp_files/fft2d-svg/W-0x3b78cc0.svg b/examples/dsp_files/fft2d-svg/W-0x3b78cc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b78cc0.svg rename to examples/dsp_files/fft2d-svg/W-0x3b78cc0.svg diff --git a/dsp_files/fft2d-svg/W-0x3b7ca60.svg b/examples/dsp_files/fft2d-svg/W-0x3b7ca60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b7ca60.svg rename to examples/dsp_files/fft2d-svg/W-0x3b7ca60.svg diff --git a/dsp_files/fft2d-svg/W-0x3b80800.svg b/examples/dsp_files/fft2d-svg/W-0x3b80800.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3b80800.svg rename to examples/dsp_files/fft2d-svg/W-0x3b80800.svg diff --git a/dsp_files/fft2d-svg/W-0x3befd00.svg b/examples/dsp_files/fft2d-svg/W-0x3befd00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3befd00.svg rename to examples/dsp_files/fft2d-svg/W-0x3befd00.svg diff --git a/dsp_files/fft2d-svg/W-0x3bf3a00.svg b/examples/dsp_files/fft2d-svg/W-0x3bf3a00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3bf3a00.svg rename to examples/dsp_files/fft2d-svg/W-0x3bf3a00.svg diff --git a/dsp_files/fft2d-svg/W-0x3bf77a0.svg b/examples/dsp_files/fft2d-svg/W-0x3bf77a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3bf77a0.svg rename to examples/dsp_files/fft2d-svg/W-0x3bf77a0.svg diff --git a/dsp_files/fft2d-svg/W-0x3bfb540.svg b/examples/dsp_files/fft2d-svg/W-0x3bfb540.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3bfb540.svg rename to examples/dsp_files/fft2d-svg/W-0x3bfb540.svg diff --git a/dsp_files/fft2d-svg/W-0x3c28250.svg b/examples/dsp_files/fft2d-svg/W-0x3c28250.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3c28250.svg rename to examples/dsp_files/fft2d-svg/W-0x3c28250.svg diff --git a/dsp_files/fft2d-svg/W-0x3c2bf50.svg b/examples/dsp_files/fft2d-svg/W-0x3c2bf50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3c2bf50.svg rename to examples/dsp_files/fft2d-svg/W-0x3c2bf50.svg diff --git a/dsp_files/fft2d-svg/W-0x3c41eb0.svg b/examples/dsp_files/fft2d-svg/W-0x3c41eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x3c41eb0.svg rename to examples/dsp_files/fft2d-svg/W-0x3c41eb0.svg diff --git a/dsp_files/fft2d-svg/W-0x41143f0.svg b/examples/dsp_files/fft2d-svg/W-0x41143f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x41143f0.svg rename to examples/dsp_files/fft2d-svg/W-0x41143f0.svg diff --git a/dsp_files/fft2d-svg/W-0x4118320.svg b/examples/dsp_files/fft2d-svg/W-0x4118320.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4118320.svg rename to examples/dsp_files/fft2d-svg/W-0x4118320.svg diff --git a/dsp_files/fft2d-svg/W-0x411c2f0.svg b/examples/dsp_files/fft2d-svg/W-0x411c2f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x411c2f0.svg rename to examples/dsp_files/fft2d-svg/W-0x411c2f0.svg diff --git a/dsp_files/fft2d-svg/W-0x41202c0.svg b/examples/dsp_files/fft2d-svg/W-0x41202c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x41202c0.svg rename to examples/dsp_files/fft2d-svg/W-0x41202c0.svg diff --git a/dsp_files/fft2d-svg/W-0x4124290.svg b/examples/dsp_files/fft2d-svg/W-0x4124290.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4124290.svg rename to examples/dsp_files/fft2d-svg/W-0x4124290.svg diff --git a/dsp_files/fft2d-svg/W-0x4128260.svg b/examples/dsp_files/fft2d-svg/W-0x4128260.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4128260.svg rename to examples/dsp_files/fft2d-svg/W-0x4128260.svg diff --git a/dsp_files/fft2d-svg/W-0x412c240.svg b/examples/dsp_files/fft2d-svg/W-0x412c240.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x412c240.svg rename to examples/dsp_files/fft2d-svg/W-0x412c240.svg diff --git a/dsp_files/fft2d-svg/W-0x4130220.svg b/examples/dsp_files/fft2d-svg/W-0x4130220.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4130220.svg rename to examples/dsp_files/fft2d-svg/W-0x4130220.svg diff --git a/dsp_files/fft2d-svg/W-0x4134200.svg b/examples/dsp_files/fft2d-svg/W-0x4134200.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4134200.svg rename to examples/dsp_files/fft2d-svg/W-0x4134200.svg diff --git a/dsp_files/fft2d-svg/W-0x41381e0.svg b/examples/dsp_files/fft2d-svg/W-0x41381e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x41381e0.svg rename to examples/dsp_files/fft2d-svg/W-0x41381e0.svg diff --git a/dsp_files/fft2d-svg/W-0x413c1c0.svg b/examples/dsp_files/fft2d-svg/W-0x413c1c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x413c1c0.svg rename to examples/dsp_files/fft2d-svg/W-0x413c1c0.svg diff --git a/dsp_files/fft2d-svg/W-0x41401a0.svg b/examples/dsp_files/fft2d-svg/W-0x41401a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x41401a0.svg rename to examples/dsp_files/fft2d-svg/W-0x41401a0.svg diff --git a/dsp_files/fft2d-svg/W-0x4144180.svg b/examples/dsp_files/fft2d-svg/W-0x4144180.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4144180.svg rename to examples/dsp_files/fft2d-svg/W-0x4144180.svg diff --git a/dsp_files/fft2d-svg/W-0x4148160.svg b/examples/dsp_files/fft2d-svg/W-0x4148160.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4148160.svg rename to examples/dsp_files/fft2d-svg/W-0x4148160.svg diff --git a/dsp_files/fft2d-svg/W-0x414c140.svg b/examples/dsp_files/fft2d-svg/W-0x414c140.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x414c140.svg rename to examples/dsp_files/fft2d-svg/W-0x414c140.svg diff --git a/dsp_files/fft2d-svg/W-0x4150120.svg b/examples/dsp_files/fft2d-svg/W-0x4150120.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4150120.svg rename to examples/dsp_files/fft2d-svg/W-0x4150120.svg diff --git a/dsp_files/fft2d-svg/W-0x42a0cd0.svg b/examples/dsp_files/fft2d-svg/W-0x42a0cd0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42a0cd0.svg rename to examples/dsp_files/fft2d-svg/W-0x42a0cd0.svg diff --git a/dsp_files/fft2d-svg/W-0x42a49d0.svg b/examples/dsp_files/fft2d-svg/W-0x42a49d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42a49d0.svg rename to examples/dsp_files/fft2d-svg/W-0x42a49d0.svg diff --git a/dsp_files/fft2d-svg/W-0x42a8770.svg b/examples/dsp_files/fft2d-svg/W-0x42a8770.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42a8770.svg rename to examples/dsp_files/fft2d-svg/W-0x42a8770.svg diff --git a/dsp_files/fft2d-svg/W-0x42ac510.svg b/examples/dsp_files/fft2d-svg/W-0x42ac510.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42ac510.svg rename to examples/dsp_files/fft2d-svg/W-0x42ac510.svg diff --git a/dsp_files/fft2d-svg/W-0x42b02b0.svg b/examples/dsp_files/fft2d-svg/W-0x42b02b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42b02b0.svg rename to examples/dsp_files/fft2d-svg/W-0x42b02b0.svg diff --git a/dsp_files/fft2d-svg/W-0x42b4050.svg b/examples/dsp_files/fft2d-svg/W-0x42b4050.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42b4050.svg rename to examples/dsp_files/fft2d-svg/W-0x42b4050.svg diff --git a/dsp_files/fft2d-svg/W-0x42b7df0.svg b/examples/dsp_files/fft2d-svg/W-0x42b7df0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42b7df0.svg rename to examples/dsp_files/fft2d-svg/W-0x42b7df0.svg diff --git a/dsp_files/fft2d-svg/W-0x42bbb90.svg b/examples/dsp_files/fft2d-svg/W-0x42bbb90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x42bbb90.svg rename to examples/dsp_files/fft2d-svg/W-0x42bbb90.svg diff --git a/dsp_files/fft2d-svg/W-0x432b010.svg b/examples/dsp_files/fft2d-svg/W-0x432b010.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x432b010.svg rename to examples/dsp_files/fft2d-svg/W-0x432b010.svg diff --git a/dsp_files/fft2d-svg/W-0x432ed10.svg b/examples/dsp_files/fft2d-svg/W-0x432ed10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x432ed10.svg rename to examples/dsp_files/fft2d-svg/W-0x432ed10.svg diff --git a/dsp_files/fft2d-svg/W-0x4332ab0.svg b/examples/dsp_files/fft2d-svg/W-0x4332ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4332ab0.svg rename to examples/dsp_files/fft2d-svg/W-0x4332ab0.svg diff --git a/dsp_files/fft2d-svg/W-0x4336850.svg b/examples/dsp_files/fft2d-svg/W-0x4336850.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4336850.svg rename to examples/dsp_files/fft2d-svg/W-0x4336850.svg diff --git a/dsp_files/fft2d-svg/W-0x4363520.svg b/examples/dsp_files/fft2d-svg/W-0x4363520.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4363520.svg rename to examples/dsp_files/fft2d-svg/W-0x4363520.svg diff --git a/dsp_files/fft2d-svg/W-0x4367220.svg b/examples/dsp_files/fft2d-svg/W-0x4367220.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x4367220.svg rename to examples/dsp_files/fft2d-svg/W-0x4367220.svg diff --git a/dsp_files/fft2d-svg/W-0x437d1a0.svg b/examples/dsp_files/fft2d-svg/W-0x437d1a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x437d1a0.svg rename to examples/dsp_files/fft2d-svg/W-0x437d1a0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f36d20.svg b/examples/dsp_files/fft2d-svg/W-0x6f36d20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f36d20.svg rename to examples/dsp_files/fft2d-svg/W-0x6f36d20.svg diff --git a/dsp_files/fft2d-svg/W-0x6f3ac50.svg b/examples/dsp_files/fft2d-svg/W-0x6f3ac50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f3ac50.svg rename to examples/dsp_files/fft2d-svg/W-0x6f3ac50.svg diff --git a/dsp_files/fft2d-svg/W-0x6f3ec20.svg b/examples/dsp_files/fft2d-svg/W-0x6f3ec20.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f3ec20.svg rename to examples/dsp_files/fft2d-svg/W-0x6f3ec20.svg diff --git a/dsp_files/fft2d-svg/W-0x6f42bf0.svg b/examples/dsp_files/fft2d-svg/W-0x6f42bf0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f42bf0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f42bf0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f46bc0.svg b/examples/dsp_files/fft2d-svg/W-0x6f46bc0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f46bc0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f46bc0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f4ab90.svg b/examples/dsp_files/fft2d-svg/W-0x6f4ab90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f4ab90.svg rename to examples/dsp_files/fft2d-svg/W-0x6f4ab90.svg diff --git a/dsp_files/fft2d-svg/W-0x6f4eb60.svg b/examples/dsp_files/fft2d-svg/W-0x6f4eb60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f4eb60.svg rename to examples/dsp_files/fft2d-svg/W-0x6f4eb60.svg diff --git a/dsp_files/fft2d-svg/W-0x6f52b30.svg b/examples/dsp_files/fft2d-svg/W-0x6f52b30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f52b30.svg rename to examples/dsp_files/fft2d-svg/W-0x6f52b30.svg diff --git a/dsp_files/fft2d-svg/W-0x6f56b00.svg b/examples/dsp_files/fft2d-svg/W-0x6f56b00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f56b00.svg rename to examples/dsp_files/fft2d-svg/W-0x6f56b00.svg diff --git a/dsp_files/fft2d-svg/W-0x6f5aad0.svg b/examples/dsp_files/fft2d-svg/W-0x6f5aad0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f5aad0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f5aad0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f5eaa0.svg b/examples/dsp_files/fft2d-svg/W-0x6f5eaa0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f5eaa0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f5eaa0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f62a70.svg b/examples/dsp_files/fft2d-svg/W-0x6f62a70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f62a70.svg rename to examples/dsp_files/fft2d-svg/W-0x6f62a70.svg diff --git a/dsp_files/fft2d-svg/W-0x6f66a40.svg b/examples/dsp_files/fft2d-svg/W-0x6f66a40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f66a40.svg rename to examples/dsp_files/fft2d-svg/W-0x6f66a40.svg diff --git a/dsp_files/fft2d-svg/W-0x6f6aa10.svg b/examples/dsp_files/fft2d-svg/W-0x6f6aa10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f6aa10.svg rename to examples/dsp_files/fft2d-svg/W-0x6f6aa10.svg diff --git a/dsp_files/fft2d-svg/W-0x6f6e9e0.svg b/examples/dsp_files/fft2d-svg/W-0x6f6e9e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f6e9e0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f6e9e0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f729b0.svg b/examples/dsp_files/fft2d-svg/W-0x6f729b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f729b0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f729b0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f76980.svg b/examples/dsp_files/fft2d-svg/W-0x6f76980.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f76980.svg rename to examples/dsp_files/fft2d-svg/W-0x6f76980.svg diff --git a/dsp_files/fft2d-svg/W-0x6f7a950.svg b/examples/dsp_files/fft2d-svg/W-0x6f7a950.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f7a950.svg rename to examples/dsp_files/fft2d-svg/W-0x6f7a950.svg diff --git a/dsp_files/fft2d-svg/W-0x6f7e920.svg b/examples/dsp_files/fft2d-svg/W-0x6f7e920.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f7e920.svg rename to examples/dsp_files/fft2d-svg/W-0x6f7e920.svg diff --git a/dsp_files/fft2d-svg/W-0x6f828f0.svg b/examples/dsp_files/fft2d-svg/W-0x6f828f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f828f0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f828f0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f868c0.svg b/examples/dsp_files/fft2d-svg/W-0x6f868c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f868c0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f868c0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f8a890.svg b/examples/dsp_files/fft2d-svg/W-0x6f8a890.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f8a890.svg rename to examples/dsp_files/fft2d-svg/W-0x6f8a890.svg diff --git a/dsp_files/fft2d-svg/W-0x6f8e860.svg b/examples/dsp_files/fft2d-svg/W-0x6f8e860.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f8e860.svg rename to examples/dsp_files/fft2d-svg/W-0x6f8e860.svg diff --git a/dsp_files/fft2d-svg/W-0x6f92830.svg b/examples/dsp_files/fft2d-svg/W-0x6f92830.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f92830.svg rename to examples/dsp_files/fft2d-svg/W-0x6f92830.svg diff --git a/dsp_files/fft2d-svg/W-0x6f96800.svg b/examples/dsp_files/fft2d-svg/W-0x6f96800.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f96800.svg rename to examples/dsp_files/fft2d-svg/W-0x6f96800.svg diff --git a/dsp_files/fft2d-svg/W-0x6f9a7d0.svg b/examples/dsp_files/fft2d-svg/W-0x6f9a7d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f9a7d0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f9a7d0.svg diff --git a/dsp_files/fft2d-svg/W-0x6f9e7a0.svg b/examples/dsp_files/fft2d-svg/W-0x6f9e7a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6f9e7a0.svg rename to examples/dsp_files/fft2d-svg/W-0x6f9e7a0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fa2770.svg b/examples/dsp_files/fft2d-svg/W-0x6fa2770.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fa2770.svg rename to examples/dsp_files/fft2d-svg/W-0x6fa2770.svg diff --git a/dsp_files/fft2d-svg/W-0x6fa6740.svg b/examples/dsp_files/fft2d-svg/W-0x6fa6740.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fa6740.svg rename to examples/dsp_files/fft2d-svg/W-0x6fa6740.svg diff --git a/dsp_files/fft2d-svg/W-0x6faa710.svg b/examples/dsp_files/fft2d-svg/W-0x6faa710.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6faa710.svg rename to examples/dsp_files/fft2d-svg/W-0x6faa710.svg diff --git a/dsp_files/fft2d-svg/W-0x6fae6e0.svg b/examples/dsp_files/fft2d-svg/W-0x6fae6e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fae6e0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fae6e0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fb26b0.svg b/examples/dsp_files/fft2d-svg/W-0x6fb26b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fb26b0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fb26b0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fb6680.svg b/examples/dsp_files/fft2d-svg/W-0x6fb6680.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fb6680.svg rename to examples/dsp_files/fft2d-svg/W-0x6fb6680.svg diff --git a/dsp_files/fft2d-svg/W-0x6fba650.svg b/examples/dsp_files/fft2d-svg/W-0x6fba650.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fba650.svg rename to examples/dsp_files/fft2d-svg/W-0x6fba650.svg diff --git a/dsp_files/fft2d-svg/W-0x6fbe620.svg b/examples/dsp_files/fft2d-svg/W-0x6fbe620.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fbe620.svg rename to examples/dsp_files/fft2d-svg/W-0x6fbe620.svg diff --git a/dsp_files/fft2d-svg/W-0x6fc25f0.svg b/examples/dsp_files/fft2d-svg/W-0x6fc25f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fc25f0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fc25f0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fc65c0.svg b/examples/dsp_files/fft2d-svg/W-0x6fc65c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fc65c0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fc65c0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fca590.svg b/examples/dsp_files/fft2d-svg/W-0x6fca590.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fca590.svg rename to examples/dsp_files/fft2d-svg/W-0x6fca590.svg diff --git a/dsp_files/fft2d-svg/W-0x6fce560.svg b/examples/dsp_files/fft2d-svg/W-0x6fce560.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fce560.svg rename to examples/dsp_files/fft2d-svg/W-0x6fce560.svg diff --git a/dsp_files/fft2d-svg/W-0x6fd2530.svg b/examples/dsp_files/fft2d-svg/W-0x6fd2530.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fd2530.svg rename to examples/dsp_files/fft2d-svg/W-0x6fd2530.svg diff --git a/dsp_files/fft2d-svg/W-0x6fd6500.svg b/examples/dsp_files/fft2d-svg/W-0x6fd6500.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fd6500.svg rename to examples/dsp_files/fft2d-svg/W-0x6fd6500.svg diff --git a/dsp_files/fft2d-svg/W-0x6fda4d0.svg b/examples/dsp_files/fft2d-svg/W-0x6fda4d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fda4d0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fda4d0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fde4a0.svg b/examples/dsp_files/fft2d-svg/W-0x6fde4a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fde4a0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fde4a0.svg diff --git a/dsp_files/fft2d-svg/W-0x6fe2470.svg b/examples/dsp_files/fft2d-svg/W-0x6fe2470.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fe2470.svg rename to examples/dsp_files/fft2d-svg/W-0x6fe2470.svg diff --git a/dsp_files/fft2d-svg/W-0x6fe6440.svg b/examples/dsp_files/fft2d-svg/W-0x6fe6440.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fe6440.svg rename to examples/dsp_files/fft2d-svg/W-0x6fe6440.svg diff --git a/dsp_files/fft2d-svg/W-0x6fea410.svg b/examples/dsp_files/fft2d-svg/W-0x6fea410.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fea410.svg rename to examples/dsp_files/fft2d-svg/W-0x6fea410.svg diff --git a/dsp_files/fft2d-svg/W-0x6fee3e0.svg b/examples/dsp_files/fft2d-svg/W-0x6fee3e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6fee3e0.svg rename to examples/dsp_files/fft2d-svg/W-0x6fee3e0.svg diff --git a/dsp_files/fft2d-svg/W-0x6ff23b0.svg b/examples/dsp_files/fft2d-svg/W-0x6ff23b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6ff23b0.svg rename to examples/dsp_files/fft2d-svg/W-0x6ff23b0.svg diff --git a/dsp_files/fft2d-svg/W-0x6ff6380.svg b/examples/dsp_files/fft2d-svg/W-0x6ff6380.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6ff6380.svg rename to examples/dsp_files/fft2d-svg/W-0x6ff6380.svg diff --git a/dsp_files/fft2d-svg/W-0x6ffa350.svg b/examples/dsp_files/fft2d-svg/W-0x6ffa350.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6ffa350.svg rename to examples/dsp_files/fft2d-svg/W-0x6ffa350.svg diff --git a/dsp_files/fft2d-svg/W-0x6ffe320.svg b/examples/dsp_files/fft2d-svg/W-0x6ffe320.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x6ffe320.svg rename to examples/dsp_files/fft2d-svg/W-0x6ffe320.svg diff --git a/dsp_files/fft2d-svg/W-0x70022f0.svg b/examples/dsp_files/fft2d-svg/W-0x70022f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x70022f0.svg rename to examples/dsp_files/fft2d-svg/W-0x70022f0.svg diff --git a/dsp_files/fft2d-svg/W-0x70062c0.svg b/examples/dsp_files/fft2d-svg/W-0x70062c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x70062c0.svg rename to examples/dsp_files/fft2d-svg/W-0x70062c0.svg diff --git a/dsp_files/fft2d-svg/W-0x700a290.svg b/examples/dsp_files/fft2d-svg/W-0x700a290.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x700a290.svg rename to examples/dsp_files/fft2d-svg/W-0x700a290.svg diff --git a/dsp_files/fft2d-svg/W-0x700e270.svg b/examples/dsp_files/fft2d-svg/W-0x700e270.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x700e270.svg rename to examples/dsp_files/fft2d-svg/W-0x700e270.svg diff --git a/dsp_files/fft2d-svg/W-0x7012250.svg b/examples/dsp_files/fft2d-svg/W-0x7012250.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x7012250.svg rename to examples/dsp_files/fft2d-svg/W-0x7012250.svg diff --git a/dsp_files/fft2d-svg/W-0x7016230.svg b/examples/dsp_files/fft2d-svg/W-0x7016230.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x7016230.svg rename to examples/dsp_files/fft2d-svg/W-0x7016230.svg diff --git a/dsp_files/fft2d-svg/W-0x701a210.svg b/examples/dsp_files/fft2d-svg/W-0x701a210.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x701a210.svg rename to examples/dsp_files/fft2d-svg/W-0x701a210.svg diff --git a/dsp_files/fft2d-svg/W-0x701e1f0.svg b/examples/dsp_files/fft2d-svg/W-0x701e1f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x701e1f0.svg rename to examples/dsp_files/fft2d-svg/W-0x701e1f0.svg diff --git a/dsp_files/fft2d-svg/W-0x70221d0.svg b/examples/dsp_files/fft2d-svg/W-0x70221d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x70221d0.svg rename to examples/dsp_files/fft2d-svg/W-0x70221d0.svg diff --git a/dsp_files/fft2d-svg/W-0x70261b0.svg b/examples/dsp_files/fft2d-svg/W-0x70261b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x70261b0.svg rename to examples/dsp_files/fft2d-svg/W-0x70261b0.svg diff --git a/dsp_files/fft2d-svg/W-0x702a190.svg b/examples/dsp_files/fft2d-svg/W-0x702a190.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x702a190.svg rename to examples/dsp_files/fft2d-svg/W-0x702a190.svg diff --git a/dsp_files/fft2d-svg/W-0x702e170.svg b/examples/dsp_files/fft2d-svg/W-0x702e170.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x702e170.svg rename to examples/dsp_files/fft2d-svg/W-0x702e170.svg diff --git a/dsp_files/fft2d-svg/W-0x7032150.svg b/examples/dsp_files/fft2d-svg/W-0x7032150.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x7032150.svg rename to examples/dsp_files/fft2d-svg/W-0x7032150.svg diff --git a/dsp_files/fft2d-svg/W-0x80fedb0.svg b/examples/dsp_files/fft2d-svg/W-0x80fedb0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x80fedb0.svg rename to examples/dsp_files/fft2d-svg/W-0x80fedb0.svg diff --git a/dsp_files/fft2d-svg/W-0x8102ab0.svg b/examples/dsp_files/fft2d-svg/W-0x8102ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8102ab0.svg rename to examples/dsp_files/fft2d-svg/W-0x8102ab0.svg diff --git a/dsp_files/fft2d-svg/W-0x8106850.svg b/examples/dsp_files/fft2d-svg/W-0x8106850.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8106850.svg rename to examples/dsp_files/fft2d-svg/W-0x8106850.svg diff --git a/dsp_files/fft2d-svg/W-0x810a5f0.svg b/examples/dsp_files/fft2d-svg/W-0x810a5f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x810a5f0.svg rename to examples/dsp_files/fft2d-svg/W-0x810a5f0.svg diff --git a/dsp_files/fft2d-svg/W-0x810e390.svg b/examples/dsp_files/fft2d-svg/W-0x810e390.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x810e390.svg rename to examples/dsp_files/fft2d-svg/W-0x810e390.svg diff --git a/dsp_files/fft2d-svg/W-0x8112130.svg b/examples/dsp_files/fft2d-svg/W-0x8112130.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8112130.svg rename to examples/dsp_files/fft2d-svg/W-0x8112130.svg diff --git a/dsp_files/fft2d-svg/W-0x8115ed0.svg b/examples/dsp_files/fft2d-svg/W-0x8115ed0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8115ed0.svg rename to examples/dsp_files/fft2d-svg/W-0x8115ed0.svg diff --git a/dsp_files/fft2d-svg/W-0x8119c70.svg b/examples/dsp_files/fft2d-svg/W-0x8119c70.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8119c70.svg rename to examples/dsp_files/fft2d-svg/W-0x8119c70.svg diff --git a/dsp_files/fft2d-svg/W-0x811da10.svg b/examples/dsp_files/fft2d-svg/W-0x811da10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x811da10.svg rename to examples/dsp_files/fft2d-svg/W-0x811da10.svg diff --git a/dsp_files/fft2d-svg/W-0x81217b0.svg b/examples/dsp_files/fft2d-svg/W-0x81217b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x81217b0.svg rename to examples/dsp_files/fft2d-svg/W-0x81217b0.svg diff --git a/dsp_files/fft2d-svg/W-0x8125550.svg b/examples/dsp_files/fft2d-svg/W-0x8125550.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8125550.svg rename to examples/dsp_files/fft2d-svg/W-0x8125550.svg diff --git a/dsp_files/fft2d-svg/W-0x81292f0.svg b/examples/dsp_files/fft2d-svg/W-0x81292f0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x81292f0.svg rename to examples/dsp_files/fft2d-svg/W-0x81292f0.svg diff --git a/dsp_files/fft2d-svg/W-0x812d090.svg b/examples/dsp_files/fft2d-svg/W-0x812d090.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x812d090.svg rename to examples/dsp_files/fft2d-svg/W-0x812d090.svg diff --git a/dsp_files/fft2d-svg/W-0x8130e30.svg b/examples/dsp_files/fft2d-svg/W-0x8130e30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8130e30.svg rename to examples/dsp_files/fft2d-svg/W-0x8130e30.svg diff --git a/dsp_files/fft2d-svg/W-0x8134bd0.svg b/examples/dsp_files/fft2d-svg/W-0x8134bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8134bd0.svg rename to examples/dsp_files/fft2d-svg/W-0x8134bd0.svg diff --git a/dsp_files/fft2d-svg/W-0x8138970.svg b/examples/dsp_files/fft2d-svg/W-0x8138970.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8138970.svg rename to examples/dsp_files/fft2d-svg/W-0x8138970.svg diff --git a/dsp_files/fft2d-svg/W-0x813c710.svg b/examples/dsp_files/fft2d-svg/W-0x813c710.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x813c710.svg rename to examples/dsp_files/fft2d-svg/W-0x813c710.svg diff --git a/dsp_files/fft2d-svg/W-0x81404b0.svg b/examples/dsp_files/fft2d-svg/W-0x81404b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x81404b0.svg rename to examples/dsp_files/fft2d-svg/W-0x81404b0.svg diff --git a/dsp_files/fft2d-svg/W-0x8144250.svg b/examples/dsp_files/fft2d-svg/W-0x8144250.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8144250.svg rename to examples/dsp_files/fft2d-svg/W-0x8144250.svg diff --git a/dsp_files/fft2d-svg/W-0x8147ff0.svg b/examples/dsp_files/fft2d-svg/W-0x8147ff0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8147ff0.svg rename to examples/dsp_files/fft2d-svg/W-0x8147ff0.svg diff --git a/dsp_files/fft2d-svg/W-0x814bd90.svg b/examples/dsp_files/fft2d-svg/W-0x814bd90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x814bd90.svg rename to examples/dsp_files/fft2d-svg/W-0x814bd90.svg diff --git a/dsp_files/fft2d-svg/W-0x814fb30.svg b/examples/dsp_files/fft2d-svg/W-0x814fb30.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x814fb30.svg rename to examples/dsp_files/fft2d-svg/W-0x814fb30.svg diff --git a/dsp_files/fft2d-svg/W-0x81538d0.svg b/examples/dsp_files/fft2d-svg/W-0x81538d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x81538d0.svg rename to examples/dsp_files/fft2d-svg/W-0x81538d0.svg diff --git a/dsp_files/fft2d-svg/W-0x8157670.svg b/examples/dsp_files/fft2d-svg/W-0x8157670.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8157670.svg rename to examples/dsp_files/fft2d-svg/W-0x8157670.svg diff --git a/dsp_files/fft2d-svg/W-0x815b410.svg b/examples/dsp_files/fft2d-svg/W-0x815b410.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x815b410.svg rename to examples/dsp_files/fft2d-svg/W-0x815b410.svg diff --git a/dsp_files/fft2d-svg/W-0x815f1b0.svg b/examples/dsp_files/fft2d-svg/W-0x815f1b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x815f1b0.svg rename to examples/dsp_files/fft2d-svg/W-0x815f1b0.svg diff --git a/dsp_files/fft2d-svg/W-0x8162f50.svg b/examples/dsp_files/fft2d-svg/W-0x8162f50.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8162f50.svg rename to examples/dsp_files/fft2d-svg/W-0x8162f50.svg diff --git a/dsp_files/fft2d-svg/W-0x8166cf0.svg b/examples/dsp_files/fft2d-svg/W-0x8166cf0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8166cf0.svg rename to examples/dsp_files/fft2d-svg/W-0x8166cf0.svg diff --git a/dsp_files/fft2d-svg/W-0x816aa90.svg b/examples/dsp_files/fft2d-svg/W-0x816aa90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x816aa90.svg rename to examples/dsp_files/fft2d-svg/W-0x816aa90.svg diff --git a/dsp_files/fft2d-svg/W-0x816e830.svg b/examples/dsp_files/fft2d-svg/W-0x816e830.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x816e830.svg rename to examples/dsp_files/fft2d-svg/W-0x816e830.svg diff --git a/dsp_files/fft2d-svg/W-0x81725d0.svg b/examples/dsp_files/fft2d-svg/W-0x81725d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x81725d0.svg rename to examples/dsp_files/fft2d-svg/W-0x81725d0.svg diff --git a/dsp_files/fft2d-svg/W-0x8176370.svg b/examples/dsp_files/fft2d-svg/W-0x8176370.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8176370.svg rename to examples/dsp_files/fft2d-svg/W-0x8176370.svg diff --git a/dsp_files/fft2d-svg/W-0x85ff920.svg b/examples/dsp_files/fft2d-svg/W-0x85ff920.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x85ff920.svg rename to examples/dsp_files/fft2d-svg/W-0x85ff920.svg diff --git a/dsp_files/fft2d-svg/W-0x8603620.svg b/examples/dsp_files/fft2d-svg/W-0x8603620.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8603620.svg rename to examples/dsp_files/fft2d-svg/W-0x8603620.svg diff --git a/dsp_files/fft2d-svg/W-0x86073c0.svg b/examples/dsp_files/fft2d-svg/W-0x86073c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x86073c0.svg rename to examples/dsp_files/fft2d-svg/W-0x86073c0.svg diff --git a/dsp_files/fft2d-svg/W-0x860b160.svg b/examples/dsp_files/fft2d-svg/W-0x860b160.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x860b160.svg rename to examples/dsp_files/fft2d-svg/W-0x860b160.svg diff --git a/dsp_files/fft2d-svg/W-0x860ef00.svg b/examples/dsp_files/fft2d-svg/W-0x860ef00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x860ef00.svg rename to examples/dsp_files/fft2d-svg/W-0x860ef00.svg diff --git a/dsp_files/fft2d-svg/W-0x8612ca0.svg b/examples/dsp_files/fft2d-svg/W-0x8612ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8612ca0.svg rename to examples/dsp_files/fft2d-svg/W-0x8612ca0.svg diff --git a/dsp_files/fft2d-svg/W-0x8616a40.svg b/examples/dsp_files/fft2d-svg/W-0x8616a40.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8616a40.svg rename to examples/dsp_files/fft2d-svg/W-0x8616a40.svg diff --git a/dsp_files/fft2d-svg/W-0x861a7e0.svg b/examples/dsp_files/fft2d-svg/W-0x861a7e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x861a7e0.svg rename to examples/dsp_files/fft2d-svg/W-0x861a7e0.svg diff --git a/dsp_files/fft2d-svg/W-0x861e580.svg b/examples/dsp_files/fft2d-svg/W-0x861e580.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x861e580.svg rename to examples/dsp_files/fft2d-svg/W-0x861e580.svg diff --git a/dsp_files/fft2d-svg/W-0x8622320.svg b/examples/dsp_files/fft2d-svg/W-0x8622320.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8622320.svg rename to examples/dsp_files/fft2d-svg/W-0x8622320.svg diff --git a/dsp_files/fft2d-svg/W-0x86260c0.svg b/examples/dsp_files/fft2d-svg/W-0x86260c0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x86260c0.svg rename to examples/dsp_files/fft2d-svg/W-0x86260c0.svg diff --git a/dsp_files/fft2d-svg/W-0x8629e60.svg b/examples/dsp_files/fft2d-svg/W-0x8629e60.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8629e60.svg rename to examples/dsp_files/fft2d-svg/W-0x8629e60.svg diff --git a/dsp_files/fft2d-svg/W-0x862dc00.svg b/examples/dsp_files/fft2d-svg/W-0x862dc00.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x862dc00.svg rename to examples/dsp_files/fft2d-svg/W-0x862dc00.svg diff --git a/dsp_files/fft2d-svg/W-0x86319a0.svg b/examples/dsp_files/fft2d-svg/W-0x86319a0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x86319a0.svg rename to examples/dsp_files/fft2d-svg/W-0x86319a0.svg diff --git a/dsp_files/fft2d-svg/W-0x8635740.svg b/examples/dsp_files/fft2d-svg/W-0x8635740.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8635740.svg rename to examples/dsp_files/fft2d-svg/W-0x8635740.svg diff --git a/dsp_files/fft2d-svg/W-0x86394e0.svg b/examples/dsp_files/fft2d-svg/W-0x86394e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x86394e0.svg rename to examples/dsp_files/fft2d-svg/W-0x86394e0.svg diff --git a/dsp_files/fft2d-svg/W-0x878a5b0.svg b/examples/dsp_files/fft2d-svg/W-0x878a5b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x878a5b0.svg rename to examples/dsp_files/fft2d-svg/W-0x878a5b0.svg diff --git a/dsp_files/fft2d-svg/W-0x878e2b0.svg b/examples/dsp_files/fft2d-svg/W-0x878e2b0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x878e2b0.svg rename to examples/dsp_files/fft2d-svg/W-0x878e2b0.svg diff --git a/dsp_files/fft2d-svg/W-0x8792050.svg b/examples/dsp_files/fft2d-svg/W-0x8792050.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8792050.svg rename to examples/dsp_files/fft2d-svg/W-0x8792050.svg diff --git a/dsp_files/fft2d-svg/W-0x8795df0.svg b/examples/dsp_files/fft2d-svg/W-0x8795df0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8795df0.svg rename to examples/dsp_files/fft2d-svg/W-0x8795df0.svg diff --git a/dsp_files/fft2d-svg/W-0x8799b90.svg b/examples/dsp_files/fft2d-svg/W-0x8799b90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8799b90.svg rename to examples/dsp_files/fft2d-svg/W-0x8799b90.svg diff --git a/dsp_files/fft2d-svg/W-0x879d930.svg b/examples/dsp_files/fft2d-svg/W-0x879d930.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x879d930.svg rename to examples/dsp_files/fft2d-svg/W-0x879d930.svg diff --git a/dsp_files/fft2d-svg/W-0x87a16d0.svg b/examples/dsp_files/fft2d-svg/W-0x87a16d0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x87a16d0.svg rename to examples/dsp_files/fft2d-svg/W-0x87a16d0.svg diff --git a/dsp_files/fft2d-svg/W-0x87a5470.svg b/examples/dsp_files/fft2d-svg/W-0x87a5470.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x87a5470.svg rename to examples/dsp_files/fft2d-svg/W-0x87a5470.svg diff --git a/dsp_files/fft2d-svg/W-0x88148e0.svg b/examples/dsp_files/fft2d-svg/W-0x88148e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x88148e0.svg rename to examples/dsp_files/fft2d-svg/W-0x88148e0.svg diff --git a/dsp_files/fft2d-svg/W-0x88185e0.svg b/examples/dsp_files/fft2d-svg/W-0x88185e0.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x88185e0.svg rename to examples/dsp_files/fft2d-svg/W-0x88185e0.svg diff --git a/dsp_files/fft2d-svg/W-0x881c380.svg b/examples/dsp_files/fft2d-svg/W-0x881c380.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x881c380.svg rename to examples/dsp_files/fft2d-svg/W-0x881c380.svg diff --git a/dsp_files/fft2d-svg/W-0x8820120.svg b/examples/dsp_files/fft2d-svg/W-0x8820120.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8820120.svg rename to examples/dsp_files/fft2d-svg/W-0x8820120.svg diff --git a/dsp_files/fft2d-svg/W-0x884ce10.svg b/examples/dsp_files/fft2d-svg/W-0x884ce10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x884ce10.svg rename to examples/dsp_files/fft2d-svg/W-0x884ce10.svg diff --git a/dsp_files/fft2d-svg/W-0x8850b10.svg b/examples/dsp_files/fft2d-svg/W-0x8850b10.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8850b10.svg rename to examples/dsp_files/fft2d-svg/W-0x8850b10.svg diff --git a/dsp_files/fft2d-svg/W-0x8866a90.svg b/examples/dsp_files/fft2d-svg/W-0x8866a90.svg similarity index 100% rename from dsp_files/fft2d-svg/W-0x8866a90.svg rename to examples/dsp_files/fft2d-svg/W-0x8866a90.svg diff --git a/dsp_files/fft2d-svg/carte-0x16959a0.svg b/examples/dsp_files/fft2d-svg/carte-0x16959a0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x16959a0.svg rename to examples/dsp_files/fft2d-svg/carte-0x16959a0.svg diff --git a/dsp_files/fft2d-svg/carte-0x193a3e0.svg b/examples/dsp_files/fft2d-svg/carte-0x193a3e0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x193a3e0.svg rename to examples/dsp_files/fft2d-svg/carte-0x193a3e0.svg diff --git a/dsp_files/fft2d-svg/carte-0x19f2530.svg b/examples/dsp_files/fft2d-svg/carte-0x19f2530.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x19f2530.svg rename to examples/dsp_files/fft2d-svg/carte-0x19f2530.svg diff --git a/dsp_files/fft2d-svg/carte-0x1a60710.svg b/examples/dsp_files/fft2d-svg/carte-0x1a60710.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x1a60710.svg rename to examples/dsp_files/fft2d-svg/carte-0x1a60710.svg diff --git a/dsp_files/fft2d-svg/carte-0x1b812b0.svg b/examples/dsp_files/fft2d-svg/carte-0x1b812b0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x1b812b0.svg rename to examples/dsp_files/fft2d-svg/carte-0x1b812b0.svg diff --git a/dsp_files/fft2d-svg/carte-0x1d0f7b0.svg b/examples/dsp_files/fft2d-svg/carte-0x1d0f7b0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x1d0f7b0.svg rename to examples/dsp_files/fft2d-svg/carte-0x1d0f7b0.svg diff --git a/dsp_files/fft2d-svg/carte-0x1dc6f40.svg b/examples/dsp_files/fft2d-svg/carte-0x1dc6f40.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x1dc6f40.svg rename to examples/dsp_files/fft2d-svg/carte-0x1dc6f40.svg diff --git a/dsp_files/fft2d-svg/carte-0x1fe5f40.svg b/examples/dsp_files/fft2d-svg/carte-0x1fe5f40.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x1fe5f40.svg rename to examples/dsp_files/fft2d-svg/carte-0x1fe5f40.svg diff --git a/dsp_files/fft2d-svg/carte-0x2011e10.svg b/examples/dsp_files/fft2d-svg/carte-0x2011e10.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x2011e10.svg rename to examples/dsp_files/fft2d-svg/carte-0x2011e10.svg diff --git a/dsp_files/fft2d-svg/carte-0x20cdab0.svg b/examples/dsp_files/fft2d-svg/carte-0x20cdab0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x20cdab0.svg rename to examples/dsp_files/fft2d-svg/carte-0x20cdab0.svg diff --git a/dsp_files/fft2d-svg/carte-0x2114a10.svg b/examples/dsp_files/fft2d-svg/carte-0x2114a10.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x2114a10.svg rename to examples/dsp_files/fft2d-svg/carte-0x2114a10.svg diff --git a/dsp_files/fft2d-svg/carte-0x2273f40.svg b/examples/dsp_files/fft2d-svg/carte-0x2273f40.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x2273f40.svg rename to examples/dsp_files/fft2d-svg/carte-0x2273f40.svg diff --git a/dsp_files/fft2d-svg/carte-0x2301ab0.svg b/examples/dsp_files/fft2d-svg/carte-0x2301ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x2301ab0.svg rename to examples/dsp_files/fft2d-svg/carte-0x2301ab0.svg diff --git a/dsp_files/fft2d-svg/carte-0x25007b0.svg b/examples/dsp_files/fft2d-svg/carte-0x25007b0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x25007b0.svg rename to examples/dsp_files/fft2d-svg/carte-0x25007b0.svg diff --git a/dsp_files/fft2d-svg/carte-0x268a850.svg b/examples/dsp_files/fft2d-svg/carte-0x268a850.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x268a850.svg rename to examples/dsp_files/fft2d-svg/carte-0x268a850.svg diff --git a/dsp_files/fft2d-svg/carte-0x274edf0.svg b/examples/dsp_files/fft2d-svg/carte-0x274edf0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x274edf0.svg rename to examples/dsp_files/fft2d-svg/carte-0x274edf0.svg diff --git a/dsp_files/fft2d-svg/carte-0x27c0830.svg b/examples/dsp_files/fft2d-svg/carte-0x27c0830.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x27c0830.svg rename to examples/dsp_files/fft2d-svg/carte-0x27c0830.svg diff --git a/dsp_files/fft2d-svg/carte-0x292a400.svg b/examples/dsp_files/fft2d-svg/carte-0x292a400.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x292a400.svg rename to examples/dsp_files/fft2d-svg/carte-0x292a400.svg diff --git a/dsp_files/fft2d-svg/carte-0x29b8240.svg b/examples/dsp_files/fft2d-svg/carte-0x29b8240.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x29b8240.svg rename to examples/dsp_files/fft2d-svg/carte-0x29b8240.svg diff --git a/dsp_files/fft2d-svg/carte-0x2b57e10.svg b/examples/dsp_files/fft2d-svg/carte-0x2b57e10.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x2b57e10.svg rename to examples/dsp_files/fft2d-svg/carte-0x2b57e10.svg diff --git a/dsp_files/fft2d-svg/carte-0x2c216c0.svg b/examples/dsp_files/fft2d-svg/carte-0x2c216c0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x2c216c0.svg rename to examples/dsp_files/fft2d-svg/carte-0x2c216c0.svg diff --git a/dsp_files/fft2d-svg/carte-0x30808b0.svg b/examples/dsp_files/fft2d-svg/carte-0x30808b0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x30808b0.svg rename to examples/dsp_files/fft2d-svg/carte-0x30808b0.svg diff --git a/dsp_files/fft2d-svg/carte-0x32fbb20.svg b/examples/dsp_files/fft2d-svg/carte-0x32fbb20.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x32fbb20.svg rename to examples/dsp_files/fft2d-svg/carte-0x32fbb20.svg diff --git a/dsp_files/fft2d-svg/carte-0x334cb50.svg b/examples/dsp_files/fft2d-svg/carte-0x334cb50.svg similarity index 100% rename from dsp_files/fft2d-svg/carte-0x334cb50.svg rename to examples/dsp_files/fft2d-svg/carte-0x334cb50.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x20a3470.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x20a3470.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x20a3470.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x20a3470.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x21bc6b0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x21bc6b0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x21bc6b0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x21bc6b0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x21ff420.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x21ff420.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x21ff420.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x21ff420.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x22ef5e0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x22ef5e0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x22ef5e0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x22ef5e0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2368e00.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2368e00.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2368e00.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2368e00.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x23bff40.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x23bff40.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x23bff40.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x23bff40.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2464080.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2464080.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2464080.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2464080.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2599ec0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2599ec0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2599ec0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2599ec0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2606b60.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2606b60.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2606b60.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2606b60.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2737210.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2737210.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2737210.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2737210.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x28b5780.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x28b5780.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x28b5780.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x28b5780.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2abf8a0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2abf8a0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2abf8a0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2abf8a0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2cb0c00.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2cb0c00.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2cb0c00.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2cb0c00.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2da4710.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2da4710.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2da4710.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2da4710.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x2de8ce0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x2de8ce0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x2de8ce0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x2de8ce0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x310baf0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x310baf0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x310baf0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x310baf0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x316f340.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x316f340.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x316f340.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x316f340.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x3410a20.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x3410a20.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x3410a20.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x3410a20.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x350d4c0.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x350d4c0.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x350d4c0.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x350d4c0.svg diff --git a/dsp_files/fft2d-svg/carte2polar-0x3c48580.svg b/examples/dsp_files/fft2d-svg/carte2polar-0x3c48580.svg similarity index 100% rename from dsp_files/fft2d-svg/carte2polar-0x3c48580.svg rename to examples/dsp_files/fft2d-svg/carte2polar-0x3c48580.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x20a1530.svg b/examples/dsp_files/fft2d-svg/ccplx-0x20a1530.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x20a1530.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x20a1530.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x20a2f70.svg b/examples/dsp_files/fft2d-svg/ccplx-0x20a2f70.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x20a2f70.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x20a2f70.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x20a3110.svg b/examples/dsp_files/fft2d-svg/ccplx-0x20a3110.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x20a3110.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x20a3110.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x21ba770.svg b/examples/dsp_files/fft2d-svg/ccplx-0x21ba770.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x21ba770.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x21ba770.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x21bc1b0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x21bc1b0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x21bc1b0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x21bc1b0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x21bc350.svg b/examples/dsp_files/fft2d-svg/ccplx-0x21bc350.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x21bc350.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x21bc350.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x21fd4e0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x21fd4e0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x21fd4e0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x21fd4e0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x21fef20.svg b/examples/dsp_files/fft2d-svg/ccplx-0x21fef20.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x21fef20.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x21fef20.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x21ff0c0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x21ff0c0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x21ff0c0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x21ff0c0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x22ed6a0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x22ed6a0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x22ed6a0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x22ed6a0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x22ef0e0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x22ef0e0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x22ef0e0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x22ef0e0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x22ef280.svg b/examples/dsp_files/fft2d-svg/ccplx-0x22ef280.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x22ef280.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x22ef280.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2366ec0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2366ec0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2366ec0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2366ec0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2368900.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2368900.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2368900.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2368900.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2368aa0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2368aa0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2368aa0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2368aa0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x23be000.svg b/examples/dsp_files/fft2d-svg/ccplx-0x23be000.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x23be000.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x23be000.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x23bfa40.svg b/examples/dsp_files/fft2d-svg/ccplx-0x23bfa40.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x23bfa40.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x23bfa40.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x23bfbe0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x23bfbe0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x23bfbe0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x23bfbe0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2462140.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2462140.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2462140.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2462140.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2463b80.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2463b80.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2463b80.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2463b80.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2463d20.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2463d20.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2463d20.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2463d20.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2597f80.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2597f80.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2597f80.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2597f80.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x25999c0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x25999c0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x25999c0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x25999c0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2599b60.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2599b60.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2599b60.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2599b60.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2604c20.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2604c20.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2604c20.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2604c20.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2606660.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2606660.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2606660.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2606660.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2606800.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2606800.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2606800.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2606800.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x27352d0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x27352d0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x27352d0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x27352d0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2736d10.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2736d10.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2736d10.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2736d10.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2736eb0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2736eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2736eb0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2736eb0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x28b3840.svg b/examples/dsp_files/fft2d-svg/ccplx-0x28b3840.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x28b3840.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x28b3840.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x28b5280.svg b/examples/dsp_files/fft2d-svg/ccplx-0x28b5280.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x28b5280.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x28b5280.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x28b5420.svg b/examples/dsp_files/fft2d-svg/ccplx-0x28b5420.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x28b5420.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x28b5420.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2abd960.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2abd960.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2abd960.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2abd960.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2abf3a0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2abf3a0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2abf3a0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2abf3a0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2abf540.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2abf540.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2abf540.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2abf540.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2caecc0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2caecc0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2caecc0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2caecc0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2cb0700.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2cb0700.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2cb0700.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2cb0700.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2cb08a0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2cb08a0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2cb08a0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2cb08a0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2da27d0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2da27d0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2da27d0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2da27d0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2da4210.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2da4210.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2da4210.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2da4210.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2da43b0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2da43b0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2da43b0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2da43b0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2de6da0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2de6da0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2de6da0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2de6da0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2de87e0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2de87e0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2de87e0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2de87e0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x2de8980.svg b/examples/dsp_files/fft2d-svg/ccplx-0x2de8980.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x2de8980.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x2de8980.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x3109bb0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x3109bb0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x3109bb0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x3109bb0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x310b5f0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x310b5f0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x310b5f0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x310b5f0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x310b790.svg b/examples/dsp_files/fft2d-svg/ccplx-0x310b790.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x310b790.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x310b790.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x316d400.svg b/examples/dsp_files/fft2d-svg/ccplx-0x316d400.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x316d400.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x316d400.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x316ee40.svg b/examples/dsp_files/fft2d-svg/ccplx-0x316ee40.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x316ee40.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x316ee40.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x316efe0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x316efe0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x316efe0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x316efe0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x340eae0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x340eae0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x340eae0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x340eae0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x3410520.svg b/examples/dsp_files/fft2d-svg/ccplx-0x3410520.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x3410520.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x3410520.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x34106c0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x34106c0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x34106c0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x34106c0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x350b580.svg b/examples/dsp_files/fft2d-svg/ccplx-0x350b580.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x350b580.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x350b580.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x350cfc0.svg b/examples/dsp_files/fft2d-svg/ccplx-0x350cfc0.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x350cfc0.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x350cfc0.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x350d160.svg b/examples/dsp_files/fft2d-svg/ccplx-0x350d160.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x350d160.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x350d160.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x3c46640.svg b/examples/dsp_files/fft2d-svg/ccplx-0x3c46640.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x3c46640.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x3c46640.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x3c48080.svg b/examples/dsp_files/fft2d-svg/ccplx-0x3c48080.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x3c48080.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x3c48080.svg diff --git a/dsp_files/fft2d-svg/ccplx-0x3c48220.svg b/examples/dsp_files/fft2d-svg/ccplx-0x3c48220.svg similarity index 100% rename from dsp_files/fft2d-svg/ccplx-0x3c48220.svg rename to examples/dsp_files/fft2d-svg/ccplx-0x3c48220.svg diff --git a/dsp_files/fft2d-svg/fft-0x11472050.svg b/examples/dsp_files/fft2d-svg/fft-0x11472050.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x11472050.svg rename to examples/dsp_files/fft2d-svg/fft-0x11472050.svg diff --git a/dsp_files/fft2d-svg/fft-0x11be31e0.svg b/examples/dsp_files/fft2d-svg/fft-0x11be31e0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x11be31e0.svg rename to examples/dsp_files/fft2d-svg/fft-0x11be31e0.svg diff --git a/dsp_files/fft2d-svg/fft-0x11c51bd0.svg b/examples/dsp_files/fft2d-svg/fft-0x11c51bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x11c51bd0.svg rename to examples/dsp_files/fft2d-svg/fft-0x11c51bd0.svg diff --git a/dsp_files/fft2d-svg/fft-0x11fada80.svg b/examples/dsp_files/fft2d-svg/fft-0x11fada80.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x11fada80.svg rename to examples/dsp_files/fft2d-svg/fft-0x11fada80.svg diff --git a/dsp_files/fft2d-svg/fft-0x1234be60.svg b/examples/dsp_files/fft2d-svg/fft-0x1234be60.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x1234be60.svg rename to examples/dsp_files/fft2d-svg/fft-0x1234be60.svg diff --git a/dsp_files/fft2d-svg/fft-0x22a40e0.svg b/examples/dsp_files/fft2d-svg/fft-0x22a40e0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x22a40e0.svg rename to examples/dsp_files/fft2d-svg/fft-0x22a40e0.svg diff --git a/dsp_files/fft2d-svg/fft-0x22e6fa0.svg b/examples/dsp_files/fft2d-svg/fft-0x22e6fa0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x22e6fa0.svg rename to examples/dsp_files/fft2d-svg/fft-0x22e6fa0.svg diff --git a/dsp_files/fft2d-svg/fft-0x23967d0.svg b/examples/dsp_files/fft2d-svg/fft-0x23967d0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x23967d0.svg rename to examples/dsp_files/fft2d-svg/fft-0x23967d0.svg diff --git a/dsp_files/fft2d-svg/fft-0x24583c0.svg b/examples/dsp_files/fft2d-svg/fft-0x24583c0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x24583c0.svg rename to examples/dsp_files/fft2d-svg/fft-0x24583c0.svg diff --git a/dsp_files/fft2d-svg/fft-0x24a79c0.svg b/examples/dsp_files/fft2d-svg/fft-0x24a79c0.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x24a79c0.svg rename to examples/dsp_files/fft2d-svg/fft-0x24a79c0.svg diff --git a/dsp_files/fft2d-svg/fft-0x25f8000.svg b/examples/dsp_files/fft2d-svg/fft-0x25f8000.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x25f8000.svg rename to examples/dsp_files/fft2d-svg/fft-0x25f8000.svg diff --git a/dsp_files/fft2d-svg/fft-0x299d450.svg b/examples/dsp_files/fft2d-svg/fft-0x299d450.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x299d450.svg rename to examples/dsp_files/fft2d-svg/fft-0x299d450.svg diff --git a/dsp_files/fft2d-svg/fft-0x2b02490.svg b/examples/dsp_files/fft2d-svg/fft-0x2b02490.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x2b02490.svg rename to examples/dsp_files/fft2d-svg/fft-0x2b02490.svg diff --git a/dsp_files/fft2d-svg/fft-0x2bfd620.svg b/examples/dsp_files/fft2d-svg/fft-0x2bfd620.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x2bfd620.svg rename to examples/dsp_files/fft2d-svg/fft-0x2bfd620.svg diff --git a/dsp_files/fft2d-svg/fft-0x2d0f360.svg b/examples/dsp_files/fft2d-svg/fft-0x2d0f360.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x2d0f360.svg rename to examples/dsp_files/fft2d-svg/fft-0x2d0f360.svg diff --git a/dsp_files/fft2d-svg/fft-0x2ed0800.svg b/examples/dsp_files/fft2d-svg/fft-0x2ed0800.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x2ed0800.svg rename to examples/dsp_files/fft2d-svg/fft-0x2ed0800.svg diff --git a/dsp_files/fft2d-svg/fft-0x2fa4070.svg b/examples/dsp_files/fft2d-svg/fft-0x2fa4070.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x2fa4070.svg rename to examples/dsp_files/fft2d-svg/fft-0x2fa4070.svg diff --git a/dsp_files/fft2d-svg/fft-0x34f8440.svg b/examples/dsp_files/fft2d-svg/fft-0x34f8440.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x34f8440.svg rename to examples/dsp_files/fft2d-svg/fft-0x34f8440.svg diff --git a/dsp_files/fft2d-svg/fft-0x38ad640.svg b/examples/dsp_files/fft2d-svg/fft-0x38ad640.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x38ad640.svg rename to examples/dsp_files/fft2d-svg/fft-0x38ad640.svg diff --git a/dsp_files/fft2d-svg/fft-0x43e1e80.svg b/examples/dsp_files/fft2d-svg/fft-0x43e1e80.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x43e1e80.svg rename to examples/dsp_files/fft2d-svg/fft-0x43e1e80.svg diff --git a/dsp_files/fft2d-svg/fft-0x8981140.svg b/examples/dsp_files/fft2d-svg/fft-0x8981140.svg similarity index 100% rename from dsp_files/fft2d-svg/fft-0x8981140.svg rename to examples/dsp_files/fft2d-svg/fft-0x8981140.svg diff --git a/dsp_files/fft2d-svg/fftc-0x20fce50.svg b/examples/dsp_files/fft2d-svg/fftc-0x20fce50.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x20fce50.svg rename to examples/dsp_files/fft2d-svg/fftc-0x20fce50.svg diff --git a/dsp_files/fft2d-svg/fftc-0x2348d20.svg b/examples/dsp_files/fft2d-svg/fftc-0x2348d20.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x2348d20.svg rename to examples/dsp_files/fft2d-svg/fftc-0x2348d20.svg diff --git a/dsp_files/fft2d-svg/fftc-0x2d959f0.svg b/examples/dsp_files/fft2d-svg/fftc-0x2d959f0.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x2d959f0.svg rename to examples/dsp_files/fft2d-svg/fftc-0x2d959f0.svg diff --git a/dsp_files/fft2d-svg/fftc-0x3533630.svg b/examples/dsp_files/fft2d-svg/fftc-0x3533630.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x3533630.svg rename to examples/dsp_files/fft2d-svg/fftc-0x3533630.svg diff --git a/dsp_files/fft2d-svg/fftc-0x3577c50.svg b/examples/dsp_files/fft2d-svg/fftc-0x3577c50.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x3577c50.svg rename to examples/dsp_files/fft2d-svg/fftc-0x3577c50.svg diff --git a/dsp_files/fft2d-svg/fftc-0x38fe2f0.svg b/examples/dsp_files/fft2d-svg/fftc-0x38fe2f0.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x38fe2f0.svg rename to examples/dsp_files/fft2d-svg/fftc-0x38fe2f0.svg diff --git a/dsp_files/fft2d-svg/fftc-0x3c9c3c0.svg b/examples/dsp_files/fft2d-svg/fftc-0x3c9c3c0.svg similarity index 100% rename from dsp_files/fft2d-svg/fftc-0x3c9c3c0.svg rename to examples/dsp_files/fft2d-svg/fftc-0x3c9c3c0.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x107b3470.svg b/examples/dsp_files/fft2d-svg/fftcs-0x107b3470.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x107b3470.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x107b3470.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x10f50dc0.svg b/examples/dsp_files/fft2d-svg/fftcs-0x10f50dc0.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x10f50dc0.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x10f50dc0.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x10f92eb0.svg b/examples/dsp_files/fft2d-svg/fftcs-0x10f92eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x10f92eb0.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x10f92eb0.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x1131b6c0.svg b/examples/dsp_files/fft2d-svg/fftcs-0x1131b6c0.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x1131b6c0.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x1131b6c0.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x116b9960.svg b/examples/dsp_files/fft2d-svg/fftcs-0x116b9960.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x116b9960.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x116b9960.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x2282c90.svg b/examples/dsp_files/fft2d-svg/fftcs-0x2282c90.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x2282c90.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x2282c90.svg diff --git a/dsp_files/fft2d-svg/fftcs-0x23f0040.svg b/examples/dsp_files/fft2d-svg/fftcs-0x23f0040.svg similarity index 100% rename from dsp_files/fft2d-svg/fftcs-0x23f0040.svg rename to examples/dsp_files/fft2d-svg/fftcs-0x23f0040.svg diff --git a/dsp_files/fft2d-svg/ffts-0x10520090.svg b/examples/dsp_files/fft2d-svg/ffts-0x10520090.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x10520090.svg rename to examples/dsp_files/fft2d-svg/ffts-0x10520090.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1061aec0.svg b/examples/dsp_files/fft2d-svg/ffts-0x1061aec0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1061aec0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1061aec0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x108edf20.svg b/examples/dsp_files/fft2d-svg/ffts-0x108edf20.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x108edf20.svg rename to examples/dsp_files/fft2d-svg/ffts-0x108edf20.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1131a9c0.svg b/examples/dsp_files/fft2d-svg/ffts-0x1131a9c0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1131a9c0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1131a9c0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x11ab3ef0.svg b/examples/dsp_files/fft2d-svg/ffts-0x11ab3ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x11ab3ef0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x11ab3ef0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1ee8f5d0.svg b/examples/dsp_files/fft2d-svg/ffts-0x1ee8f5d0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1ee8f5d0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1ee8f5d0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1f600880.svg b/examples/dsp_files/fft2d-svg/ffts-0x1f600880.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1f600880.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1f600880.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1f66f960.svg b/examples/dsp_files/fft2d-svg/ffts-0x1f66f960.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1f66f960.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1f66f960.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1f9cb300.svg b/examples/dsp_files/fft2d-svg/ffts-0x1f9cb300.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1f9cb300.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1f9cb300.svg diff --git a/dsp_files/fft2d-svg/ffts-0x1fd69440.svg b/examples/dsp_files/fft2d-svg/ffts-0x1fd69440.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x1fd69440.svg rename to examples/dsp_files/fft2d-svg/ffts-0x1fd69440.svg diff --git a/dsp_files/fft2d-svg/ffts-0x24ff6f0.svg b/examples/dsp_files/fft2d-svg/ffts-0x24ff6f0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x24ff6f0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x24ff6f0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x25ba780.svg b/examples/dsp_files/fft2d-svg/ffts-0x25ba780.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x25ba780.svg rename to examples/dsp_files/fft2d-svg/ffts-0x25ba780.svg diff --git a/dsp_files/fft2d-svg/ffts-0x269f320.svg b/examples/dsp_files/fft2d-svg/ffts-0x269f320.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x269f320.svg rename to examples/dsp_files/fft2d-svg/ffts-0x269f320.svg diff --git a/dsp_files/fft2d-svg/ffts-0x27735f0.svg b/examples/dsp_files/fft2d-svg/ffts-0x27735f0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x27735f0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x27735f0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x27b6530.svg b/examples/dsp_files/fft2d-svg/ffts-0x27b6530.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x27b6530.svg rename to examples/dsp_files/fft2d-svg/ffts-0x27b6530.svg diff --git a/dsp_files/fft2d-svg/ffts-0x29a29c0.svg b/examples/dsp_files/fft2d-svg/ffts-0x29a29c0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x29a29c0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x29a29c0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x2e6c9f0.svg b/examples/dsp_files/fft2d-svg/ffts-0x2e6c9f0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x2e6c9f0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x2e6c9f0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x2e951b0.svg b/examples/dsp_files/fft2d-svg/ffts-0x2e951b0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x2e951b0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x2e951b0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x31c7fd0.svg b/examples/dsp_files/fft2d-svg/ffts-0x31c7fd0.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x31c7fd0.svg rename to examples/dsp_files/fft2d-svg/ffts-0x31c7fd0.svg diff --git a/dsp_files/fft2d-svg/ffts-0x39f6910.svg b/examples/dsp_files/fft2d-svg/ffts-0x39f6910.svg similarity index 100% rename from dsp_files/fft2d-svg/ffts-0x39f6910.svg rename to examples/dsp_files/fft2d-svg/ffts-0x39f6910.svg diff --git a/dsp_files/fft2d-svg/lines-0x105339f0.svg b/examples/dsp_files/fft2d-svg/lines-0x105339f0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x105339f0.svg rename to examples/dsp_files/fft2d-svg/lines-0x105339f0.svg diff --git a/dsp_files/fft2d-svg/lines-0x1062e850.svg b/examples/dsp_files/fft2d-svg/lines-0x1062e850.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1062e850.svg rename to examples/dsp_files/fft2d-svg/lines-0x1062e850.svg diff --git a/dsp_files/fft2d-svg/lines-0x107c6dd0.svg b/examples/dsp_files/fft2d-svg/lines-0x107c6dd0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x107c6dd0.svg rename to examples/dsp_files/fft2d-svg/lines-0x107c6dd0.svg diff --git a/dsp_files/fft2d-svg/lines-0x10901880.svg b/examples/dsp_files/fft2d-svg/lines-0x10901880.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x10901880.svg rename to examples/dsp_files/fft2d-svg/lines-0x10901880.svg diff --git a/dsp_files/fft2d-svg/lines-0x10f64720.svg b/examples/dsp_files/fft2d-svg/lines-0x10f64720.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x10f64720.svg rename to examples/dsp_files/fft2d-svg/lines-0x10f64720.svg diff --git a/dsp_files/fft2d-svg/lines-0x10fa6840.svg b/examples/dsp_files/fft2d-svg/lines-0x10fa6840.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x10fa6840.svg rename to examples/dsp_files/fft2d-svg/lines-0x10fa6840.svg diff --git a/dsp_files/fft2d-svg/lines-0x1132f020.svg b/examples/dsp_files/fft2d-svg/lines-0x1132f020.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1132f020.svg rename to examples/dsp_files/fft2d-svg/lines-0x1132f020.svg diff --git a/dsp_files/fft2d-svg/lines-0x11330c70.svg b/examples/dsp_files/fft2d-svg/lines-0x11330c70.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x11330c70.svg rename to examples/dsp_files/fft2d-svg/lines-0x11330c70.svg diff --git a/dsp_files/fft2d-svg/lines-0x116cd2f0.svg b/examples/dsp_files/fft2d-svg/lines-0x116cd2f0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x116cd2f0.svg rename to examples/dsp_files/fft2d-svg/lines-0x116cd2f0.svg diff --git a/dsp_files/fft2d-svg/lines-0x11ac7800.svg b/examples/dsp_files/fft2d-svg/lines-0x11ac7800.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x11ac7800.svg rename to examples/dsp_files/fft2d-svg/lines-0x11ac7800.svg diff --git a/dsp_files/fft2d-svg/lines-0x1eea2f30.svg b/examples/dsp_files/fft2d-svg/lines-0x1eea2f30.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1eea2f30.svg rename to examples/dsp_files/fft2d-svg/lines-0x1eea2f30.svg diff --git a/dsp_files/fft2d-svg/lines-0x1f6141e0.svg b/examples/dsp_files/fft2d-svg/lines-0x1f6141e0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1f6141e0.svg rename to examples/dsp_files/fft2d-svg/lines-0x1f6141e0.svg diff --git a/dsp_files/fft2d-svg/lines-0x1f6832c0.svg b/examples/dsp_files/fft2d-svg/lines-0x1f6832c0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1f6832c0.svg rename to examples/dsp_files/fft2d-svg/lines-0x1f6832c0.svg diff --git a/dsp_files/fft2d-svg/lines-0x1f9dec90.svg b/examples/dsp_files/fft2d-svg/lines-0x1f9dec90.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1f9dec90.svg rename to examples/dsp_files/fft2d-svg/lines-0x1f9dec90.svg diff --git a/dsp_files/fft2d-svg/lines-0x1fd7cdd0.svg b/examples/dsp_files/fft2d-svg/lines-0x1fd7cdd0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x1fd7cdd0.svg rename to examples/dsp_files/fft2d-svg/lines-0x1fd7cdd0.svg diff --git a/dsp_files/fft2d-svg/lines-0x22886a0.svg b/examples/dsp_files/fft2d-svg/lines-0x22886a0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x22886a0.svg rename to examples/dsp_files/fft2d-svg/lines-0x22886a0.svg diff --git a/dsp_files/fft2d-svg/lines-0x23f3510.svg b/examples/dsp_files/fft2d-svg/lines-0x23f3510.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x23f3510.svg rename to examples/dsp_files/fft2d-svg/lines-0x23f3510.svg diff --git a/dsp_files/fft2d-svg/lines-0x2502bc0.svg b/examples/dsp_files/fft2d-svg/lines-0x2502bc0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x2502bc0.svg rename to examples/dsp_files/fft2d-svg/lines-0x2502bc0.svg diff --git a/dsp_files/fft2d-svg/lines-0x25bdc20.svg b/examples/dsp_files/fft2d-svg/lines-0x25bdc20.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x25bdc20.svg rename to examples/dsp_files/fft2d-svg/lines-0x25bdc20.svg diff --git a/dsp_files/fft2d-svg/lines-0x26a27f0.svg b/examples/dsp_files/fft2d-svg/lines-0x26a27f0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x26a27f0.svg rename to examples/dsp_files/fft2d-svg/lines-0x26a27f0.svg diff --git a/dsp_files/fft2d-svg/lines-0x2779000.svg b/examples/dsp_files/fft2d-svg/lines-0x2779000.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x2779000.svg rename to examples/dsp_files/fft2d-svg/lines-0x2779000.svg diff --git a/dsp_files/fft2d-svg/lines-0x27bbf40.svg b/examples/dsp_files/fft2d-svg/lines-0x27bbf40.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x27bbf40.svg rename to examples/dsp_files/fft2d-svg/lines-0x27bbf40.svg diff --git a/dsp_files/fft2d-svg/lines-0x29a83d0.svg b/examples/dsp_files/fft2d-svg/lines-0x29a83d0.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x29a83d0.svg rename to examples/dsp_files/fft2d-svg/lines-0x29a83d0.svg diff --git a/dsp_files/fft2d-svg/lines-0x2e72380.svg b/examples/dsp_files/fft2d-svg/lines-0x2e72380.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x2e72380.svg rename to examples/dsp_files/fft2d-svg/lines-0x2e72380.svg diff --git a/dsp_files/fft2d-svg/lines-0x2e9ab90.svg b/examples/dsp_files/fft2d-svg/lines-0x2e9ab90.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x2e9ab90.svg rename to examples/dsp_files/fft2d-svg/lines-0x2e9ab90.svg diff --git a/dsp_files/fft2d-svg/lines-0x31cb280.svg b/examples/dsp_files/fft2d-svg/lines-0x31cb280.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x31cb280.svg rename to examples/dsp_files/fft2d-svg/lines-0x31cb280.svg diff --git a/dsp_files/fft2d-svg/lines-0x39fc320.svg b/examples/dsp_files/fft2d-svg/lines-0x39fc320.svg similarity index 100% rename from dsp_files/fft2d-svg/lines-0x39fc320.svg rename to examples/dsp_files/fft2d-svg/lines-0x39fc320.svg diff --git a/dsp_files/fft2d-svg/matricize-0x10535640.svg b/examples/dsp_files/fft2d-svg/matricize-0x10535640.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x10535640.svg rename to examples/dsp_files/fft2d-svg/matricize-0x10535640.svg diff --git a/dsp_files/fft2d-svg/matricize-0x106304a0.svg b/examples/dsp_files/fft2d-svg/matricize-0x106304a0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x106304a0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x106304a0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x109034d0.svg b/examples/dsp_files/fft2d-svg/matricize-0x109034d0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x109034d0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x109034d0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x113328c0.svg b/examples/dsp_files/fft2d-svg/matricize-0x113328c0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x113328c0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x113328c0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x19ca870.svg b/examples/dsp_files/fft2d-svg/matricize-0x19ca870.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x19ca870.svg rename to examples/dsp_files/fft2d-svg/matricize-0x19ca870.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1a838f0.svg b/examples/dsp_files/fft2d-svg/matricize-0x1a838f0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1a838f0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1a838f0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1be9e90.svg b/examples/dsp_files/fft2d-svg/matricize-0x1be9e90.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1be9e90.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1be9e90.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1eea4b80.svg b/examples/dsp_files/fft2d-svg/matricize-0x1eea4b80.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1eea4b80.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1eea4b80.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1f615e30.svg b/examples/dsp_files/fft2d-svg/matricize-0x1f615e30.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1f615e30.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1f615e30.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1f684f10.svg b/examples/dsp_files/fft2d-svg/matricize-0x1f684f10.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1f684f10.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1f684f10.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1f9e08e0.svg b/examples/dsp_files/fft2d-svg/matricize-0x1f9e08e0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1f9e08e0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1f9e08e0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x1fd7ea20.svg b/examples/dsp_files/fft2d-svg/matricize-0x1fd7ea20.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x1fd7ea20.svg rename to examples/dsp_files/fft2d-svg/matricize-0x1fd7ea20.svg diff --git a/dsp_files/fft2d-svg/matricize-0x2015c6f0.svg b/examples/dsp_files/fft2d-svg/matricize-0x2015c6f0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x2015c6f0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x2015c6f0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x2504810.svg b/examples/dsp_files/fft2d-svg/matricize-0x2504810.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x2504810.svg rename to examples/dsp_files/fft2d-svg/matricize-0x2504810.svg diff --git a/dsp_files/fft2d-svg/matricize-0x25bf9b0.svg b/examples/dsp_files/fft2d-svg/matricize-0x25bf9b0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x25bf9b0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x25bf9b0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x26a4440.svg b/examples/dsp_files/fft2d-svg/matricize-0x26a4440.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x26a4440.svg rename to examples/dsp_files/fft2d-svg/matricize-0x26a4440.svg diff --git a/dsp_files/fft2d-svg/matricize-0x2988730.svg b/examples/dsp_files/fft2d-svg/matricize-0x2988730.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x2988730.svg rename to examples/dsp_files/fft2d-svg/matricize-0x2988730.svg diff --git a/dsp_files/fft2d-svg/matricize-0x2d9ef20.svg b/examples/dsp_files/fft2d-svg/matricize-0x2d9ef20.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x2d9ef20.svg rename to examples/dsp_files/fft2d-svg/matricize-0x2d9ef20.svg diff --git a/dsp_files/fft2d-svg/matricize-0x2de0970.svg b/examples/dsp_files/fft2d-svg/matricize-0x2de0970.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x2de0970.svg rename to examples/dsp_files/fft2d-svg/matricize-0x2de0970.svg diff --git a/dsp_files/fft2d-svg/matricize-0x2fcb370.svg b/examples/dsp_files/fft2d-svg/matricize-0x2fcb370.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x2fcb370.svg rename to examples/dsp_files/fft2d-svg/matricize-0x2fcb370.svg diff --git a/dsp_files/fft2d-svg/matricize-0x31cd010.svg b/examples/dsp_files/fft2d-svg/matricize-0x31cd010.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x31cd010.svg rename to examples/dsp_files/fft2d-svg/matricize-0x31cd010.svg diff --git a/dsp_files/fft2d-svg/matricize-0x34a17a0.svg b/examples/dsp_files/fft2d-svg/matricize-0x34a17a0.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x34a17a0.svg rename to examples/dsp_files/fft2d-svg/matricize-0x34a17a0.svg diff --git a/dsp_files/fft2d-svg/matricize-0x4027c70.svg b/examples/dsp_files/fft2d-svg/matricize-0x4027c70.svg similarity index 100% rename from dsp_files/fft2d-svg/matricize-0x4027c70.svg rename to examples/dsp_files/fft2d-svg/matricize-0x4027c70.svg diff --git a/dsp_files/fft2d-svg/matrix-0x10d45490.svg b/examples/dsp_files/fft2d-svg/matrix-0x10d45490.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x10d45490.svg rename to examples/dsp_files/fft2d-svg/matrix-0x10d45490.svg diff --git a/dsp_files/fft2d-svg/matrix-0x115250d0.svg b/examples/dsp_files/fft2d-svg/matrix-0x115250d0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x115250d0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x115250d0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x199dcd0.svg b/examples/dsp_files/fft2d-svg/matrix-0x199dcd0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x199dcd0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x199dcd0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x19c8c20.svg b/examples/dsp_files/fft2d-svg/matrix-0x19c8c20.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x19c8c20.svg rename to examples/dsp_files/fft2d-svg/matrix-0x19c8c20.svg diff --git a/dsp_files/fft2d-svg/matrix-0x1a565d0.svg b/examples/dsp_files/fft2d-svg/matrix-0x1a565d0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x1a565d0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x1a565d0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x1a81ca0.svg b/examples/dsp_files/fft2d-svg/matrix-0x1a81ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x1a81ca0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x1a81ca0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x1be8240.svg b/examples/dsp_files/fft2d-svg/matrix-0x1be8240.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x1be8240.svg rename to examples/dsp_files/fft2d-svg/matrix-0x1be8240.svg diff --git a/dsp_files/fft2d-svg/matrix-0x1da8430.svg b/examples/dsp_files/fft2d-svg/matrix-0x1da8430.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x1da8430.svg rename to examples/dsp_files/fft2d-svg/matrix-0x1da8430.svg diff --git a/dsp_files/fft2d-svg/matrix-0x208b630.svg b/examples/dsp_files/fft2d-svg/matrix-0x208b630.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x208b630.svg rename to examples/dsp_files/fft2d-svg/matrix-0x208b630.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2173b40.svg b/examples/dsp_files/fft2d-svg/matrix-0x2173b40.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2173b40.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2173b40.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2176b80.svg b/examples/dsp_files/fft2d-svg/matrix-0x2176b80.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2176b80.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2176b80.svg diff --git a/dsp_files/fft2d-svg/matrix-0x21b68b0.svg b/examples/dsp_files/fft2d-svg/matrix-0x21b68b0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x21b68b0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x21b68b0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x22c7ab0.svg b/examples/dsp_files/fft2d-svg/matrix-0x22c7ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x22c7ab0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x22c7ab0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2326e20.svg b/examples/dsp_files/fft2d-svg/matrix-0x2326e20.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2326e20.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2326e20.svg diff --git a/dsp_files/fft2d-svg/matrix-0x23a7b40.svg b/examples/dsp_files/fft2d-svg/matrix-0x23a7b40.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x23a7b40.svg rename to examples/dsp_files/fft2d-svg/matrix-0x23a7b40.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2416160.svg b/examples/dsp_files/fft2d-svg/matrix-0x2416160.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2416160.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2416160.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2422200.svg b/examples/dsp_files/fft2d-svg/matrix-0x2422200.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2422200.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2422200.svg diff --git a/dsp_files/fft2d-svg/matrix-0x25648d0.svg b/examples/dsp_files/fft2d-svg/matrix-0x25648d0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x25648d0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x25648d0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2587ee0.svg b/examples/dsp_files/fft2d-svg/matrix-0x2587ee0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2587ee0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2587ee0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x26f53d0.svg b/examples/dsp_files/fft2d-svg/matrix-0x26f53d0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x26f53d0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x26f53d0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x286cbd0.svg b/examples/dsp_files/fft2d-svg/matrix-0x286cbd0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x286cbd0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x286cbd0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2974300.svg b/examples/dsp_files/fft2d-svg/matrix-0x2974300.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2974300.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2974300.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2986c20.svg b/examples/dsp_files/fft2d-svg/matrix-0x2986c20.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2986c20.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2986c20.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2c9ae60.svg b/examples/dsp_files/fft2d-svg/matrix-0x2c9ae60.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2c9ae60.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2c9ae60.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2d5b6c0.svg b/examples/dsp_files/fft2d-svg/matrix-0x2d5b6c0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2d5b6c0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2d5b6c0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2da0ca0.svg b/examples/dsp_files/fft2d-svg/matrix-0x2da0ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2da0ca0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2da0ca0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x2eda030.svg b/examples/dsp_files/fft2d-svg/matrix-0x2eda030.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x2eda030.svg rename to examples/dsp_files/fft2d-svg/matrix-0x2eda030.svg diff --git a/dsp_files/fft2d-svg/matrix-0x31261a0.svg b/examples/dsp_files/fft2d-svg/matrix-0x31261a0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x31261a0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x31261a0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x33f7780.svg b/examples/dsp_files/fft2d-svg/matrix-0x33f7780.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x33f7780.svg rename to examples/dsp_files/fft2d-svg/matrix-0x33f7780.svg diff --git a/dsp_files/fft2d-svg/matrix-0x34c43b0.svg b/examples/dsp_files/fft2d-svg/matrix-0x34c43b0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x34c43b0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x34c43b0.svg diff --git a/dsp_files/fft2d-svg/matrix-0x38b9ed0.svg b/examples/dsp_files/fft2d-svg/matrix-0x38b9ed0.svg similarity index 100% rename from dsp_files/fft2d-svg/matrix-0x38b9ed0.svg rename to examples/dsp_files/fft2d-svg/matrix-0x38b9ed0.svg diff --git a/dsp_files/fft2d-svg/modules-0x2a9bb60.svg b/examples/dsp_files/fft2d-svg/modules-0x2a9bb60.svg similarity index 100% rename from dsp_files/fft2d-svg/modules-0x2a9bb60.svg rename to examples/dsp_files/fft2d-svg/modules-0x2a9bb60.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x16fb0b0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x16fb0b0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x16fb0b0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x16fb0b0.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x197a210.svg b/examples/dsp_files/fft2d-svg/nconcat-0x197a210.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x197a210.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x197a210.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x1a32370.svg b/examples/dsp_files/fft2d-svg/nconcat-0x1a32370.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x1a32370.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x1a32370.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x1ac5ef0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x1ac5ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x1ac5ef0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x1ac5ef0.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x1bc1060.svg b/examples/dsp_files/fft2d-svg/nconcat-0x1bc1060.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x1bc1060.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x1bc1060.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x1d74e20.svg b/examples/dsp_files/fft2d-svg/nconcat-0x1d74e20.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x1d74e20.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x1d74e20.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x1e2be00.svg b/examples/dsp_files/fft2d-svg/nconcat-0x1e2be00.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x1e2be00.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x1e2be00.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x204af20.svg b/examples/dsp_files/fft2d-svg/nconcat-0x204af20.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x204af20.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x204af20.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x2051dc0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x2051dc0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x2051dc0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x2051dc0.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x205da10.svg b/examples/dsp_files/fft2d-svg/nconcat-0x205da10.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x205da10.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x205da10.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x22b3520.svg b/examples/dsp_files/fft2d-svg/nconcat-0x22b3520.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x22b3520.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x22b3520.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x2540670.svg b/examples/dsp_files/fft2d-svg/nconcat-0x2540670.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x2540670.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x2540670.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x26f00c0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x26f00c0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x26f00c0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x26f00c0.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x27b3d50.svg b/examples/dsp_files/fft2d-svg/nconcat-0x27b3d50.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x27b3d50.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x27b3d50.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x292a380.svg b/examples/dsp_files/fft2d-svg/nconcat-0x292a380.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x292a380.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x292a380.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x2bbd460.svg b/examples/dsp_files/fft2d-svg/nconcat-0x2bbd460.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x2bbd460.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x2bbd460.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x2c61550.svg b/examples/dsp_files/fft2d-svg/nconcat-0x2c61550.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x2c61550.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x2c61550.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x2c6d1e0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x2c6d1e0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x2c6d1e0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x2c6d1e0.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x30e5ea0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x30e5ea0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x30e5ea0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x30e5ea0.svg diff --git a/dsp_files/fft2d-svg/nconcat-0x33920b0.svg b/examples/dsp_files/fft2d-svg/nconcat-0x33920b0.svg similarity index 100% rename from dsp_files/fft2d-svg/nconcat-0x33920b0.svg rename to examples/dsp_files/fft2d-svg/nconcat-0x33920b0.svg diff --git a/dsp_files/fft2d-svg/norm-0x22daea0.svg b/examples/dsp_files/fft2d-svg/norm-0x22daea0.svg similarity index 100% rename from dsp_files/fft2d-svg/norm-0x22daea0.svg rename to examples/dsp_files/fft2d-svg/norm-0x22daea0.svg diff --git a/dsp_files/fft2d-svg/norm-0x25bc980.svg b/examples/dsp_files/fft2d-svg/norm-0x25bc980.svg similarity index 100% rename from dsp_files/fft2d-svg/norm-0x25bc980.svg rename to examples/dsp_files/fft2d-svg/norm-0x25bc980.svg diff --git a/dsp_files/fft2d-svg/norm-0x27db9b0.svg b/examples/dsp_files/fft2d-svg/norm-0x27db9b0.svg similarity index 100% rename from dsp_files/fft2d-svg/norm-0x27db9b0.svg rename to examples/dsp_files/fft2d-svg/norm-0x27db9b0.svg diff --git a/dsp_files/fft2d-svg/norm-0x2f448f0.svg b/examples/dsp_files/fft2d-svg/norm-0x2f448f0.svg similarity index 100% rename from dsp_files/fft2d-svg/norm-0x2f448f0.svg rename to examples/dsp_files/fft2d-svg/norm-0x2f448f0.svg diff --git a/dsp_files/fft2d-svg/normalize-0x1eea6540.svg b/examples/dsp_files/fft2d-svg/normalize-0x1eea6540.svg similarity index 100% rename from dsp_files/fft2d-svg/normalize-0x1eea6540.svg rename to examples/dsp_files/fft2d-svg/normalize-0x1eea6540.svg diff --git a/dsp_files/fft2d-svg/normalize-0x25061d0.svg b/examples/dsp_files/fft2d-svg/normalize-0x25061d0.svg similarity index 100% rename from dsp_files/fft2d-svg/normalize-0x25061d0.svg rename to examples/dsp_files/fft2d-svg/normalize-0x25061d0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x171eb90.svg b/examples/dsp_files/fft2d-svg/pcplx-0x171eb90.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x171eb90.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x171eb90.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x19801c0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x19801c0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x19801c0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x19801c0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x1a383c0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x1a383c0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x1a383c0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x1a383c0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x1ae9a90.svg b/examples/dsp_files/fft2d-svg/pcplx-0x1ae9a90.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x1ae9a90.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x1ae9a90.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x1d98900.svg b/examples/dsp_files/fft2d-svg/pcplx-0x1d98900.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x1d98900.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x1d98900.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2082e40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2082e40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2082e40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2082e40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x20a5350.svg b/examples/dsp_files/fft2d-svg/pcplx-0x20a5350.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x20a5350.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x20a5350.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x20a5eb0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x20a5eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x20a5eb0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x20a5eb0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x20a6570.svg b/examples/dsp_files/fft2d-svg/pcplx-0x20a6570.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x20a6570.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x20a6570.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x20a77b0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x20a77b0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x20a77b0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x20a77b0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x20d15e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x20d15e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x20d15e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x20d15e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x21be8b0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x21be8b0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x21be8b0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x21be8b0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x21bf410.svg b/examples/dsp_files/fft2d-svg/pcplx-0x21bf410.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x21bf410.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x21bf410.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x21bfad0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x21bfad0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x21bfad0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x21bfad0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x21c13b0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x21c13b0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x21c13b0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x21c13b0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2201620.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2201620.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2201620.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2201620.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2202180.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2202180.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2202180.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2202180.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2202840.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2202840.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2202840.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2202840.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2204120.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2204120.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2204120.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2204120.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2230580.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2230580.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2230580.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2230580.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2273440.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2273440.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2273440.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2273440.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x22e8120.svg b/examples/dsp_files/fft2d-svg/pcplx-0x22e8120.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x22e8120.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x22e8120.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x22f14c0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x22f14c0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x22f14c0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x22f14c0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x22f2020.svg b/examples/dsp_files/fft2d-svg/pcplx-0x22f2020.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x22f2020.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x22f2020.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x22f26e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x22f26e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x22f26e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x22f26e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x22f3920.svg b/examples/dsp_files/fft2d-svg/pcplx-0x22f3920.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x22f3920.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x22f3920.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x231d800.svg b/examples/dsp_files/fft2d-svg/pcplx-0x231d800.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x231d800.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x231d800.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x236ace0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x236ace0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x236ace0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x236ace0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x236b840.svg b/examples/dsp_files/fft2d-svg/pcplx-0x236b840.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x236b840.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x236b840.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x236bf00.svg b/examples/dsp_files/fft2d-svg/pcplx-0x236bf00.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x236bf00.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x236bf00.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x236ffa0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x236ffa0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x236ffa0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x236ffa0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x23c2140.svg b/examples/dsp_files/fft2d-svg/pcplx-0x23c2140.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x23c2140.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x23c2140.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x23c2ca0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x23c2ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x23c2ca0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x23c2ca0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x23c3360.svg b/examples/dsp_files/fft2d-svg/pcplx-0x23c3360.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x23c3360.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x23c3360.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x23c4c40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x23c4c40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x23c4c40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x23c4c40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2433e40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2433e40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2433e40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2433e40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2465f60.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2465f60.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2465f60.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2465f60.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2466ac0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2466ac0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2466ac0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2466ac0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2467180.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2467180.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2467180.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2467180.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x246b220.svg b/examples/dsp_files/fft2d-svg/pcplx-0x246b220.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x246b220.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x246b220.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x25466c0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x25466c0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x25466c0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x25466c0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x259bda0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x259bda0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x259bda0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x259bda0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x259c900.svg b/examples/dsp_files/fft2d-svg/pcplx-0x259c900.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x259c900.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x259c900.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x259cfc0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x259cfc0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x259cfc0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x259cfc0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x259e200.svg b/examples/dsp_files/fft2d-svg/pcplx-0x259e200.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x259e200.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x259e200.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x25c8040.svg b/examples/dsp_files/fft2d-svg/pcplx-0x25c8040.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x25c8040.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x25c8040.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x25ff6a0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x25ff6a0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x25ff6a0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x25ff6a0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2608a40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2608a40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2608a40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2608a40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x26095a0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x26095a0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x26095a0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x26095a0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2609c60.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2609c60.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2609c60.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2609c60.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x260dd00.svg b/examples/dsp_files/fft2d-svg/pcplx-0x260dd00.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x260dd00.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x260dd00.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2713c60.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2713c60.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2713c60.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2713c60.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x27390f0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x27390f0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x27390f0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x27390f0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2739c50.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2739c50.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2739c50.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2739c50.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x273a310.svg b/examples/dsp_files/fft2d-svg/pcplx-0x273a310.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x273a310.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x273a310.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x273e3b0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x273e3b0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x273e3b0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x273e3b0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2831170.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2831170.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2831170.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2831170.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x28b7980.svg b/examples/dsp_files/fft2d-svg/pcplx-0x28b7980.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x28b7980.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x28b7980.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x28b84e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x28b84e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x28b84e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x28b84e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x28b8ba0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x28b8ba0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x28b8ba0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x28b8ba0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x28ba480.svg b/examples/dsp_files/fft2d-svg/pcplx-0x28ba480.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x28ba480.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x28ba480.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x29297f0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x29297f0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x29297f0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x29297f0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x292c460.svg b/examples/dsp_files/fft2d-svg/pcplx-0x292c460.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x292c460.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x292c460.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x296b480.svg b/examples/dsp_files/fft2d-svg/pcplx-0x296b480.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x296b480.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x296b480.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2ab78c0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2ab78c0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2ab78c0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2ab78c0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2ac1780.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2ac1780.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2ac1780.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2ac1780.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2ac22e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2ac22e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2ac22e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2ac22e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2ac29a0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2ac29a0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2ac29a0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2ac29a0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2acef10.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2acef10.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2acef10.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2acef10.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2ad0940.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2ad0940.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2ad0940.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2ad0940.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2bff530.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2bff530.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2bff530.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2bff530.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2cb2e00.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2cb2e00.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2cb2e00.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2cb2e00.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2cb3960.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2cb3960.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2cb3960.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2cb3960.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2cb4020.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2cb4020.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2cb4020.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2cb4020.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2cb5260.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2cb5260.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2cb5260.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2cb5260.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2cdf060.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2cdf060.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2cdf060.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2cdf060.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2d47a90.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2d47a90.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2d47a90.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2d47a90.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2da65f0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2da65f0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2da65f0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2da65f0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2da7150.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2da7150.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2da7150.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2da7150.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2da7810.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2da7810.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2da7810.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2da7810.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2dab8b0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2dab8b0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2dab8b0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2dab8b0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2deabc0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2deabc0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2deabc0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2deabc0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2deb720.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2deb720.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2deb720.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2deb720.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2debde0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2debde0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2debde0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2debde0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x2defe80.svg b/examples/dsp_files/fft2d-svg/pcplx-0x2defe80.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x2defe80.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x2defe80.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x310dcf0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x310dcf0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x310dcf0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x310dcf0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x310e850.svg b/examples/dsp_files/fft2d-svg/pcplx-0x310e850.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x310e850.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x310e850.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x310ef10.svg b/examples/dsp_files/fft2d-svg/pcplx-0x310ef10.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x310ef10.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x310ef10.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3110e10.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3110e10.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3110e10.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3110e10.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3112fb0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3112fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3112fb0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3112fb0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3171220.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3171220.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3171220.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3171220.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3171d80.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3171d80.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3171d80.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3171d80.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3172440.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3172440.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3172440.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3172440.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x31764e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x31764e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x31764e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x31764e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x326ca70.svg b/examples/dsp_files/fft2d-svg/pcplx-0x326ca70.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x326ca70.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x326ca70.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x32b10e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x32b10e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x32b10e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x32b10e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3412c20.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3412c20.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3412c20.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3412c20.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3413780.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3413780.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3413780.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3413780.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3413e40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3413e40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3413e40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3413e40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3415720.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3415720.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3415720.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3415720.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x34848f0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x34848f0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x34848f0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x34848f0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x34b0780.svg b/examples/dsp_files/fft2d-svg/pcplx-0x34b0780.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x34b0780.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x34b0780.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x350f3a0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x350f3a0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x350f3a0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x350f3a0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x350ff00.svg b/examples/dsp_files/fft2d-svg/pcplx-0x350ff00.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x350ff00.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x350ff00.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x35105c0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x35105c0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x35105c0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x35105c0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3514660.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3514660.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3514660.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3514660.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x35d5c40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x35d5c40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x35d5c40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x35d5c40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x36376f0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x36376f0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x36376f0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x36376f0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x39d57d0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x39d57d0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x39d57d0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x39d57d0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3c4a780.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3c4a780.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3c4a780.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3c4a780.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3c4b2e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3c4b2e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3c4b2e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3c4b2e0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3c4b9a0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3c4b9a0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3c4b9a0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3c4b9a0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x3c4fa40.svg b/examples/dsp_files/fft2d-svg/pcplx-0x3c4fa40.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x3c4fa40.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x3c4fa40.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x4110bb0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x4110bb0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x4110bb0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x4110bb0.svg diff --git a/dsp_files/fft2d-svg/pcplx-0x6f334e0.svg b/examples/dsp_files/fft2d-svg/pcplx-0x6f334e0.svg similarity index 100% rename from dsp_files/fft2d-svg/pcplx-0x6f334e0.svg rename to examples/dsp_files/fft2d-svg/pcplx-0x6f334e0.svg diff --git a/dsp_files/fft2d-svg/picks-0x17377b0.svg b/examples/dsp_files/fft2d-svg/picks-0x17377b0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x17377b0.svg rename to examples/dsp_files/fft2d-svg/picks-0x17377b0.svg diff --git a/dsp_files/fft2d-svg/picks-0x1983c20.svg b/examples/dsp_files/fft2d-svg/picks-0x1983c20.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x1983c20.svg rename to examples/dsp_files/fft2d-svg/picks-0x1983c20.svg diff --git a/dsp_files/fft2d-svg/picks-0x1a3be20.svg b/examples/dsp_files/fft2d-svg/picks-0x1a3be20.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x1a3be20.svg rename to examples/dsp_files/fft2d-svg/picks-0x1a3be20.svg diff --git a/dsp_files/fft2d-svg/picks-0x1b026b0.svg b/examples/dsp_files/fft2d-svg/picks-0x1b026b0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x1b026b0.svg rename to examples/dsp_files/fft2d-svg/picks-0x1b026b0.svg diff --git a/dsp_files/fft2d-svg/picks-0x1bce130.svg b/examples/dsp_files/fft2d-svg/picks-0x1bce130.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x1bce130.svg rename to examples/dsp_files/fft2d-svg/picks-0x1bce130.svg diff --git a/dsp_files/fft2d-svg/picks-0x1db1520.svg b/examples/dsp_files/fft2d-svg/picks-0x1db1520.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x1db1520.svg rename to examples/dsp_files/fft2d-svg/picks-0x1db1520.svg diff --git a/dsp_files/fft2d-svg/picks-0x1e6f480.svg b/examples/dsp_files/fft2d-svg/picks-0x1e6f480.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x1e6f480.svg rename to examples/dsp_files/fft2d-svg/picks-0x1e6f480.svg diff --git a/dsp_files/fft2d-svg/picks-0x208b200.svg b/examples/dsp_files/fft2d-svg/picks-0x208b200.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x208b200.svg rename to examples/dsp_files/fft2d-svg/picks-0x208b200.svg diff --git a/dsp_files/fft2d-svg/picks-0x208e5b0.svg b/examples/dsp_files/fft2d-svg/picks-0x208e5b0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x208e5b0.svg rename to examples/dsp_files/fft2d-svg/picks-0x208e5b0.svg diff --git a/dsp_files/fft2d-svg/picks-0x20fca20.svg b/examples/dsp_files/fft2d-svg/picks-0x20fca20.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x20fca20.svg rename to examples/dsp_files/fft2d-svg/picks-0x20fca20.svg diff --git a/dsp_files/fft2d-svg/picks-0x2173710.svg b/examples/dsp_files/fft2d-svg/picks-0x2173710.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x2173710.svg rename to examples/dsp_files/fft2d-svg/picks-0x2173710.svg diff --git a/dsp_files/fft2d-svg/picks-0x21b6480.svg b/examples/dsp_files/fft2d-svg/picks-0x21b6480.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x21b6480.svg rename to examples/dsp_files/fft2d-svg/picks-0x21b6480.svg diff --git a/dsp_files/fft2d-svg/picks-0x22bdc70.svg b/examples/dsp_files/fft2d-svg/picks-0x22bdc70.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x22bdc70.svg rename to examples/dsp_files/fft2d-svg/picks-0x22bdc70.svg diff --git a/dsp_files/fft2d-svg/picks-0x23a7710.svg b/examples/dsp_files/fft2d-svg/picks-0x23a7710.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x23a7710.svg rename to examples/dsp_files/fft2d-svg/picks-0x23a7710.svg diff --git a/dsp_files/fft2d-svg/picks-0x254a120.svg b/examples/dsp_files/fft2d-svg/picks-0x254a120.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x254a120.svg rename to examples/dsp_files/fft2d-svg/picks-0x254a120.svg diff --git a/dsp_files/fft2d-svg/picks-0x272c880.svg b/examples/dsp_files/fft2d-svg/picks-0x272c880.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x272c880.svg rename to examples/dsp_files/fft2d-svg/picks-0x272c880.svg diff --git a/dsp_files/fft2d-svg/picks-0x27f73d0.svg b/examples/dsp_files/fft2d-svg/picks-0x27f73d0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x27f73d0.svg rename to examples/dsp_files/fft2d-svg/picks-0x27f73d0.svg diff --git a/dsp_files/fft2d-svg/picks-0x2812bd0.svg b/examples/dsp_files/fft2d-svg/picks-0x2812bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x2812bd0.svg rename to examples/dsp_files/fft2d-svg/picks-0x2812bd0.svg diff --git a/dsp_files/fft2d-svg/picks-0x296d7a0.svg b/examples/dsp_files/fft2d-svg/picks-0x296d7a0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x296d7a0.svg rename to examples/dsp_files/fft2d-svg/picks-0x296d7a0.svg diff --git a/dsp_files/fft2d-svg/picks-0x2c9aa30.svg b/examples/dsp_files/fft2d-svg/picks-0x2c9aa30.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x2c9aa30.svg rename to examples/dsp_files/fft2d-svg/picks-0x2c9aa30.svg diff --git a/dsp_files/fft2d-svg/picks-0x2d0ef30.svg b/examples/dsp_files/fft2d-svg/picks-0x2d0ef30.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x2d0ef30.svg rename to examples/dsp_files/fft2d-svg/picks-0x2d0ef30.svg diff --git a/dsp_files/fft2d-svg/picks-0x3125d70.svg b/examples/dsp_files/fft2d-svg/picks-0x3125d70.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x3125d70.svg rename to examples/dsp_files/fft2d-svg/picks-0x3125d70.svg diff --git a/dsp_files/fft2d-svg/picks-0x33f7350.svg b/examples/dsp_files/fft2d-svg/picks-0x33f7350.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x33f7350.svg rename to examples/dsp_files/fft2d-svg/picks-0x33f7350.svg diff --git a/dsp_files/fft2d-svg/picks-0x38ad210.svg b/examples/dsp_files/fft2d-svg/picks-0x38ad210.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x38ad210.svg rename to examples/dsp_files/fft2d-svg/picks-0x38ad210.svg diff --git a/dsp_files/fft2d-svg/picks-0x38b9aa0.svg b/examples/dsp_files/fft2d-svg/picks-0x38b9aa0.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0x38b9aa0.svg rename to examples/dsp_files/fft2d-svg/picks-0x38b9aa0.svg diff --git a/dsp_files/fft2d-svg/picks-0xe3a5450.svg b/examples/dsp_files/fft2d-svg/picks-0xe3a5450.svg similarity index 100% rename from dsp_files/fft2d-svg/picks-0xe3a5450.svg rename to examples/dsp_files/fft2d-svg/picks-0xe3a5450.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x20a6210.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x20a6210.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x20a6210.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x20a6210.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x21bf770.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x21bf770.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x21bf770.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x21bf770.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x22024e0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x22024e0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x22024e0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x22024e0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x22f2380.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x22f2380.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x22f2380.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x22f2380.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x236bba0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x236bba0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x236bba0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x236bba0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x23c3000.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x23c3000.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x23c3000.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x23c3000.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2466e20.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2466e20.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2466e20.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2466e20.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x259cc60.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x259cc60.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x259cc60.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x259cc60.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2609900.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2609900.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2609900.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2609900.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2739fb0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2739fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2739fb0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2739fb0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x28b8840.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x28b8840.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x28b8840.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x28b8840.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2ac2640.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2ac2640.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2ac2640.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2ac2640.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2cb3cc0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2cb3cc0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2cb3cc0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2cb3cc0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2da74b0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2da74b0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2da74b0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2da74b0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x2deba80.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x2deba80.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x2deba80.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x2deba80.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x310ebb0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x310ebb0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x310ebb0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x310ebb0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x31720e0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x31720e0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x31720e0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x31720e0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x3413ae0.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x3413ae0.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x3413ae0.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x3413ae0.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x3510260.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x3510260.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x3510260.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x3510260.svg diff --git a/dsp_files/fft2d-svg/polar2carte-0x3c4b640.svg b/examples/dsp_files/fft2d-svg/polar2carte-0x3c4b640.svg similarity index 100% rename from dsp_files/fft2d-svg/polar2carte-0x3c4b640.svg rename to examples/dsp_files/fft2d-svg/polar2carte-0x3c4b640.svg diff --git a/dsp_files/fft2d-svg/process.svg b/examples/dsp_files/fft2d-svg/process.svg similarity index 100% rename from dsp_files/fft2d-svg/process.svg rename to examples/dsp_files/fft2d-svg/process.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x11f9a0f0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x11f9a0f0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x11f9a0f0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x11f9a0f0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x1bca770.svg b/examples/dsp_files/fft2d-svg/real2complex-0x1bca770.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x1bca770.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x1bca770.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x229e6d0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x229e6d0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x229e6d0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x229e6d0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x22e1590.svg b/examples/dsp_files/fft2d-svg/real2complex-0x22e1590.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x22e1590.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x22e1590.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x2390dc0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x2390dc0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x2390dc0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x2390dc0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x24a1fb0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x24a1fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x24a1fb0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x24a1fb0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x2997a40.svg b/examples/dsp_files/fft2d-svg/real2complex-0x2997a40.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x2997a40.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x2997a40.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x2aeeb00.svg b/examples/dsp_files/fft2d-svg/real2complex-0x2aeeb00.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x2aeeb00.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x2aeeb00.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x2be9c90.svg b/examples/dsp_files/fft2d-svg/real2complex-0x2be9c90.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x2be9c90.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x2be9c90.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x2d0bbc0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x2d0bbc0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x2d0bbc0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x2d0bbc0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x2f9e850.svg b/examples/dsp_files/fft2d-svg/real2complex-0x2f9e850.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x2f9e850.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x2f9e850.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x34f2a30.svg b/examples/dsp_files/fft2d-svg/real2complex-0x34f2a30.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x34f2a30.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x34f2a30.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x38935f0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x38935f0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x38935f0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x38935f0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0x43ce4f0.svg b/examples/dsp_files/fft2d-svg/real2complex-0x43ce4f0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0x43ce4f0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0x43ce4f0.svg diff --git a/dsp_files/fft2d-svg/real2complex-0xe3501f0.svg b/examples/dsp_files/fft2d-svg/real2complex-0xe3501f0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2complex-0xe3501f0.svg rename to examples/dsp_files/fft2d-svg/real2complex-0xe3501f0.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x1145e6c0.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x1145e6c0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x1145e6c0.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x1145e6c0.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x11bcf850.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x11bcf850.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x11bcf850.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x11bcf850.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x11c3e240.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x11c3e240.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x11c3e240.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x11c3e240.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x123384d0.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x123384d0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x123384d0.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x123384d0.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x19aba60.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x19aba60.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x19aba60.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x19aba60.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x1a643d0.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x1a643d0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x1a643d0.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x1a643d0.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x2454ef0.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x2454ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x2454ef0.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x2454ef0.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x25f4b30.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x25f4b30.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x25f4b30.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x25f4b30.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x297e2e0.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x297e2e0.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x297e2e0.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x297e2e0.svg diff --git a/dsp_files/fft2d-svg/real2pcplx-0x2ebce70.svg b/examples/dsp_files/fft2d-svg/real2pcplx-0x2ebce70.svg similarity index 100% rename from dsp_files/fft2d-svg/real2pcplx-0x2ebce70.svg rename to examples/dsp_files/fft2d-svg/real2pcplx-0x2ebce70.svg diff --git a/dsp_files/fft2d-svg/sca-0x11457bb0.svg b/examples/dsp_files/fft2d-svg/sca-0x11457bb0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x11457bb0.svg rename to examples/dsp_files/fft2d-svg/sca-0x11457bb0.svg diff --git a/dsp_files/fft2d-svg/sca-0x11bc8d40.svg b/examples/dsp_files/fft2d-svg/sca-0x11bc8d40.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x11bc8d40.svg rename to examples/dsp_files/fft2d-svg/sca-0x11bc8d40.svg diff --git a/dsp_files/fft2d-svg/sca-0x11c37730.svg b/examples/dsp_files/fft2d-svg/sca-0x11c37730.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x11c37730.svg rename to examples/dsp_files/fft2d-svg/sca-0x11c37730.svg diff --git a/dsp_files/fft2d-svg/sca-0x11f935e0.svg b/examples/dsp_files/fft2d-svg/sca-0x11f935e0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x11f935e0.svg rename to examples/dsp_files/fft2d-svg/sca-0x11f935e0.svg diff --git a/dsp_files/fft2d-svg/sca-0x123319c0.svg b/examples/dsp_files/fft2d-svg/sca-0x123319c0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x123319c0.svg rename to examples/dsp_files/fft2d-svg/sca-0x123319c0.svg diff --git a/dsp_files/fft2d-svg/sca-0x19aac10.svg b/examples/dsp_files/fft2d-svg/sca-0x19aac10.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x19aac10.svg rename to examples/dsp_files/fft2d-svg/sca-0x19aac10.svg diff --git a/dsp_files/fft2d-svg/sca-0x1a63580.svg b/examples/dsp_files/fft2d-svg/sca-0x1a63580.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x1a63580.svg rename to examples/dsp_files/fft2d-svg/sca-0x1a63580.svg diff --git a/dsp_files/fft2d-svg/sca-0x1bc9920.svg b/examples/dsp_files/fft2d-svg/sca-0x1bc9920.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x1bc9920.svg rename to examples/dsp_files/fft2d-svg/sca-0x1bc9920.svg diff --git a/dsp_files/fft2d-svg/sca-0x229cb40.svg b/examples/dsp_files/fft2d-svg/sca-0x229cb40.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x229cb40.svg rename to examples/dsp_files/fft2d-svg/sca-0x229cb40.svg diff --git a/dsp_files/fft2d-svg/sca-0x22dfa00.svg b/examples/dsp_files/fft2d-svg/sca-0x22dfa00.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x22dfa00.svg rename to examples/dsp_files/fft2d-svg/sca-0x22dfa00.svg diff --git a/dsp_files/fft2d-svg/sca-0x238f230.svg b/examples/dsp_files/fft2d-svg/sca-0x238f230.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x238f230.svg rename to examples/dsp_files/fft2d-svg/sca-0x238f230.svg diff --git a/dsp_files/fft2d-svg/sca-0x24540a0.svg b/examples/dsp_files/fft2d-svg/sca-0x24540a0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x24540a0.svg rename to examples/dsp_files/fft2d-svg/sca-0x24540a0.svg diff --git a/dsp_files/fft2d-svg/sca-0x24a0420.svg b/examples/dsp_files/fft2d-svg/sca-0x24a0420.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x24a0420.svg rename to examples/dsp_files/fft2d-svg/sca-0x24a0420.svg diff --git a/dsp_files/fft2d-svg/sca-0x25f3ce0.svg b/examples/dsp_files/fft2d-svg/sca-0x25f3ce0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x25f3ce0.svg rename to examples/dsp_files/fft2d-svg/sca-0x25f3ce0.svg diff --git a/dsp_files/fft2d-svg/sca-0x297db30.svg b/examples/dsp_files/fft2d-svg/sca-0x297db30.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x297db30.svg rename to examples/dsp_files/fft2d-svg/sca-0x297db30.svg diff --git a/dsp_files/fft2d-svg/sca-0x2995eb0.svg b/examples/dsp_files/fft2d-svg/sca-0x2995eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x2995eb0.svg rename to examples/dsp_files/fft2d-svg/sca-0x2995eb0.svg diff --git a/dsp_files/fft2d-svg/sca-0x2ae7ff0.svg b/examples/dsp_files/fft2d-svg/sca-0x2ae7ff0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x2ae7ff0.svg rename to examples/dsp_files/fft2d-svg/sca-0x2ae7ff0.svg diff --git a/dsp_files/fft2d-svg/sca-0x2be3180.svg b/examples/dsp_files/fft2d-svg/sca-0x2be3180.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x2be3180.svg rename to examples/dsp_files/fft2d-svg/sca-0x2be3180.svg diff --git a/dsp_files/fft2d-svg/sca-0x2d0ad70.svg b/examples/dsp_files/fft2d-svg/sca-0x2d0ad70.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x2d0ad70.svg rename to examples/dsp_files/fft2d-svg/sca-0x2d0ad70.svg diff --git a/dsp_files/fft2d-svg/sca-0x2eb6360.svg b/examples/dsp_files/fft2d-svg/sca-0x2eb6360.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x2eb6360.svg rename to examples/dsp_files/fft2d-svg/sca-0x2eb6360.svg diff --git a/dsp_files/fft2d-svg/sca-0x34f0ea0.svg b/examples/dsp_files/fft2d-svg/sca-0x34f0ea0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x34f0ea0.svg rename to examples/dsp_files/fft2d-svg/sca-0x34f0ea0.svg diff --git a/dsp_files/fft2d-svg/sca-0x388cae0.svg b/examples/dsp_files/fft2d-svg/sca-0x388cae0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x388cae0.svg rename to examples/dsp_files/fft2d-svg/sca-0x388cae0.svg diff --git a/dsp_files/fft2d-svg/sca-0x43c79e0.svg b/examples/dsp_files/fft2d-svg/sca-0x43c79e0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0x43c79e0.svg rename to examples/dsp_files/fft2d-svg/sca-0x43c79e0.svg diff --git a/dsp_files/fft2d-svg/sca-0xe3358e0.svg b/examples/dsp_files/fft2d-svg/sca-0xe3358e0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca-0xe3358e0.svg rename to examples/dsp_files/fft2d-svg/sca-0xe3358e0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x11457f10.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x11457f10.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x11457f10.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x11457f10.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x11bc90a0.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x11bc90a0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x11bc90a0.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x11bc90a0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x11c37a90.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x11c37a90.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x11c37a90.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x11c37a90.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x11f93940.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x11f93940.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x11f93940.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x11f93940.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x12331d20.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x12331d20.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x12331d20.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x12331d20.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x19aaf70.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x19aaf70.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x19aaf70.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x19aaf70.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x1a638e0.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x1a638e0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x1a638e0.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x1a638e0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x1bc9c80.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x1bc9c80.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x1bc9c80.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x1bc9c80.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x229cea0.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x229cea0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x229cea0.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x229cea0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x22dfd60.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x22dfd60.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x22dfd60.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x22dfd60.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x238f590.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x238f590.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x238f590.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x238f590.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x2454400.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x2454400.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x2454400.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x2454400.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x24a0780.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x24a0780.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x24a0780.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x24a0780.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x25f4040.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x25f4040.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x25f4040.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x25f4040.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x297de90.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x297de90.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x297de90.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x297de90.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x2996210.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x2996210.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x2996210.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x2996210.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x2ae8350.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x2ae8350.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x2ae8350.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x2ae8350.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x2be34e0.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x2be34e0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x2be34e0.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x2be34e0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x2d0b0d0.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x2d0b0d0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x2d0b0d0.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x2d0b0d0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x2eb66c0.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x2eb66c0.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x2eb66c0.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x2eb66c0.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x34f1200.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x34f1200.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x34f1200.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x34f1200.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x388ce40.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x388ce40.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x388ce40.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x388ce40.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0x43c7d40.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0x43c7d40.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0x43c7d40.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0x43c7d40.svg diff --git a/dsp_files/fft2d-svg/sca2pcplx-0xe335c40.svg b/examples/dsp_files/fft2d-svg/sca2pcplx-0xe335c40.svg similarity index 100% rename from dsp_files/fft2d-svg/sca2pcplx-0xe335c40.svg rename to examples/dsp_files/fft2d-svg/sca2pcplx-0xe335c40.svg diff --git a/dsp_files/fft2d-svg/take-0x1080e6a0.svg b/examples/dsp_files/fft2d-svg/take-0x1080e6a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1080e6a0.svg rename to examples/dsp_files/fft2d-svg/take-0x1080e6a0.svg diff --git a/dsp_files/fft2d-svg/take-0x10838d70.svg b/examples/dsp_files/fft2d-svg/take-0x10838d70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10838d70.svg rename to examples/dsp_files/fft2d-svg/take-0x10838d70.svg diff --git a/dsp_files/fft2d-svg/take-0x10863550.svg b/examples/dsp_files/fft2d-svg/take-0x10863550.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10863550.svg rename to examples/dsp_files/fft2d-svg/take-0x10863550.svg diff --git a/dsp_files/fft2d-svg/take-0x1088dc40.svg b/examples/dsp_files/fft2d-svg/take-0x1088dc40.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1088dc40.svg rename to examples/dsp_files/fft2d-svg/take-0x1088dc40.svg diff --git a/dsp_files/fft2d-svg/take-0x108b8350.svg b/examples/dsp_files/fft2d-svg/take-0x108b8350.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x108b8350.svg rename to examples/dsp_files/fft2d-svg/take-0x108b8350.svg diff --git a/dsp_files/fft2d-svg/take-0x108e2b30.svg b/examples/dsp_files/fft2d-svg/take-0x108e2b30.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x108e2b30.svg rename to examples/dsp_files/fft2d-svg/take-0x108e2b30.svg diff --git a/dsp_files/fft2d-svg/take-0x1090d250.svg b/examples/dsp_files/fft2d-svg/take-0x1090d250.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1090d250.svg rename to examples/dsp_files/fft2d-svg/take-0x1090d250.svg diff --git a/dsp_files/fft2d-svg/take-0x10937960.svg b/examples/dsp_files/fft2d-svg/take-0x10937960.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10937960.svg rename to examples/dsp_files/fft2d-svg/take-0x10937960.svg diff --git a/dsp_files/fft2d-svg/take-0x10962140.svg b/examples/dsp_files/fft2d-svg/take-0x10962140.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10962140.svg rename to examples/dsp_files/fft2d-svg/take-0x10962140.svg diff --git a/dsp_files/fft2d-svg/take-0x1098c8e0.svg b/examples/dsp_files/fft2d-svg/take-0x1098c8e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1098c8e0.svg rename to examples/dsp_files/fft2d-svg/take-0x1098c8e0.svg diff --git a/dsp_files/fft2d-svg/take-0x109b6fe0.svg b/examples/dsp_files/fft2d-svg/take-0x109b6fe0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x109b6fe0.svg rename to examples/dsp_files/fft2d-svg/take-0x109b6fe0.svg diff --git a/dsp_files/fft2d-svg/take-0x109e17d0.svg b/examples/dsp_files/fft2d-svg/take-0x109e17d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x109e17d0.svg rename to examples/dsp_files/fft2d-svg/take-0x109e17d0.svg diff --git a/dsp_files/fft2d-svg/take-0x10a0bff0.svg b/examples/dsp_files/fft2d-svg/take-0x10a0bff0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10a0bff0.svg rename to examples/dsp_files/fft2d-svg/take-0x10a0bff0.svg diff --git a/dsp_files/fft2d-svg/take-0x10a366e0.svg b/examples/dsp_files/fft2d-svg/take-0x10a366e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10a366e0.svg rename to examples/dsp_files/fft2d-svg/take-0x10a366e0.svg diff --git a/dsp_files/fft2d-svg/take-0x10a60e30.svg b/examples/dsp_files/fft2d-svg/take-0x10a60e30.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10a60e30.svg rename to examples/dsp_files/fft2d-svg/take-0x10a60e30.svg diff --git a/dsp_files/fft2d-svg/take-0x10a8b610.svg b/examples/dsp_files/fft2d-svg/take-0x10a8b610.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10a8b610.svg rename to examples/dsp_files/fft2d-svg/take-0x10a8b610.svg diff --git a/dsp_files/fft2d-svg/take-0x10ab5d00.svg b/examples/dsp_files/fft2d-svg/take-0x10ab5d00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10ab5d00.svg rename to examples/dsp_files/fft2d-svg/take-0x10ab5d00.svg diff --git a/dsp_files/fft2d-svg/take-0x10ae0410.svg b/examples/dsp_files/fft2d-svg/take-0x10ae0410.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10ae0410.svg rename to examples/dsp_files/fft2d-svg/take-0x10ae0410.svg diff --git a/dsp_files/fft2d-svg/take-0x10b0abf0.svg b/examples/dsp_files/fft2d-svg/take-0x10b0abf0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10b0abf0.svg rename to examples/dsp_files/fft2d-svg/take-0x10b0abf0.svg diff --git a/dsp_files/fft2d-svg/take-0x10b35350.svg b/examples/dsp_files/fft2d-svg/take-0x10b35350.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10b35350.svg rename to examples/dsp_files/fft2d-svg/take-0x10b35350.svg diff --git a/dsp_files/fft2d-svg/take-0x10b5fa50.svg b/examples/dsp_files/fft2d-svg/take-0x10b5fa50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10b5fa50.svg rename to examples/dsp_files/fft2d-svg/take-0x10b5fa50.svg diff --git a/dsp_files/fft2d-svg/take-0x10b8a270.svg b/examples/dsp_files/fft2d-svg/take-0x10b8a270.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10b8a270.svg rename to examples/dsp_files/fft2d-svg/take-0x10b8a270.svg diff --git a/dsp_files/fft2d-svg/take-0x10bb4a50.svg b/examples/dsp_files/fft2d-svg/take-0x10bb4a50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10bb4a50.svg rename to examples/dsp_files/fft2d-svg/take-0x10bb4a50.svg diff --git a/dsp_files/fft2d-svg/take-0x10bdf140.svg b/examples/dsp_files/fft2d-svg/take-0x10bdf140.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10bdf140.svg rename to examples/dsp_files/fft2d-svg/take-0x10bdf140.svg diff --git a/dsp_files/fft2d-svg/take-0x10c098f0.svg b/examples/dsp_files/fft2d-svg/take-0x10c098f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10c098f0.svg rename to examples/dsp_files/fft2d-svg/take-0x10c098f0.svg diff --git a/dsp_files/fft2d-svg/take-0x10c340d0.svg b/examples/dsp_files/fft2d-svg/take-0x10c340d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10c340d0.svg rename to examples/dsp_files/fft2d-svg/take-0x10c340d0.svg diff --git a/dsp_files/fft2d-svg/take-0x10c5e7c0.svg b/examples/dsp_files/fft2d-svg/take-0x10c5e7c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10c5e7c0.svg rename to examples/dsp_files/fft2d-svg/take-0x10c5e7c0.svg diff --git a/dsp_files/fft2d-svg/take-0x10c88f10.svg b/examples/dsp_files/fft2d-svg/take-0x10c88f10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10c88f10.svg rename to examples/dsp_files/fft2d-svg/take-0x10c88f10.svg diff --git a/dsp_files/fft2d-svg/take-0x10cb36f0.svg b/examples/dsp_files/fft2d-svg/take-0x10cb36f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10cb36f0.svg rename to examples/dsp_files/fft2d-svg/take-0x10cb36f0.svg diff --git a/dsp_files/fft2d-svg/take-0x10cdde20.svg b/examples/dsp_files/fft2d-svg/take-0x10cdde20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10cdde20.svg rename to examples/dsp_files/fft2d-svg/take-0x10cdde20.svg diff --git a/dsp_files/fft2d-svg/take-0x10d08480.svg b/examples/dsp_files/fft2d-svg/take-0x10d08480.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10d08480.svg rename to examples/dsp_files/fft2d-svg/take-0x10d08480.svg diff --git a/dsp_files/fft2d-svg/take-0x10d31940.svg b/examples/dsp_files/fft2d-svg/take-0x10d31940.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10d31940.svg rename to examples/dsp_files/fft2d-svg/take-0x10d31940.svg diff --git a/dsp_files/fft2d-svg/take-0x10fee350.svg b/examples/dsp_files/fft2d-svg/take-0x10fee350.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x10fee350.svg rename to examples/dsp_files/fft2d-svg/take-0x10fee350.svg diff --git a/dsp_files/fft2d-svg/take-0x110189f0.svg b/examples/dsp_files/fft2d-svg/take-0x110189f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x110189f0.svg rename to examples/dsp_files/fft2d-svg/take-0x110189f0.svg diff --git a/dsp_files/fft2d-svg/take-0x11043100.svg b/examples/dsp_files/fft2d-svg/take-0x11043100.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11043100.svg rename to examples/dsp_files/fft2d-svg/take-0x11043100.svg diff --git a/dsp_files/fft2d-svg/take-0x1106d8e0.svg b/examples/dsp_files/fft2d-svg/take-0x1106d8e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1106d8e0.svg rename to examples/dsp_files/fft2d-svg/take-0x1106d8e0.svg diff --git a/dsp_files/fft2d-svg/take-0x11098080.svg b/examples/dsp_files/fft2d-svg/take-0x11098080.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11098080.svg rename to examples/dsp_files/fft2d-svg/take-0x11098080.svg diff --git a/dsp_files/fft2d-svg/take-0x110c2790.svg b/examples/dsp_files/fft2d-svg/take-0x110c2790.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x110c2790.svg rename to examples/dsp_files/fft2d-svg/take-0x110c2790.svg diff --git a/dsp_files/fft2d-svg/take-0x110ecf40.svg b/examples/dsp_files/fft2d-svg/take-0x110ecf40.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x110ecf40.svg rename to examples/dsp_files/fft2d-svg/take-0x110ecf40.svg diff --git a/dsp_files/fft2d-svg/take-0x11117760.svg b/examples/dsp_files/fft2d-svg/take-0x11117760.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11117760.svg rename to examples/dsp_files/fft2d-svg/take-0x11117760.svg diff --git a/dsp_files/fft2d-svg/take-0x11141e50.svg b/examples/dsp_files/fft2d-svg/take-0x11141e50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11141e50.svg rename to examples/dsp_files/fft2d-svg/take-0x11141e50.svg diff --git a/dsp_files/fft2d-svg/take-0x1116c560.svg b/examples/dsp_files/fft2d-svg/take-0x1116c560.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1116c560.svg rename to examples/dsp_files/fft2d-svg/take-0x1116c560.svg diff --git a/dsp_files/fft2d-svg/take-0x11196d60.svg b/examples/dsp_files/fft2d-svg/take-0x11196d60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11196d60.svg rename to examples/dsp_files/fft2d-svg/take-0x11196d60.svg diff --git a/dsp_files/fft2d-svg/take-0x111c14c0.svg b/examples/dsp_files/fft2d-svg/take-0x111c14c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x111c14c0.svg rename to examples/dsp_files/fft2d-svg/take-0x111c14c0.svg diff --git a/dsp_files/fft2d-svg/take-0x111ebbc0.svg b/examples/dsp_files/fft2d-svg/take-0x111ebbc0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x111ebbc0.svg rename to examples/dsp_files/fft2d-svg/take-0x111ebbc0.svg diff --git a/dsp_files/fft2d-svg/take-0x112163f0.svg b/examples/dsp_files/fft2d-svg/take-0x112163f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x112163f0.svg rename to examples/dsp_files/fft2d-svg/take-0x112163f0.svg diff --git a/dsp_files/fft2d-svg/take-0x11240bd0.svg b/examples/dsp_files/fft2d-svg/take-0x11240bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11240bd0.svg rename to examples/dsp_files/fft2d-svg/take-0x11240bd0.svg diff --git a/dsp_files/fft2d-svg/take-0x1126b2c0.svg b/examples/dsp_files/fft2d-svg/take-0x1126b2c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1126b2c0.svg rename to examples/dsp_files/fft2d-svg/take-0x1126b2c0.svg diff --git a/dsp_files/fft2d-svg/take-0x11295a50.svg b/examples/dsp_files/fft2d-svg/take-0x11295a50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11295a50.svg rename to examples/dsp_files/fft2d-svg/take-0x11295a50.svg diff --git a/dsp_files/fft2d-svg/take-0x112c0230.svg b/examples/dsp_files/fft2d-svg/take-0x112c0230.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x112c0230.svg rename to examples/dsp_files/fft2d-svg/take-0x112c0230.svg diff --git a/dsp_files/fft2d-svg/take-0x112ea940.svg b/examples/dsp_files/fft2d-svg/take-0x112ea940.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x112ea940.svg rename to examples/dsp_files/fft2d-svg/take-0x112ea940.svg diff --git a/dsp_files/fft2d-svg/take-0x11315070.svg b/examples/dsp_files/fft2d-svg/take-0x11315070.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11315070.svg rename to examples/dsp_files/fft2d-svg/take-0x11315070.svg diff --git a/dsp_files/fft2d-svg/take-0x1133f850.svg b/examples/dsp_files/fft2d-svg/take-0x1133f850.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1133f850.svg rename to examples/dsp_files/fft2d-svg/take-0x1133f850.svg diff --git a/dsp_files/fft2d-svg/take-0x11369f60.svg b/examples/dsp_files/fft2d-svg/take-0x11369f60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11369f60.svg rename to examples/dsp_files/fft2d-svg/take-0x11369f60.svg diff --git a/dsp_files/fft2d-svg/take-0x11394670.svg b/examples/dsp_files/fft2d-svg/take-0x11394670.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11394670.svg rename to examples/dsp_files/fft2d-svg/take-0x11394670.svg diff --git a/dsp_files/fft2d-svg/take-0x113bee50.svg b/examples/dsp_files/fft2d-svg/take-0x113bee50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x113bee50.svg rename to examples/dsp_files/fft2d-svg/take-0x113bee50.svg diff --git a/dsp_files/fft2d-svg/take-0x113e95d0.svg b/examples/dsp_files/fft2d-svg/take-0x113e95d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x113e95d0.svg rename to examples/dsp_files/fft2d-svg/take-0x113e95d0.svg diff --git a/dsp_files/fft2d-svg/take-0x11413cd0.svg b/examples/dsp_files/fft2d-svg/take-0x11413cd0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11413cd0.svg rename to examples/dsp_files/fft2d-svg/take-0x11413cd0.svg diff --git a/dsp_files/fft2d-svg/take-0x1143e4d0.svg b/examples/dsp_files/fft2d-svg/take-0x1143e4d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1143e4d0.svg rename to examples/dsp_files/fft2d-svg/take-0x1143e4d0.svg diff --git a/dsp_files/fft2d-svg/take-0x11468cd0.svg b/examples/dsp_files/fft2d-svg/take-0x11468cd0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x11468cd0.svg rename to examples/dsp_files/fft2d-svg/take-0x11468cd0.svg diff --git a/dsp_files/fft2d-svg/take-0x114933c0.svg b/examples/dsp_files/fft2d-svg/take-0x114933c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x114933c0.svg rename to examples/dsp_files/fft2d-svg/take-0x114933c0.svg diff --git a/dsp_files/fft2d-svg/take-0x114bdb50.svg b/examples/dsp_files/fft2d-svg/take-0x114bdb50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x114bdb50.svg rename to examples/dsp_files/fft2d-svg/take-0x114bdb50.svg diff --git a/dsp_files/fft2d-svg/take-0x114e8290.svg b/examples/dsp_files/fft2d-svg/take-0x114e8290.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x114e8290.svg rename to examples/dsp_files/fft2d-svg/take-0x114e8290.svg diff --git a/dsp_files/fft2d-svg/take-0x171ec90.svg b/examples/dsp_files/fft2d-svg/take-0x171ec90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x171ec90.svg rename to examples/dsp_files/fft2d-svg/take-0x171ec90.svg diff --git a/dsp_files/fft2d-svg/take-0x1ae9b90.svg b/examples/dsp_files/fft2d-svg/take-0x1ae9b90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1ae9b90.svg rename to examples/dsp_files/fft2d-svg/take-0x1ae9b90.svg diff --git a/dsp_files/fft2d-svg/take-0x1defea0.svg b/examples/dsp_files/fft2d-svg/take-0x1defea0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1defea0.svg rename to examples/dsp_files/fft2d-svg/take-0x1defea0.svg diff --git a/dsp_files/fft2d-svg/take-0x1e1a600.svg b/examples/dsp_files/fft2d-svg/take-0x1e1a600.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1e1a600.svg rename to examples/dsp_files/fft2d-svg/take-0x1e1a600.svg diff --git a/dsp_files/fft2d-svg/take-0x1e44cf0.svg b/examples/dsp_files/fft2d-svg/take-0x1e44cf0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1e44cf0.svg rename to examples/dsp_files/fft2d-svg/take-0x1e44cf0.svg diff --git a/dsp_files/fft2d-svg/take-0x1e6f400.svg b/examples/dsp_files/fft2d-svg/take-0x1e6f400.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1e6f400.svg rename to examples/dsp_files/fft2d-svg/take-0x1e6f400.svg diff --git a/dsp_files/fft2d-svg/take-0x1e99be0.svg b/examples/dsp_files/fft2d-svg/take-0x1e99be0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1e99be0.svg rename to examples/dsp_files/fft2d-svg/take-0x1e99be0.svg diff --git a/dsp_files/fft2d-svg/take-0x1ec4340.svg b/examples/dsp_files/fft2d-svg/take-0x1ec4340.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1ec4340.svg rename to examples/dsp_files/fft2d-svg/take-0x1ec4340.svg diff --git a/dsp_files/fft2d-svg/take-0x1eeea40.svg b/examples/dsp_files/fft2d-svg/take-0x1eeea40.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1eeea40.svg rename to examples/dsp_files/fft2d-svg/take-0x1eeea40.svg diff --git a/dsp_files/fft2d-svg/take-0x1f19260.svg b/examples/dsp_files/fft2d-svg/take-0x1f19260.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1f19260.svg rename to examples/dsp_files/fft2d-svg/take-0x1f19260.svg diff --git a/dsp_files/fft2d-svg/take-0x1f43a40.svg b/examples/dsp_files/fft2d-svg/take-0x1f43a40.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1f43a40.svg rename to examples/dsp_files/fft2d-svg/take-0x1f43a40.svg diff --git a/dsp_files/fft2d-svg/take-0x1f6e130.svg b/examples/dsp_files/fft2d-svg/take-0x1f6e130.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1f6e130.svg rename to examples/dsp_files/fft2d-svg/take-0x1f6e130.svg diff --git a/dsp_files/fft2d-svg/take-0x1f988e0.svg b/examples/dsp_files/fft2d-svg/take-0x1f988e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1f988e0.svg rename to examples/dsp_files/fft2d-svg/take-0x1f988e0.svg diff --git a/dsp_files/fft2d-svg/take-0x1fc30c0.svg b/examples/dsp_files/fft2d-svg/take-0x1fc30c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1fc30c0.svg rename to examples/dsp_files/fft2d-svg/take-0x1fc30c0.svg diff --git a/dsp_files/fft2d-svg/take-0x1fed7b0.svg b/examples/dsp_files/fft2d-svg/take-0x1fed7b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x1fed7b0.svg rename to examples/dsp_files/fft2d-svg/take-0x1fed7b0.svg diff --git a/dsp_files/fft2d-svg/take-0x2017f00.svg b/examples/dsp_files/fft2d-svg/take-0x2017f00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2017f00.svg rename to examples/dsp_files/fft2d-svg/take-0x2017f00.svg diff --git a/dsp_files/fft2d-svg/take-0x20426e0.svg b/examples/dsp_files/fft2d-svg/take-0x20426e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x20426e0.svg rename to examples/dsp_files/fft2d-svg/take-0x20426e0.svg diff --git a/dsp_files/fft2d-svg/take-0x2061750.svg b/examples/dsp_files/fft2d-svg/take-0x2061750.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2061750.svg rename to examples/dsp_files/fft2d-svg/take-0x2061750.svg diff --git a/dsp_files/fft2d-svg/take-0x206ce10.svg b/examples/dsp_files/fft2d-svg/take-0x206ce10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x206ce10.svg rename to examples/dsp_files/fft2d-svg/take-0x206ce10.svg diff --git a/dsp_files/fft2d-svg/take-0x206d330.svg b/examples/dsp_files/fft2d-svg/take-0x206d330.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x206d330.svg rename to examples/dsp_files/fft2d-svg/take-0x206d330.svg diff --git a/dsp_files/fft2d-svg/take-0x2078f20.svg b/examples/dsp_files/fft2d-svg/take-0x2078f20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2078f20.svg rename to examples/dsp_files/fft2d-svg/take-0x2078f20.svg diff --git a/dsp_files/fft2d-svg/take-0x2084a60.svg b/examples/dsp_files/fft2d-svg/take-0x2084a60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2084a60.svg rename to examples/dsp_files/fft2d-svg/take-0x2084a60.svg diff --git a/dsp_files/fft2d-svg/take-0x2097510.svg b/examples/dsp_files/fft2d-svg/take-0x2097510.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2097510.svg rename to examples/dsp_files/fft2d-svg/take-0x2097510.svg diff --git a/dsp_files/fft2d-svg/take-0x20c1d30.svg b/examples/dsp_files/fft2d-svg/take-0x20c1d30.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x20c1d30.svg rename to examples/dsp_files/fft2d-svg/take-0x20c1d30.svg diff --git a/dsp_files/fft2d-svg/take-0x20ec4d0.svg b/examples/dsp_files/fft2d-svg/take-0x20ec4d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x20ec4d0.svg rename to examples/dsp_files/fft2d-svg/take-0x20ec4d0.svg diff --git a/dsp_files/fft2d-svg/take-0x2116bc0.svg b/examples/dsp_files/fft2d-svg/take-0x2116bc0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2116bc0.svg rename to examples/dsp_files/fft2d-svg/take-0x2116bc0.svg diff --git a/dsp_files/fft2d-svg/take-0x211e300.svg b/examples/dsp_files/fft2d-svg/take-0x211e300.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x211e300.svg rename to examples/dsp_files/fft2d-svg/take-0x211e300.svg diff --git a/dsp_files/fft2d-svg/take-0x21297f0.svg b/examples/dsp_files/fft2d-svg/take-0x21297f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21297f0.svg rename to examples/dsp_files/fft2d-svg/take-0x21297f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2134e70.svg b/examples/dsp_files/fft2d-svg/take-0x2134e70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2134e70.svg rename to examples/dsp_files/fft2d-svg/take-0x2134e70.svg diff --git a/dsp_files/fft2d-svg/take-0x2140440.svg b/examples/dsp_files/fft2d-svg/take-0x2140440.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2140440.svg rename to examples/dsp_files/fft2d-svg/take-0x2140440.svg diff --git a/dsp_files/fft2d-svg/take-0x21413b0.svg b/examples/dsp_files/fft2d-svg/take-0x21413b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21413b0.svg rename to examples/dsp_files/fft2d-svg/take-0x21413b0.svg diff --git a/dsp_files/fft2d-svg/take-0x214b9e0.svg b/examples/dsp_files/fft2d-svg/take-0x214b9e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x214b9e0.svg rename to examples/dsp_files/fft2d-svg/take-0x214b9e0.svg diff --git a/dsp_files/fft2d-svg/take-0x2156fc0.svg b/examples/dsp_files/fft2d-svg/take-0x2156fc0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2156fc0.svg rename to examples/dsp_files/fft2d-svg/take-0x2156fc0.svg diff --git a/dsp_files/fft2d-svg/take-0x2162330.svg b/examples/dsp_files/fft2d-svg/take-0x2162330.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2162330.svg rename to examples/dsp_files/fft2d-svg/take-0x2162330.svg diff --git a/dsp_files/fft2d-svg/take-0x2164e60.svg b/examples/dsp_files/fft2d-svg/take-0x2164e60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2164e60.svg rename to examples/dsp_files/fft2d-svg/take-0x2164e60.svg diff --git a/dsp_files/fft2d-svg/take-0x216bbb0.svg b/examples/dsp_files/fft2d-svg/take-0x216bbb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x216bbb0.svg rename to examples/dsp_files/fft2d-svg/take-0x216bbb0.svg diff --git a/dsp_files/fft2d-svg/take-0x216d710.svg b/examples/dsp_files/fft2d-svg/take-0x216d710.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x216d710.svg rename to examples/dsp_files/fft2d-svg/take-0x216d710.svg diff --git a/dsp_files/fft2d-svg/take-0x21962a0.svg b/examples/dsp_files/fft2d-svg/take-0x21962a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21962a0.svg rename to examples/dsp_files/fft2d-svg/take-0x21962a0.svg diff --git a/dsp_files/fft2d-svg/take-0x21be640.svg b/examples/dsp_files/fft2d-svg/take-0x21be640.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21be640.svg rename to examples/dsp_files/fft2d-svg/take-0x21be640.svg diff --git a/dsp_files/fft2d-svg/take-0x21c0a30.svg b/examples/dsp_files/fft2d-svg/take-0x21c0a30.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21c0a30.svg rename to examples/dsp_files/fft2d-svg/take-0x21c0a30.svg diff --git a/dsp_files/fft2d-svg/take-0x21e8c90.svg b/examples/dsp_files/fft2d-svg/take-0x21e8c90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21e8c90.svg rename to examples/dsp_files/fft2d-svg/take-0x21e8c90.svg diff --git a/dsp_files/fft2d-svg/take-0x21eb260.svg b/examples/dsp_files/fft2d-svg/take-0x21eb260.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x21eb260.svg rename to examples/dsp_files/fft2d-svg/take-0x21eb260.svg diff --git a/dsp_files/fft2d-svg/take-0x22133a0.svg b/examples/dsp_files/fft2d-svg/take-0x22133a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22133a0.svg rename to examples/dsp_files/fft2d-svg/take-0x22133a0.svg diff --git a/dsp_files/fft2d-svg/take-0x2215990.svg b/examples/dsp_files/fft2d-svg/take-0x2215990.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2215990.svg rename to examples/dsp_files/fft2d-svg/take-0x2215990.svg diff --git a/dsp_files/fft2d-svg/take-0x223db80.svg b/examples/dsp_files/fft2d-svg/take-0x223db80.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x223db80.svg rename to examples/dsp_files/fft2d-svg/take-0x223db80.svg diff --git a/dsp_files/fft2d-svg/take-0x2240080.svg b/examples/dsp_files/fft2d-svg/take-0x2240080.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2240080.svg rename to examples/dsp_files/fft2d-svg/take-0x2240080.svg diff --git a/dsp_files/fft2d-svg/take-0x22682e0.svg b/examples/dsp_files/fft2d-svg/take-0x22682e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22682e0.svg rename to examples/dsp_files/fft2d-svg/take-0x22682e0.svg diff --git a/dsp_files/fft2d-svg/take-0x226a8a0.svg b/examples/dsp_files/fft2d-svg/take-0x226a8a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x226a8a0.svg rename to examples/dsp_files/fft2d-svg/take-0x226a8a0.svg diff --git a/dsp_files/fft2d-svg/take-0x22929e0.svg b/examples/dsp_files/fft2d-svg/take-0x22929e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22929e0.svg rename to examples/dsp_files/fft2d-svg/take-0x22929e0.svg diff --git a/dsp_files/fft2d-svg/take-0x2295020.svg b/examples/dsp_files/fft2d-svg/take-0x2295020.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2295020.svg rename to examples/dsp_files/fft2d-svg/take-0x2295020.svg diff --git a/dsp_files/fft2d-svg/take-0x2296b70.svg b/examples/dsp_files/fft2d-svg/take-0x2296b70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2296b70.svg rename to examples/dsp_files/fft2d-svg/take-0x2296b70.svg diff --git a/dsp_files/fft2d-svg/take-0x229d480.svg b/examples/dsp_files/fft2d-svg/take-0x229d480.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x229d480.svg rename to examples/dsp_files/fft2d-svg/take-0x229d480.svg diff --git a/dsp_files/fft2d-svg/take-0x22a3e30.svg b/examples/dsp_files/fft2d-svg/take-0x22a3e30.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22a3e30.svg rename to examples/dsp_files/fft2d-svg/take-0x22a3e30.svg diff --git a/dsp_files/fft2d-svg/take-0x22aa770.svg b/examples/dsp_files/fft2d-svg/take-0x22aa770.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22aa770.svg rename to examples/dsp_files/fft2d-svg/take-0x22aa770.svg diff --git a/dsp_files/fft2d-svg/take-0x22b0ed0.svg b/examples/dsp_files/fft2d-svg/take-0x22b0ed0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22b0ed0.svg rename to examples/dsp_files/fft2d-svg/take-0x22b0ed0.svg diff --git a/dsp_files/fft2d-svg/take-0x22b7660.svg b/examples/dsp_files/fft2d-svg/take-0x22b7660.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22b7660.svg rename to examples/dsp_files/fft2d-svg/take-0x22b7660.svg diff --git a/dsp_files/fft2d-svg/take-0x22bd200.svg b/examples/dsp_files/fft2d-svg/take-0x22bd200.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22bd200.svg rename to examples/dsp_files/fft2d-svg/take-0x22bd200.svg diff --git a/dsp_files/fft2d-svg/take-0x22bde30.svg b/examples/dsp_files/fft2d-svg/take-0x22bde30.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22bde30.svg rename to examples/dsp_files/fft2d-svg/take-0x22bde30.svg diff --git a/dsp_files/fft2d-svg/take-0x22bf730.svg b/examples/dsp_files/fft2d-svg/take-0x22bf730.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22bf730.svg rename to examples/dsp_files/fft2d-svg/take-0x22bf730.svg diff --git a/dsp_files/fft2d-svg/take-0x22c4600.svg b/examples/dsp_files/fft2d-svg/take-0x22c4600.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22c4600.svg rename to examples/dsp_files/fft2d-svg/take-0x22c4600.svg diff --git a/dsp_files/fft2d-svg/take-0x22e79e0.svg b/examples/dsp_files/fft2d-svg/take-0x22e79e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22e79e0.svg rename to examples/dsp_files/fft2d-svg/take-0x22e79e0.svg diff --git a/dsp_files/fft2d-svg/take-0x22e9ef0.svg b/examples/dsp_files/fft2d-svg/take-0x22e9ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x22e9ef0.svg rename to examples/dsp_files/fft2d-svg/take-0x22e9ef0.svg diff --git a/dsp_files/fft2d-svg/take-0x23120d0.svg b/examples/dsp_files/fft2d-svg/take-0x23120d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x23120d0.svg rename to examples/dsp_files/fft2d-svg/take-0x23120d0.svg diff --git a/dsp_files/fft2d-svg/take-0x233c880.svg b/examples/dsp_files/fft2d-svg/take-0x233c880.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x233c880.svg rename to examples/dsp_files/fft2d-svg/take-0x233c880.svg diff --git a/dsp_files/fft2d-svg/take-0x2352300.svg b/examples/dsp_files/fft2d-svg/take-0x2352300.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2352300.svg rename to examples/dsp_files/fft2d-svg/take-0x2352300.svg diff --git a/dsp_files/fft2d-svg/take-0x235d7f0.svg b/examples/dsp_files/fft2d-svg/take-0x235d7f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x235d7f0.svg rename to examples/dsp_files/fft2d-svg/take-0x235d7f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2367060.svg b/examples/dsp_files/fft2d-svg/take-0x2367060.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2367060.svg rename to examples/dsp_files/fft2d-svg/take-0x2367060.svg diff --git a/dsp_files/fft2d-svg/take-0x2368e70.svg b/examples/dsp_files/fft2d-svg/take-0x2368e70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2368e70.svg rename to examples/dsp_files/fft2d-svg/take-0x2368e70.svg diff --git a/dsp_files/fft2d-svg/take-0x2374440.svg b/examples/dsp_files/fft2d-svg/take-0x2374440.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2374440.svg rename to examples/dsp_files/fft2d-svg/take-0x2374440.svg diff --git a/dsp_files/fft2d-svg/take-0x237f9e0.svg b/examples/dsp_files/fft2d-svg/take-0x237f9e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x237f9e0.svg rename to examples/dsp_files/fft2d-svg/take-0x237f9e0.svg diff --git a/dsp_files/fft2d-svg/take-0x238afc0.svg b/examples/dsp_files/fft2d-svg/take-0x238afc0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x238afc0.svg rename to examples/dsp_files/fft2d-svg/take-0x238afc0.svg diff --git a/dsp_files/fft2d-svg/take-0x2391750.svg b/examples/dsp_files/fft2d-svg/take-0x2391750.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2391750.svg rename to examples/dsp_files/fft2d-svg/take-0x2391750.svg diff --git a/dsp_files/fft2d-svg/take-0x2396330.svg b/examples/dsp_files/fft2d-svg/take-0x2396330.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2396330.svg rename to examples/dsp_files/fft2d-svg/take-0x2396330.svg diff --git a/dsp_files/fft2d-svg/take-0x23a1710.svg b/examples/dsp_files/fft2d-svg/take-0x23a1710.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x23a1710.svg rename to examples/dsp_files/fft2d-svg/take-0x23a1710.svg diff --git a/dsp_files/fft2d-svg/take-0x23bbea0.svg b/examples/dsp_files/fft2d-svg/take-0x23bbea0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x23bbea0.svg rename to examples/dsp_files/fft2d-svg/take-0x23bbea0.svg diff --git a/dsp_files/fft2d-svg/take-0x23e6680.svg b/examples/dsp_files/fft2d-svg/take-0x23e6680.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x23e6680.svg rename to examples/dsp_files/fft2d-svg/take-0x23e6680.svg diff --git a/dsp_files/fft2d-svg/take-0x23ff200.svg b/examples/dsp_files/fft2d-svg/take-0x23ff200.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x23ff200.svg rename to examples/dsp_files/fft2d-svg/take-0x23ff200.svg diff --git a/dsp_files/fft2d-svg/take-0x2405aa0.svg b/examples/dsp_files/fft2d-svg/take-0x2405aa0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2405aa0.svg rename to examples/dsp_files/fft2d-svg/take-0x2405aa0.svg diff --git a/dsp_files/fft2d-svg/take-0x240c340.svg b/examples/dsp_files/fft2d-svg/take-0x240c340.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x240c340.svg rename to examples/dsp_files/fft2d-svg/take-0x240c340.svg diff --git a/dsp_files/fft2d-svg/take-0x2410d70.svg b/examples/dsp_files/fft2d-svg/take-0x2410d70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2410d70.svg rename to examples/dsp_files/fft2d-svg/take-0x2410d70.svg diff --git a/dsp_files/fft2d-svg/take-0x2412ad0.svg b/examples/dsp_files/fft2d-svg/take-0x2412ad0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2412ad0.svg rename to examples/dsp_files/fft2d-svg/take-0x2412ad0.svg diff --git a/dsp_files/fft2d-svg/take-0x243b480.svg b/examples/dsp_files/fft2d-svg/take-0x243b480.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x243b480.svg rename to examples/dsp_files/fft2d-svg/take-0x243b480.svg diff --git a/dsp_files/fft2d-svg/take-0x2465c60.svg b/examples/dsp_files/fft2d-svg/take-0x2465c60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2465c60.svg rename to examples/dsp_files/fft2d-svg/take-0x2465c60.svg diff --git a/dsp_files/fft2d-svg/take-0x24903c0.svg b/examples/dsp_files/fft2d-svg/take-0x24903c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x24903c0.svg rename to examples/dsp_files/fft2d-svg/take-0x24903c0.svg diff --git a/dsp_files/fft2d-svg/take-0x24baac0.svg b/examples/dsp_files/fft2d-svg/take-0x24baac0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x24baac0.svg rename to examples/dsp_files/fft2d-svg/take-0x24baac0.svg diff --git a/dsp_files/fft2d-svg/take-0x24e52e0.svg b/examples/dsp_files/fft2d-svg/take-0x24e52e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x24e52e0.svg rename to examples/dsp_files/fft2d-svg/take-0x24e52e0.svg diff --git a/dsp_files/fft2d-svg/take-0x250fac0.svg b/examples/dsp_files/fft2d-svg/take-0x250fac0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x250fac0.svg rename to examples/dsp_files/fft2d-svg/take-0x250fac0.svg diff --git a/dsp_files/fft2d-svg/take-0x253a1b0.svg b/examples/dsp_files/fft2d-svg/take-0x253a1b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x253a1b0.svg rename to examples/dsp_files/fft2d-svg/take-0x253a1b0.svg diff --git a/dsp_files/fft2d-svg/take-0x2546800.svg b/examples/dsp_files/fft2d-svg/take-0x2546800.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2546800.svg rename to examples/dsp_files/fft2d-svg/take-0x2546800.svg diff --git a/dsp_files/fft2d-svg/take-0x2564940.svg b/examples/dsp_files/fft2d-svg/take-0x2564940.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2564940.svg rename to examples/dsp_files/fft2d-svg/take-0x2564940.svg diff --git a/dsp_files/fft2d-svg/take-0x25705f0.svg b/examples/dsp_files/fft2d-svg/take-0x25705f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x25705f0.svg rename to examples/dsp_files/fft2d-svg/take-0x25705f0.svg diff --git a/dsp_files/fft2d-svg/take-0x25770f0.svg b/examples/dsp_files/fft2d-svg/take-0x25770f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x25770f0.svg rename to examples/dsp_files/fft2d-svg/take-0x25770f0.svg diff --git a/dsp_files/fft2d-svg/take-0x257dd00.svg b/examples/dsp_files/fft2d-svg/take-0x257dd00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x257dd00.svg rename to examples/dsp_files/fft2d-svg/take-0x257dd00.svg diff --git a/dsp_files/fft2d-svg/take-0x258f140.svg b/examples/dsp_files/fft2d-svg/take-0x258f140.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x258f140.svg rename to examples/dsp_files/fft2d-svg/take-0x258f140.svg diff --git a/dsp_files/fft2d-svg/take-0x25b9830.svg b/examples/dsp_files/fft2d-svg/take-0x25b9830.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x25b9830.svg rename to examples/dsp_files/fft2d-svg/take-0x25b9830.svg diff --git a/dsp_files/fft2d-svg/take-0x25e3f80.svg b/examples/dsp_files/fft2d-svg/take-0x25e3f80.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x25e3f80.svg rename to examples/dsp_files/fft2d-svg/take-0x25e3f80.svg diff --git a/dsp_files/fft2d-svg/take-0x260e780.svg b/examples/dsp_files/fft2d-svg/take-0x260e780.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x260e780.svg rename to examples/dsp_files/fft2d-svg/take-0x260e780.svg diff --git a/dsp_files/fft2d-svg/take-0x2638eb0.svg b/examples/dsp_files/fft2d-svg/take-0x2638eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2638eb0.svg rename to examples/dsp_files/fft2d-svg/take-0x2638eb0.svg diff --git a/dsp_files/fft2d-svg/take-0x26635b0.svg b/examples/dsp_files/fft2d-svg/take-0x26635b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x26635b0.svg rename to examples/dsp_files/fft2d-svg/take-0x26635b0.svg diff --git a/dsp_files/fft2d-svg/take-0x268dde0.svg b/examples/dsp_files/fft2d-svg/take-0x268dde0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x268dde0.svg rename to examples/dsp_files/fft2d-svg/take-0x268dde0.svg diff --git a/dsp_files/fft2d-svg/take-0x26b8580.svg b/examples/dsp_files/fft2d-svg/take-0x26b8580.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x26b8580.svg rename to examples/dsp_files/fft2d-svg/take-0x26b8580.svg diff --git a/dsp_files/fft2d-svg/take-0x2713d60.svg b/examples/dsp_files/fft2d-svg/take-0x2713d60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2713d60.svg rename to examples/dsp_files/fft2d-svg/take-0x2713d60.svg diff --git a/dsp_files/fft2d-svg/take-0x2812cb0.svg b/examples/dsp_files/fft2d-svg/take-0x2812cb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2812cb0.svg rename to examples/dsp_files/fft2d-svg/take-0x2812cb0.svg diff --git a/dsp_files/fft2d-svg/take-0x28232b0.svg b/examples/dsp_files/fft2d-svg/take-0x28232b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x28232b0.svg rename to examples/dsp_files/fft2d-svg/take-0x28232b0.svg diff --git a/dsp_files/fft2d-svg/take-0x284d9f0.svg b/examples/dsp_files/fft2d-svg/take-0x284d9f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x284d9f0.svg rename to examples/dsp_files/fft2d-svg/take-0x284d9f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2878130.svg b/examples/dsp_files/fft2d-svg/take-0x2878130.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2878130.svg rename to examples/dsp_files/fft2d-svg/take-0x2878130.svg diff --git a/dsp_files/fft2d-svg/take-0x28a2830.svg b/examples/dsp_files/fft2d-svg/take-0x28a2830.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x28a2830.svg rename to examples/dsp_files/fft2d-svg/take-0x28a2830.svg diff --git a/dsp_files/fft2d-svg/take-0x28cd050.svg b/examples/dsp_files/fft2d-svg/take-0x28cd050.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x28cd050.svg rename to examples/dsp_files/fft2d-svg/take-0x28cd050.svg diff --git a/dsp_files/fft2d-svg/take-0x28f77f0.svg b/examples/dsp_files/fft2d-svg/take-0x28f77f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x28f77f0.svg rename to examples/dsp_files/fft2d-svg/take-0x28f77f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2921ee0.svg b/examples/dsp_files/fft2d-svg/take-0x2921ee0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2921ee0.svg rename to examples/dsp_files/fft2d-svg/take-0x2921ee0.svg diff --git a/dsp_files/fft2d-svg/take-0x294c6b0.svg b/examples/dsp_files/fft2d-svg/take-0x294c6b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x294c6b0.svg rename to examples/dsp_files/fft2d-svg/take-0x294c6b0.svg diff --git a/dsp_files/fft2d-svg/take-0x2976eb0.svg b/examples/dsp_files/fft2d-svg/take-0x2976eb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2976eb0.svg rename to examples/dsp_files/fft2d-svg/take-0x2976eb0.svg diff --git a/dsp_files/fft2d-svg/take-0x29a15a0.svg b/examples/dsp_files/fft2d-svg/take-0x29a15a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x29a15a0.svg rename to examples/dsp_files/fft2d-svg/take-0x29a15a0.svg diff --git a/dsp_files/fft2d-svg/take-0x29cbd10.svg b/examples/dsp_files/fft2d-svg/take-0x29cbd10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x29cbd10.svg rename to examples/dsp_files/fft2d-svg/take-0x29cbd10.svg diff --git a/dsp_files/fft2d-svg/take-0x29f6540.svg b/examples/dsp_files/fft2d-svg/take-0x29f6540.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x29f6540.svg rename to examples/dsp_files/fft2d-svg/take-0x29f6540.svg diff --git a/dsp_files/fft2d-svg/take-0x2a20c80.svg b/examples/dsp_files/fft2d-svg/take-0x2a20c80.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2a20c80.svg rename to examples/dsp_files/fft2d-svg/take-0x2a20c80.svg diff --git a/dsp_files/fft2d-svg/take-0x2a4b370.svg b/examples/dsp_files/fft2d-svg/take-0x2a4b370.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2a4b370.svg rename to examples/dsp_files/fft2d-svg/take-0x2a4b370.svg diff --git a/dsp_files/fft2d-svg/take-0x2a75b90.svg b/examples/dsp_files/fft2d-svg/take-0x2a75b90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2a75b90.svg rename to examples/dsp_files/fft2d-svg/take-0x2a75b90.svg diff --git a/dsp_files/fft2d-svg/take-0x2aa0350.svg b/examples/dsp_files/fft2d-svg/take-0x2aa0350.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2aa0350.svg rename to examples/dsp_files/fft2d-svg/take-0x2aa0350.svg diff --git a/dsp_files/fft2d-svg/take-0x2acaa60.svg b/examples/dsp_files/fft2d-svg/take-0x2acaa60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2acaa60.svg rename to examples/dsp_files/fft2d-svg/take-0x2acaa60.svg diff --git a/dsp_files/fft2d-svg/take-0x2af51f0.svg b/examples/dsp_files/fft2d-svg/take-0x2af51f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2af51f0.svg rename to examples/dsp_files/fft2d-svg/take-0x2af51f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2b1fa10.svg b/examples/dsp_files/fft2d-svg/take-0x2b1fa10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2b1fa10.svg rename to examples/dsp_files/fft2d-svg/take-0x2b1fa10.svg diff --git a/dsp_files/fft2d-svg/take-0x2b4a120.svg b/examples/dsp_files/fft2d-svg/take-0x2b4a120.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2b4a120.svg rename to examples/dsp_files/fft2d-svg/take-0x2b4a120.svg diff --git a/dsp_files/fft2d-svg/take-0x2b74830.svg b/examples/dsp_files/fft2d-svg/take-0x2b74830.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2b74830.svg rename to examples/dsp_files/fft2d-svg/take-0x2b74830.svg diff --git a/dsp_files/fft2d-svg/take-0x2b9f010.svg b/examples/dsp_files/fft2d-svg/take-0x2b9f010.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2b9f010.svg rename to examples/dsp_files/fft2d-svg/take-0x2b9f010.svg diff --git a/dsp_files/fft2d-svg/take-0x2bc9790.svg b/examples/dsp_files/fft2d-svg/take-0x2bc9790.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2bc9790.svg rename to examples/dsp_files/fft2d-svg/take-0x2bc9790.svg diff --git a/dsp_files/fft2d-svg/take-0x2be88b0.svg b/examples/dsp_files/fft2d-svg/take-0x2be88b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2be88b0.svg rename to examples/dsp_files/fft2d-svg/take-0x2be88b0.svg diff --git a/dsp_files/fft2d-svg/take-0x2bf3e90.svg b/examples/dsp_files/fft2d-svg/take-0x2bf3e90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2bf3e90.svg rename to examples/dsp_files/fft2d-svg/take-0x2bf3e90.svg diff --git a/dsp_files/fft2d-svg/take-0x2c13260.svg b/examples/dsp_files/fft2d-svg/take-0x2c13260.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c13260.svg rename to examples/dsp_files/fft2d-svg/take-0x2c13260.svg diff --git a/dsp_files/fft2d-svg/take-0x2c1e690.svg b/examples/dsp_files/fft2d-svg/take-0x2c1e690.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c1e690.svg rename to examples/dsp_files/fft2d-svg/take-0x2c1e690.svg diff --git a/dsp_files/fft2d-svg/take-0x2c3dc20.svg b/examples/dsp_files/fft2d-svg/take-0x2c3dc20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c3dc20.svg rename to examples/dsp_files/fft2d-svg/take-0x2c3dc20.svg diff --git a/dsp_files/fft2d-svg/take-0x2c48e90.svg b/examples/dsp_files/fft2d-svg/take-0x2c48e90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c48e90.svg rename to examples/dsp_files/fft2d-svg/take-0x2c48e90.svg diff --git a/dsp_files/fft2d-svg/take-0x2c68550.svg b/examples/dsp_files/fft2d-svg/take-0x2c68550.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c68550.svg rename to examples/dsp_files/fft2d-svg/take-0x2c68550.svg diff --git a/dsp_files/fft2d-svg/take-0x2c70f20.svg b/examples/dsp_files/fft2d-svg/take-0x2c70f20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c70f20.svg rename to examples/dsp_files/fft2d-svg/take-0x2c70f20.svg diff --git a/dsp_files/fft2d-svg/take-0x2c73580.svg b/examples/dsp_files/fft2d-svg/take-0x2c73580.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c73580.svg rename to examples/dsp_files/fft2d-svg/take-0x2c73580.svg diff --git a/dsp_files/fft2d-svg/take-0x2c7cb00.svg b/examples/dsp_files/fft2d-svg/take-0x2c7cb00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c7cb00.svg rename to examples/dsp_files/fft2d-svg/take-0x2c7cb00.svg diff --git a/dsp_files/fft2d-svg/take-0x2c886f0.svg b/examples/dsp_files/fft2d-svg/take-0x2c886f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c886f0.svg rename to examples/dsp_files/fft2d-svg/take-0x2c886f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2c92f70.svg b/examples/dsp_files/fft2d-svg/take-0x2c92f70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c92f70.svg rename to examples/dsp_files/fft2d-svg/take-0x2c92f70.svg diff --git a/dsp_files/fft2d-svg/take-0x2c94290.svg b/examples/dsp_files/fft2d-svg/take-0x2c94290.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c94290.svg rename to examples/dsp_files/fft2d-svg/take-0x2c94290.svg diff --git a/dsp_files/fft2d-svg/take-0x2c9dcf0.svg b/examples/dsp_files/fft2d-svg/take-0x2c9dcf0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2c9dcf0.svg rename to examples/dsp_files/fft2d-svg/take-0x2c9dcf0.svg diff --git a/dsp_files/fft2d-svg/take-0x2cbd970.svg b/examples/dsp_files/fft2d-svg/take-0x2cbd970.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2cbd970.svg rename to examples/dsp_files/fft2d-svg/take-0x2cbd970.svg diff --git a/dsp_files/fft2d-svg/take-0x2cc8520.svg b/examples/dsp_files/fft2d-svg/take-0x2cc8520.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2cc8520.svg rename to examples/dsp_files/fft2d-svg/take-0x2cc8520.svg diff --git a/dsp_files/fft2d-svg/take-0x2ce8280.svg b/examples/dsp_files/fft2d-svg/take-0x2ce8280.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ce8280.svg rename to examples/dsp_files/fft2d-svg/take-0x2ce8280.svg diff --git a/dsp_files/fft2d-svg/take-0x2cf2c60.svg b/examples/dsp_files/fft2d-svg/take-0x2cf2c60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2cf2c60.svg rename to examples/dsp_files/fft2d-svg/take-0x2cf2c60.svg diff --git a/dsp_files/fft2d-svg/take-0x2d12c50.svg b/examples/dsp_files/fft2d-svg/take-0x2d12c50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2d12c50.svg rename to examples/dsp_files/fft2d-svg/take-0x2d12c50.svg diff --git a/dsp_files/fft2d-svg/take-0x2d1d350.svg b/examples/dsp_files/fft2d-svg/take-0x2d1d350.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2d1d350.svg rename to examples/dsp_files/fft2d-svg/take-0x2d1d350.svg diff --git a/dsp_files/fft2d-svg/take-0x2d3d690.svg b/examples/dsp_files/fft2d-svg/take-0x2d3d690.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2d3d690.svg rename to examples/dsp_files/fft2d-svg/take-0x2d3d690.svg diff --git a/dsp_files/fft2d-svg/take-0x2d47b70.svg b/examples/dsp_files/fft2d-svg/take-0x2d47b70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2d47b70.svg rename to examples/dsp_files/fft2d-svg/take-0x2d47b70.svg diff --git a/dsp_files/fft2d-svg/take-0x2d67fa0.svg b/examples/dsp_files/fft2d-svg/take-0x2d67fa0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2d67fa0.svg rename to examples/dsp_files/fft2d-svg/take-0x2d67fa0.svg diff --git a/dsp_files/fft2d-svg/take-0x2d928d0.svg b/examples/dsp_files/fft2d-svg/take-0x2d928d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2d928d0.svg rename to examples/dsp_files/fft2d-svg/take-0x2d928d0.svg diff --git a/dsp_files/fft2d-svg/take-0x2dbd2f0.svg b/examples/dsp_files/fft2d-svg/take-0x2dbd2f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2dbd2f0.svg rename to examples/dsp_files/fft2d-svg/take-0x2dbd2f0.svg diff --git a/dsp_files/fft2d-svg/take-0x2de7c50.svg b/examples/dsp_files/fft2d-svg/take-0x2de7c50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2de7c50.svg rename to examples/dsp_files/fft2d-svg/take-0x2de7c50.svg diff --git a/dsp_files/fft2d-svg/take-0x2e12570.svg b/examples/dsp_files/fft2d-svg/take-0x2e12570.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2e12570.svg rename to examples/dsp_files/fft2d-svg/take-0x2e12570.svg diff --git a/dsp_files/fft2d-svg/take-0x2e3cf70.svg b/examples/dsp_files/fft2d-svg/take-0x2e3cf70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2e3cf70.svg rename to examples/dsp_files/fft2d-svg/take-0x2e3cf70.svg diff --git a/dsp_files/fft2d-svg/take-0x2e67910.svg b/examples/dsp_files/fft2d-svg/take-0x2e67910.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2e67910.svg rename to examples/dsp_files/fft2d-svg/take-0x2e67910.svg diff --git a/dsp_files/fft2d-svg/take-0x2e92240.svg b/examples/dsp_files/fft2d-svg/take-0x2e92240.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2e92240.svg rename to examples/dsp_files/fft2d-svg/take-0x2e92240.svg diff --git a/dsp_files/fft2d-svg/take-0x2ea90b0.svg b/examples/dsp_files/fft2d-svg/take-0x2ea90b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ea90b0.svg rename to examples/dsp_files/fft2d-svg/take-0x2ea90b0.svg diff --git a/dsp_files/fft2d-svg/take-0x2eaf9c0.svg b/examples/dsp_files/fft2d-svg/take-0x2eaf9c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2eaf9c0.svg rename to examples/dsp_files/fft2d-svg/take-0x2eaf9c0.svg diff --git a/dsp_files/fft2d-svg/take-0x2eb6370.svg b/examples/dsp_files/fft2d-svg/take-0x2eb6370.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2eb6370.svg rename to examples/dsp_files/fft2d-svg/take-0x2eb6370.svg diff --git a/dsp_files/fft2d-svg/take-0x2ebcc60.svg b/examples/dsp_files/fft2d-svg/take-0x2ebcc60.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ebcc60.svg rename to examples/dsp_files/fft2d-svg/take-0x2ebcc60.svg diff --git a/dsp_files/fft2d-svg/take-0x2ebccb0.svg b/examples/dsp_files/fft2d-svg/take-0x2ebccb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ebccb0.svg rename to examples/dsp_files/fft2d-svg/take-0x2ebccb0.svg diff --git a/dsp_files/fft2d-svg/take-0x2ec3410.svg b/examples/dsp_files/fft2d-svg/take-0x2ec3410.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ec3410.svg rename to examples/dsp_files/fft2d-svg/take-0x2ec3410.svg diff --git a/dsp_files/fft2d-svg/take-0x2ec9be0.svg b/examples/dsp_files/fft2d-svg/take-0x2ec9be0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ec9be0.svg rename to examples/dsp_files/fft2d-svg/take-0x2ec9be0.svg diff --git a/dsp_files/fft2d-svg/take-0x2ed03b0.svg b/examples/dsp_files/fft2d-svg/take-0x2ed03b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ed03b0.svg rename to examples/dsp_files/fft2d-svg/take-0x2ed03b0.svg diff --git a/dsp_files/fft2d-svg/take-0x2ed6b80.svg b/examples/dsp_files/fft2d-svg/take-0x2ed6b80.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ed6b80.svg rename to examples/dsp_files/fft2d-svg/take-0x2ed6b80.svg diff --git a/dsp_files/fft2d-svg/take-0x2ee7640.svg b/examples/dsp_files/fft2d-svg/take-0x2ee7640.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2ee7640.svg rename to examples/dsp_files/fft2d-svg/take-0x2ee7640.svg diff --git a/dsp_files/fft2d-svg/take-0x2f11f50.svg b/examples/dsp_files/fft2d-svg/take-0x2f11f50.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2f11f50.svg rename to examples/dsp_files/fft2d-svg/take-0x2f11f50.svg diff --git a/dsp_files/fft2d-svg/take-0x2f3c940.svg b/examples/dsp_files/fft2d-svg/take-0x2f3c940.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2f3c940.svg rename to examples/dsp_files/fft2d-svg/take-0x2f3c940.svg diff --git a/dsp_files/fft2d-svg/take-0x2f67380.svg b/examples/dsp_files/fft2d-svg/take-0x2f67380.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2f67380.svg rename to examples/dsp_files/fft2d-svg/take-0x2f67380.svg diff --git a/dsp_files/fft2d-svg/take-0x2f8c0e0.svg b/examples/dsp_files/fft2d-svg/take-0x2f8c0e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2f8c0e0.svg rename to examples/dsp_files/fft2d-svg/take-0x2f8c0e0.svg diff --git a/dsp_files/fft2d-svg/take-0x2f91c90.svg b/examples/dsp_files/fft2d-svg/take-0x2f91c90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2f91c90.svg rename to examples/dsp_files/fft2d-svg/take-0x2f91c90.svg diff --git a/dsp_files/fft2d-svg/take-0x2fb67d0.svg b/examples/dsp_files/fft2d-svg/take-0x2fb67d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2fb67d0.svg rename to examples/dsp_files/fft2d-svg/take-0x2fb67d0.svg diff --git a/dsp_files/fft2d-svg/take-0x2fbc5e0.svg b/examples/dsp_files/fft2d-svg/take-0x2fbc5e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2fbc5e0.svg rename to examples/dsp_files/fft2d-svg/take-0x2fbc5e0.svg diff --git a/dsp_files/fft2d-svg/take-0x2fe0fb0.svg b/examples/dsp_files/fft2d-svg/take-0x2fe0fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2fe0fb0.svg rename to examples/dsp_files/fft2d-svg/take-0x2fe0fb0.svg diff --git a/dsp_files/fft2d-svg/take-0x2fe7000.svg b/examples/dsp_files/fft2d-svg/take-0x2fe7000.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x2fe7000.svg rename to examples/dsp_files/fft2d-svg/take-0x2fe7000.svg diff --git a/dsp_files/fft2d-svg/take-0x300b6a0.svg b/examples/dsp_files/fft2d-svg/take-0x300b6a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x300b6a0.svg rename to examples/dsp_files/fft2d-svg/take-0x300b6a0.svg diff --git a/dsp_files/fft2d-svg/take-0x3011950.svg b/examples/dsp_files/fft2d-svg/take-0x3011950.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3011950.svg rename to examples/dsp_files/fft2d-svg/take-0x3011950.svg diff --git a/dsp_files/fft2d-svg/take-0x3035df0.svg b/examples/dsp_files/fft2d-svg/take-0x3035df0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3035df0.svg rename to examples/dsp_files/fft2d-svg/take-0x3035df0.svg diff --git a/dsp_files/fft2d-svg/take-0x303c270.svg b/examples/dsp_files/fft2d-svg/take-0x303c270.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x303c270.svg rename to examples/dsp_files/fft2d-svg/take-0x303c270.svg diff --git a/dsp_files/fft2d-svg/take-0x30605d0.svg b/examples/dsp_files/fft2d-svg/take-0x30605d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x30605d0.svg rename to examples/dsp_files/fft2d-svg/take-0x30605d0.svg diff --git a/dsp_files/fft2d-svg/take-0x3066cb0.svg b/examples/dsp_files/fft2d-svg/take-0x3066cb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3066cb0.svg rename to examples/dsp_files/fft2d-svg/take-0x3066cb0.svg diff --git a/dsp_files/fft2d-svg/take-0x308acc0.svg b/examples/dsp_files/fft2d-svg/take-0x308acc0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x308acc0.svg rename to examples/dsp_files/fft2d-svg/take-0x308acc0.svg diff --git a/dsp_files/fft2d-svg/take-0x3091670.svg b/examples/dsp_files/fft2d-svg/take-0x3091670.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3091670.svg rename to examples/dsp_files/fft2d-svg/take-0x3091670.svg diff --git a/dsp_files/fft2d-svg/take-0x30b53d0.svg b/examples/dsp_files/fft2d-svg/take-0x30b53d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x30b53d0.svg rename to examples/dsp_files/fft2d-svg/take-0x30b53d0.svg diff --git a/dsp_files/fft2d-svg/take-0x30bbee0.svg b/examples/dsp_files/fft2d-svg/take-0x30bbee0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x30bbee0.svg rename to examples/dsp_files/fft2d-svg/take-0x30bbee0.svg diff --git a/dsp_files/fft2d-svg/take-0x30dfbb0.svg b/examples/dsp_files/fft2d-svg/take-0x30dfbb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x30dfbb0.svg rename to examples/dsp_files/fft2d-svg/take-0x30dfbb0.svg diff --git a/dsp_files/fft2d-svg/take-0x30e66b0.svg b/examples/dsp_files/fft2d-svg/take-0x30e66b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x30e66b0.svg rename to examples/dsp_files/fft2d-svg/take-0x30e66b0.svg diff --git a/dsp_files/fft2d-svg/take-0x310a310.svg b/examples/dsp_files/fft2d-svg/take-0x310a310.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x310a310.svg rename to examples/dsp_files/fft2d-svg/take-0x310a310.svg diff --git a/dsp_files/fft2d-svg/take-0x3110ef0.svg b/examples/dsp_files/fft2d-svg/take-0x3110ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3110ef0.svg rename to examples/dsp_files/fft2d-svg/take-0x3110ef0.svg diff --git a/dsp_files/fft2d-svg/take-0x3134a10.svg b/examples/dsp_files/fft2d-svg/take-0x3134a10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3134a10.svg rename to examples/dsp_files/fft2d-svg/take-0x3134a10.svg diff --git a/dsp_files/fft2d-svg/take-0x315f230.svg b/examples/dsp_files/fft2d-svg/take-0x315f230.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x315f230.svg rename to examples/dsp_files/fft2d-svg/take-0x315f230.svg diff --git a/dsp_files/fft2d-svg/take-0x3189a10.svg b/examples/dsp_files/fft2d-svg/take-0x3189a10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3189a10.svg rename to examples/dsp_files/fft2d-svg/take-0x3189a10.svg diff --git a/dsp_files/fft2d-svg/take-0x31b4100.svg b/examples/dsp_files/fft2d-svg/take-0x31b4100.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x31b4100.svg rename to examples/dsp_files/fft2d-svg/take-0x31b4100.svg diff --git a/dsp_files/fft2d-svg/take-0x31de8b0.svg b/examples/dsp_files/fft2d-svg/take-0x31de8b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x31de8b0.svg rename to examples/dsp_files/fft2d-svg/take-0x31de8b0.svg diff --git a/dsp_files/fft2d-svg/take-0x3209090.svg b/examples/dsp_files/fft2d-svg/take-0x3209090.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3209090.svg rename to examples/dsp_files/fft2d-svg/take-0x3209090.svg diff --git a/dsp_files/fft2d-svg/take-0x3233780.svg b/examples/dsp_files/fft2d-svg/take-0x3233780.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3233780.svg rename to examples/dsp_files/fft2d-svg/take-0x3233780.svg diff --git a/dsp_files/fft2d-svg/take-0x325ded0.svg b/examples/dsp_files/fft2d-svg/take-0x325ded0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x325ded0.svg rename to examples/dsp_files/fft2d-svg/take-0x325ded0.svg diff --git a/dsp_files/fft2d-svg/take-0x32886b0.svg b/examples/dsp_files/fft2d-svg/take-0x32886b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x32886b0.svg rename to examples/dsp_files/fft2d-svg/take-0x32886b0.svg diff --git a/dsp_files/fft2d-svg/take-0x32b2de0.svg b/examples/dsp_files/fft2d-svg/take-0x32b2de0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x32b2de0.svg rename to examples/dsp_files/fft2d-svg/take-0x32b2de0.svg diff --git a/dsp_files/fft2d-svg/take-0x32dd4e0.svg b/examples/dsp_files/fft2d-svg/take-0x32dd4e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x32dd4e0.svg rename to examples/dsp_files/fft2d-svg/take-0x32dd4e0.svg diff --git a/dsp_files/fft2d-svg/take-0x3307d00.svg b/examples/dsp_files/fft2d-svg/take-0x3307d00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3307d00.svg rename to examples/dsp_files/fft2d-svg/take-0x3307d00.svg diff --git a/dsp_files/fft2d-svg/take-0x33324a0.svg b/examples/dsp_files/fft2d-svg/take-0x33324a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33324a0.svg rename to examples/dsp_files/fft2d-svg/take-0x33324a0.svg diff --git a/dsp_files/fft2d-svg/take-0x335cb90.svg b/examples/dsp_files/fft2d-svg/take-0x335cb90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x335cb90.svg rename to examples/dsp_files/fft2d-svg/take-0x335cb90.svg diff --git a/dsp_files/fft2d-svg/take-0x3387380.svg b/examples/dsp_files/fft2d-svg/take-0x3387380.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3387380.svg rename to examples/dsp_files/fft2d-svg/take-0x3387380.svg diff --git a/dsp_files/fft2d-svg/take-0x338b100.svg b/examples/dsp_files/fft2d-svg/take-0x338b100.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x338b100.svg rename to examples/dsp_files/fft2d-svg/take-0x338b100.svg diff --git a/dsp_files/fft2d-svg/take-0x339e920.svg b/examples/dsp_files/fft2d-svg/take-0x339e920.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x339e920.svg rename to examples/dsp_files/fft2d-svg/take-0x339e920.svg diff --git a/dsp_files/fft2d-svg/take-0x33aa5d0.svg b/examples/dsp_files/fft2d-svg/take-0x33aa5d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33aa5d0.svg rename to examples/dsp_files/fft2d-svg/take-0x33aa5d0.svg diff --git a/dsp_files/fft2d-svg/take-0x33b1b80.svg b/examples/dsp_files/fft2d-svg/take-0x33b1b80.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33b1b80.svg rename to examples/dsp_files/fft2d-svg/take-0x33b1b80.svg diff --git a/dsp_files/fft2d-svg/take-0x33b52f0.svg b/examples/dsp_files/fft2d-svg/take-0x33b52f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33b52f0.svg rename to examples/dsp_files/fft2d-svg/take-0x33b52f0.svg diff --git a/dsp_files/fft2d-svg/take-0x33b63e0.svg b/examples/dsp_files/fft2d-svg/take-0x33b63e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33b63e0.svg rename to examples/dsp_files/fft2d-svg/take-0x33b63e0.svg diff --git a/dsp_files/fft2d-svg/take-0x33c2100.svg b/examples/dsp_files/fft2d-svg/take-0x33c2100.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33c2100.svg rename to examples/dsp_files/fft2d-svg/take-0x33c2100.svg diff --git a/dsp_files/fft2d-svg/take-0x33cdeb0.svg b/examples/dsp_files/fft2d-svg/take-0x33cdeb0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33cdeb0.svg rename to examples/dsp_files/fft2d-svg/take-0x33cdeb0.svg diff --git a/dsp_files/fft2d-svg/take-0x33d9c20.svg b/examples/dsp_files/fft2d-svg/take-0x33d9c20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33d9c20.svg rename to examples/dsp_files/fft2d-svg/take-0x33d9c20.svg diff --git a/dsp_files/fft2d-svg/take-0x33dc270.svg b/examples/dsp_files/fft2d-svg/take-0x33dc270.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33dc270.svg rename to examples/dsp_files/fft2d-svg/take-0x33dc270.svg diff --git a/dsp_files/fft2d-svg/take-0x33df5a0.svg b/examples/dsp_files/fft2d-svg/take-0x33df5a0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33df5a0.svg rename to examples/dsp_files/fft2d-svg/take-0x33df5a0.svg diff --git a/dsp_files/fft2d-svg/take-0x33e5720.svg b/examples/dsp_files/fft2d-svg/take-0x33e5720.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33e5720.svg rename to examples/dsp_files/fft2d-svg/take-0x33e5720.svg diff --git a/dsp_files/fft2d-svg/take-0x33f1350.svg b/examples/dsp_files/fft2d-svg/take-0x33f1350.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x33f1350.svg rename to examples/dsp_files/fft2d-svg/take-0x33f1350.svg diff --git a/dsp_files/fft2d-svg/take-0x3406a00.svg b/examples/dsp_files/fft2d-svg/take-0x3406a00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3406a00.svg rename to examples/dsp_files/fft2d-svg/take-0x3406a00.svg diff --git a/dsp_files/fft2d-svg/take-0x3409710.svg b/examples/dsp_files/fft2d-svg/take-0x3409710.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3409710.svg rename to examples/dsp_files/fft2d-svg/take-0x3409710.svg diff --git a/dsp_files/fft2d-svg/take-0x3431200.svg b/examples/dsp_files/fft2d-svg/take-0x3431200.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3431200.svg rename to examples/dsp_files/fft2d-svg/take-0x3431200.svg diff --git a/dsp_files/fft2d-svg/take-0x34338e0.svg b/examples/dsp_files/fft2d-svg/take-0x34338e0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x34338e0.svg rename to examples/dsp_files/fft2d-svg/take-0x34338e0.svg diff --git a/dsp_files/fft2d-svg/take-0x345b910.svg b/examples/dsp_files/fft2d-svg/take-0x345b910.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x345b910.svg rename to examples/dsp_files/fft2d-svg/take-0x345b910.svg diff --git a/dsp_files/fft2d-svg/take-0x345db70.svg b/examples/dsp_files/fft2d-svg/take-0x345db70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x345db70.svg rename to examples/dsp_files/fft2d-svg/take-0x345db70.svg diff --git a/dsp_files/fft2d-svg/take-0x3486030.svg b/examples/dsp_files/fft2d-svg/take-0x3486030.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3486030.svg rename to examples/dsp_files/fft2d-svg/take-0x3486030.svg diff --git a/dsp_files/fft2d-svg/take-0x3487d40.svg b/examples/dsp_files/fft2d-svg/take-0x3487d40.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3487d40.svg rename to examples/dsp_files/fft2d-svg/take-0x3487d40.svg diff --git a/dsp_files/fft2d-svg/take-0x34b0860.svg b/examples/dsp_files/fft2d-svg/take-0x34b0860.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x34b0860.svg rename to examples/dsp_files/fft2d-svg/take-0x34b0860.svg diff --git a/dsp_files/fft2d-svg/take-0x34b1ed0.svg b/examples/dsp_files/fft2d-svg/take-0x34b1ed0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x34b1ed0.svg rename to examples/dsp_files/fft2d-svg/take-0x34b1ed0.svg diff --git a/dsp_files/fft2d-svg/take-0x34dc180.svg b/examples/dsp_files/fft2d-svg/take-0x34dc180.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x34dc180.svg rename to examples/dsp_files/fft2d-svg/take-0x34dc180.svg diff --git a/dsp_files/fft2d-svg/take-0x3506410.svg b/examples/dsp_files/fft2d-svg/take-0x3506410.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3506410.svg rename to examples/dsp_files/fft2d-svg/take-0x3506410.svg diff --git a/dsp_files/fft2d-svg/take-0x3530580.svg b/examples/dsp_files/fft2d-svg/take-0x3530580.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3530580.svg rename to examples/dsp_files/fft2d-svg/take-0x3530580.svg diff --git a/dsp_files/fft2d-svg/take-0x355a750.svg b/examples/dsp_files/fft2d-svg/take-0x355a750.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x355a750.svg rename to examples/dsp_files/fft2d-svg/take-0x355a750.svg diff --git a/dsp_files/fft2d-svg/take-0x35849c0.svg b/examples/dsp_files/fft2d-svg/take-0x35849c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x35849c0.svg rename to examples/dsp_files/fft2d-svg/take-0x35849c0.svg diff --git a/dsp_files/fft2d-svg/take-0x35aeb90.svg b/examples/dsp_files/fft2d-svg/take-0x35aeb90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x35aeb90.svg rename to examples/dsp_files/fft2d-svg/take-0x35aeb90.svg diff --git a/dsp_files/fft2d-svg/take-0x35d8d20.svg b/examples/dsp_files/fft2d-svg/take-0x35d8d20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x35d8d20.svg rename to examples/dsp_files/fft2d-svg/take-0x35d8d20.svg diff --git a/dsp_files/fft2d-svg/take-0x3602fd0.svg b/examples/dsp_files/fft2d-svg/take-0x3602fd0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3602fd0.svg rename to examples/dsp_files/fft2d-svg/take-0x3602fd0.svg diff --git a/dsp_files/fft2d-svg/take-0x362d260.svg b/examples/dsp_files/fft2d-svg/take-0x362d260.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x362d260.svg rename to examples/dsp_files/fft2d-svg/take-0x362d260.svg diff --git a/dsp_files/fft2d-svg/take-0x36573d0.svg b/examples/dsp_files/fft2d-svg/take-0x36573d0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x36573d0.svg rename to examples/dsp_files/fft2d-svg/take-0x36573d0.svg diff --git a/dsp_files/fft2d-svg/take-0x36815c0.svg b/examples/dsp_files/fft2d-svg/take-0x36815c0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x36815c0.svg rename to examples/dsp_files/fft2d-svg/take-0x36815c0.svg diff --git a/dsp_files/fft2d-svg/take-0x36ab850.svg b/examples/dsp_files/fft2d-svg/take-0x36ab850.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x36ab850.svg rename to examples/dsp_files/fft2d-svg/take-0x36ab850.svg diff --git a/dsp_files/fft2d-svg/take-0x36d5a00.svg b/examples/dsp_files/fft2d-svg/take-0x36d5a00.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x36d5a00.svg rename to examples/dsp_files/fft2d-svg/take-0x36d5a00.svg diff --git a/dsp_files/fft2d-svg/take-0x36ffb90.svg b/examples/dsp_files/fft2d-svg/take-0x36ffb90.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x36ffb90.svg rename to examples/dsp_files/fft2d-svg/take-0x36ffb90.svg diff --git a/dsp_files/fft2d-svg/take-0x3729e40.svg b/examples/dsp_files/fft2d-svg/take-0x3729e40.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3729e40.svg rename to examples/dsp_files/fft2d-svg/take-0x3729e40.svg diff --git a/dsp_files/fft2d-svg/take-0x37540b0.svg b/examples/dsp_files/fft2d-svg/take-0x37540b0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x37540b0.svg rename to examples/dsp_files/fft2d-svg/take-0x37540b0.svg diff --git a/dsp_files/fft2d-svg/take-0x377e220.svg b/examples/dsp_files/fft2d-svg/take-0x377e220.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x377e220.svg rename to examples/dsp_files/fft2d-svg/take-0x377e220.svg diff --git a/dsp_files/fft2d-svg/take-0x37a8440.svg b/examples/dsp_files/fft2d-svg/take-0x37a8440.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x37a8440.svg rename to examples/dsp_files/fft2d-svg/take-0x37a8440.svg diff --git a/dsp_files/fft2d-svg/take-0x37d26f0.svg b/examples/dsp_files/fft2d-svg/take-0x37d26f0.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x37d26f0.svg rename to examples/dsp_files/fft2d-svg/take-0x37d26f0.svg diff --git a/dsp_files/fft2d-svg/take-0x37fc880.svg b/examples/dsp_files/fft2d-svg/take-0x37fc880.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x37fc880.svg rename to examples/dsp_files/fft2d-svg/take-0x37fc880.svg diff --git a/dsp_files/fft2d-svg/take-0x3826a10.svg b/examples/dsp_files/fft2d-svg/take-0x3826a10.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3826a10.svg rename to examples/dsp_files/fft2d-svg/take-0x3826a10.svg diff --git a/dsp_files/fft2d-svg/take-0x3850c20.svg b/examples/dsp_files/fft2d-svg/take-0x3850c20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x3850c20.svg rename to examples/dsp_files/fft2d-svg/take-0x3850c20.svg diff --git a/dsp_files/fft2d-svg/take-0x387ac70.svg b/examples/dsp_files/fft2d-svg/take-0x387ac70.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x387ac70.svg rename to examples/dsp_files/fft2d-svg/take-0x387ac70.svg diff --git a/dsp_files/fft2d-svg/take-0x38a4c20.svg b/examples/dsp_files/fft2d-svg/take-0x38a4c20.svg similarity index 100% rename from dsp_files/fft2d-svg/take-0x38a4c20.svg rename to examples/dsp_files/fft2d-svg/take-0x38a4c20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x20d5250.svg b/examples/dsp_files/fft2d-svg/twiddle-0x20d5250.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x20d5250.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x20d5250.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x20d9190.svg b/examples/dsp_files/fft2d-svg/twiddle-0x20d9190.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x20d9190.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x20d9190.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x20eece0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x20eece0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x20eece0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x20eece0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x22341f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x22341f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x22341f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x22341f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2238130.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2238130.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2238130.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2238130.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x223c110.svg b/examples/dsp_files/fft2d-svg/twiddle-0x223c110.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x223c110.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x223c110.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x22400f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x22400f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x22400f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x22400f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x226c860.svg b/examples/dsp_files/fft2d-svg/twiddle-0x226c860.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x226c860.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x226c860.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2270560.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2270560.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2270560.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2270560.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x22770b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x22770b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x22770b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x22770b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x227aff0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x227aff0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x227aff0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x227aff0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x227efd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x227efd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x227efd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x227efd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2282fb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2282fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2282fb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2282fb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2286500.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2286500.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2286500.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2286500.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x22af720.svg b/examples/dsp_files/fft2d-svg/twiddle-0x22af720.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x22af720.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x22af720.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x22b3420.svg b/examples/dsp_files/fft2d-svg/twiddle-0x22b3420.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x22b3420.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x22b3420.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x22c93c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x22c93c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x22c93c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x22c93c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2321470.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2321470.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2321470.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2321470.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x23253b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x23253b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x23253b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x23253b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x233af30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x233af30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x233af30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x233af30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2345e40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2345e40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2345e40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2345e40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2349d80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2349d80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2349d80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2349d80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x234dbc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x234dbc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x234dbc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x234dbc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2351a00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2351a00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2351a00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2351a00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2437ab0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2437ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2437ab0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2437ab0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x243b9f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x243b9f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x243b9f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x243b9f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x243f9d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x243f9d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x243f9d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x243f9d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x24439b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x24439b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x24439b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x24439b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x24701a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x24701a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x24701a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x24701a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2473ea0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2473ea0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2473ea0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2473ea0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2489df0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2489df0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2489df0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2489df0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x25cbcb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x25cbcb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x25cbcb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x25cbcb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x25cfbf0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x25cfbf0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x25cfbf0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x25cfbf0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x25e5750.svg b/examples/dsp_files/fft2d-svg/twiddle-0x25e5750.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x25e5750.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x25e5750.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2834de0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2834de0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2834de0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2834de0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2838d10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2838d10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2838d10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2838d10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x283cce0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x283cce0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x283cce0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x283cce0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2840cb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2840cb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2840cb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2840cb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2844c80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2844c80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2844c80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2844c80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2848c50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2848c50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2848c50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2848c50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x284cc30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x284cc30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x284cc30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x284cc30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2850c10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2850c10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2850c10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2850c10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2854bf0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2854bf0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2854bf0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2854bf0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2858bd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2858bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2858bd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2858bd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x285cbb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x285cbb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x285cbb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x285cbb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2860b90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2860b90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2860b90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2860b90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2864b70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2864b70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2864b70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2864b70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2868b50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2868b50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2868b50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2868b50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x286cb30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x286cb30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x286cb30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x286cb30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2870b10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2870b10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2870b10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2870b10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x292d460.svg b/examples/dsp_files/fft2d-svg/twiddle-0x292d460.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x292d460.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x292d460.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29300d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29300d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29300d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29300d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29313a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29313a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29313a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29313a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2934000.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2934000.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2934000.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2934000.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2935380.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2935380.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2935380.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2935380.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2937fd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2937fd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2937fd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2937fd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2939360.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2939360.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2939360.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2939360.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x293bfa0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x293bfa0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x293bfa0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x293bfa0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x293ff70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x293ff70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x293ff70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x293ff70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2943f40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2943f40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2943f40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2943f40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2947f20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2947f20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2947f20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2947f20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x294bf00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x294bf00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x294bf00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x294bf00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x294fee0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x294fee0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x294fee0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x294fee0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2953ec0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2953ec0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2953ec0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2953ec0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2957ea0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2957ea0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2957ea0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2957ea0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x295be80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x295be80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x295be80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x295be80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x295fe60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x295fe60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x295fe60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x295fe60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2963e40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2963e40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2963e40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2963e40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2965b20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2965b20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2965b20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2965b20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2967e20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2967e20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2967e20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2967e20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2969820.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2969820.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2969820.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2969820.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x296be00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x296be00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x296be00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x296be00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x297f770.svg b/examples/dsp_files/fft2d-svg/twiddle-0x297f770.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x297f770.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x297f770.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29c1710.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29c1710.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29c1710.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29c1710.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29c5410.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29c5410.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29c5410.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29c5410.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29c91b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29c91b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29c91b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29c91b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29ccf50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29ccf50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29ccf50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29ccf50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29d0cf0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29d0cf0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29d0cf0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29d0cf0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29d4a90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29d4a90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29d4a90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29d4a90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29d8830.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29d8830.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29d8830.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29d8830.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x29dc5d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x29dc5d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x29dc5d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x29dc5d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a4ba60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a4ba60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a4ba60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a4ba60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a4f760.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a4f760.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a4f760.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a4f760.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a53500.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a53500.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a53500.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a53500.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a572a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a572a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a572a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a572a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a83fb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a83fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a83fb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a83fb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a87cb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a87cb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a87cb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a87cb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2a9dc20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2a9dc20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2a9dc20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2a9dc20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2abc970.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2abc970.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2abc970.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2abc970.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ac0670.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ac0670.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ac0670.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ac0670.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ac4410.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ac4410.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ac4410.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ac4410.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ac81b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ac81b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ac81b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ac81b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2acbf50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2acbf50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2acbf50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2acbf50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2acfcf0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2acfcf0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2acfcf0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2acfcf0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ad2b80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ad2b80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ad2b80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ad2b80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ad3a90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ad3a90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ad3a90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ad3a90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ad6ab0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ad6ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ad6ab0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ad6ab0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ad7830.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ad7830.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ad7830.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ad7830.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2adaa80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2adaa80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2adaa80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2adaa80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2adea50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2adea50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2adea50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2adea50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ae2a20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ae2a20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ae2a20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ae2a20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ae69f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ae69f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ae69f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ae69f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2aea9d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2aea9d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2aea9d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2aea9d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2aee9b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2aee9b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2aee9b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2aee9b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2af2990.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2af2990.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2af2990.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2af2990.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2af6970.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2af6970.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2af6970.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2af6970.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2afa950.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2afa950.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2afa950.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2afa950.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2afe930.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2afe930.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2afe930.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2afe930.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b02910.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b02910.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b02910.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b02910.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b068f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b068f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b068f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b068f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b0a8d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b0a8d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b0a8d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b0a8d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b0e8b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b0e8b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b0e8b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b0e8b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b46d20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b46d20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b46d20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b46d20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b4aa20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b4aa20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b4aa20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b4aa20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b4e7c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b4e7c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b4e7c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b4e7c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b52560.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b52560.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b52560.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b52560.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b7f200.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b7f200.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b7f200.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b7f200.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b82f00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b82f00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b82f00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b82f00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2b98e60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2b98e60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2b98e60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2b98e60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c031a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c031a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c031a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c031a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c070d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c070d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c070d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c070d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c0b0a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c0b0a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c0b0a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c0b0a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c0f070.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c0f070.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c0f070.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c0f070.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c13040.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c13040.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c13040.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c13040.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c17010.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c17010.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c17010.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c17010.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c1aff0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c1aff0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c1aff0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c1aff0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c1efd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c1efd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c1efd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c1efd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c22fb0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c22fb0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c22fb0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c22fb0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c26f90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c26f90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c26f90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c26f90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c2af70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c2af70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c2af70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c2af70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c2ef50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c2ef50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c2ef50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c2ef50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c32f30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c32f30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c32f30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c32f30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c36f10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c36f10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c36f10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c36f10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c3aef0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c3aef0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c3aef0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c3aef0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c3eed0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c3eed0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c3eed0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c3eed0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c5f480.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c5f480.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c5f480.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c5f480.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c63180.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c63180.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c63180.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c63180.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c66f20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c66f20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c66f20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c66f20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c6acc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c6acc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c6acc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c6acc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c6ea60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c6ea60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c6ea60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c6ea60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c72800.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c72800.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c72800.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c72800.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c765a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c765a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c765a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c765a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2c7a340.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2c7a340.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2c7a340.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2c7a340.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ce2cd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ce2cd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ce2cd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ce2cd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ce6c10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ce6c10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ce6c10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ce6c10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ce9840.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ce9840.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ce9840.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ce9840.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2ced540.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2ced540.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2ced540.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2ced540.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2cf12e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2cf12e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2cf12e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2cf12e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2cf5080.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2cf5080.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2cf5080.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2cf5080.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2cfc770.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2cfc770.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2cfc770.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2cfc770.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d21d50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d21d50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d21d50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d21d50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d25a50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d25a50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d25a50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d25a50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d3b9a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d3b9a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d3b9a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d3b9a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d8faa0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d8faa0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d8faa0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d8faa0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d937a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d937a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d937a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d937a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d97540.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d97540.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d97540.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d97540.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d9b2e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d9b2e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d9b2e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d9b2e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2d9f080.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2d9f080.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2d9f080.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2d9f080.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2da2e20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2da2e20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2da2e20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2da2e20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2da6bc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2da6bc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2da6bc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2da6bc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2daa960.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2daa960.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2daa960.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2daa960.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e19e10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e19e10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e19e10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e19e10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e1db10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e1db10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e1db10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e1db10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e218b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e218b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e218b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e218b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e25650.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e25650.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e25650.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e25650.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e52320.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e52320.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e52320.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e52320.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e56020.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e56020.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e56020.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e56020.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2e6bfa0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2e6bfa0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2e6bfa0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2e6bfa0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2f56e80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2f56e80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2f56e80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2f56e80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2f5adc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2f5adc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2f5adc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2f5adc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2f5ec00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2f5ec00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2f5ec00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2f5ec00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x2f62a40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x2f62a40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x2f62a40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x2f62a40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32706e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32706e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32706e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32706e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3274610.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3274610.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3274610.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3274610.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32785e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32785e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32785e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32785e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x327c5b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x327c5b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x327c5b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x327c5b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3280580.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3280580.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3280580.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3280580.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3284550.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3284550.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3284550.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3284550.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3288530.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3288530.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3288530.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3288530.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x328c510.svg b/examples/dsp_files/fft2d-svg/twiddle-0x328c510.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x328c510.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x328c510.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32904f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32904f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32904f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32904f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32944d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32944d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32944d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32944d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32984b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32984b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32984b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32984b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x329c490.svg b/examples/dsp_files/fft2d-svg/twiddle-0x329c490.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x329c490.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x329c490.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32a0470.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32a0470.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32a0470.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32a0470.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32a4450.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32a4450.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32a4450.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32a4450.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32a8430.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32a8430.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32a8430.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32a8430.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32ac410.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32ac410.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32ac410.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32ac410.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32b4d50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32b4d50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32b4d50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32b4d50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32b8c80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32b8c80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32b8c80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32b8c80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32bcc50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32bcc50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32bcc50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32bcc50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32c0c20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32c0c20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32c0c20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32c0c20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32c4bf0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32c4bf0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32c4bf0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32c4bf0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32c8bc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32c8bc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32c8bc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32c8bc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32ccba0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32ccba0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32ccba0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32ccba0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32d0b80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32d0b80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32d0b80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32d0b80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32d4b60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32d4b60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32d4b60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32d4b60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32d8b40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32d8b40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32d8b40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32d8b40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32dcb20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32dcb20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32dcb20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32dcb20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32e0b00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32e0b00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32e0b00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32e0b00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32e4ae0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32e4ae0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32e4ae0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32e4ae0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32e8ac0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32e8ac0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32e8ac0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32e8ac0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32ecaa0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32ecaa0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32ecaa0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32ecaa0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x32f0a80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x32f0a80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x32f0a80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x32f0a80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x33fd040.svg b/examples/dsp_files/fft2d-svg/twiddle-0x33fd040.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x33fd040.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x33fd040.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3400d40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3400d40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3400d40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3400d40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3404ae0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3404ae0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3404ae0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3404ae0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3408880.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3408880.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3408880.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3408880.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x340c620.svg b/examples/dsp_files/fft2d-svg/twiddle-0x340c620.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x340c620.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x340c620.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34103c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34103c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34103c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34103c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3414160.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3414160.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3414160.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3414160.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3417f00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3417f00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3417f00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3417f00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3441640.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3441640.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3441640.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3441640.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3445340.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3445340.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3445340.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3445340.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34490e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34490e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34490e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34490e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x344ce80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x344ce80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x344ce80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x344ce80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3450c20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3450c20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3450c20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3450c20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34549c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34549c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34549c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34549c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3458760.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3458760.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3458760.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3458760.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x345c500.svg b/examples/dsp_files/fft2d-svg/twiddle-0x345c500.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x345c500.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x345c500.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34873d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34873d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34873d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34873d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3488560.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3488560.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3488560.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3488560.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x348b0d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x348b0d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x348b0d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x348b0d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x348c4a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x348c4a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x348c4a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x348c4a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x348ee70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x348ee70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x348ee70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x348ee70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3490480.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3490480.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3490480.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3490480.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3492c10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3492c10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3492c10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3492c10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3494460.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3494460.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3494460.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3494460.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34bf920.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34bf920.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34bf920.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34bf920.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34c0c60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34c0c60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34c0c60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34c0c60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34c3620.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34c3620.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34c3620.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34c3620.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34c4960.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34c4960.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34c4960.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34c4960.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34cb970.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34cb970.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34cb970.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34cb970.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34cf670.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34cf670.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34cf670.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34cf670.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34d3410.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34d3410.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34d3410.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34d3410.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34d71b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34d71b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34d71b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34d71b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34d9570.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34d9570.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34d9570.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34d9570.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x34da8d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x34da8d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x34da8d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x34da8d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3503e90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3503e90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3503e90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3503e90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3507b90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3507b90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3507b90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3507b90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x351db10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x351db10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x351db10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x351db10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35d98b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35d98b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35d98b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35d98b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35dd7e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35dd7e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35dd7e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35dd7e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35e17b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35e17b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35e17b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35e17b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35e5780.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35e5780.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35e5780.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35e5780.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35e9750.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35e9750.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35e9750.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35e9750.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35ed720.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35ed720.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35ed720.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35ed720.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35f1700.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35f1700.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35f1700.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35f1700.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35f56e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35f56e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35f56e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35f56e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35f96c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35f96c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35f96c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35f96c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x35fd6a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x35fd6a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x35fd6a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x35fd6a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3601680.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3601680.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3601680.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3601680.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3605660.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3605660.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3605660.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3605660.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3609640.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3609640.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3609640.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3609640.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x360d620.svg b/examples/dsp_files/fft2d-svg/twiddle-0x360d620.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x360d620.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x360d620.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3611600.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3611600.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3611600.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3611600.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x36155e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x36155e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x36155e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x36155e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x363b360.svg b/examples/dsp_files/fft2d-svg/twiddle-0x363b360.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x363b360.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x363b360.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x363f290.svg b/examples/dsp_files/fft2d-svg/twiddle-0x363f290.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x363f290.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x363f290.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3643260.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3643260.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3643260.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3643260.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3647230.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3647230.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3647230.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3647230.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x364b200.svg b/examples/dsp_files/fft2d-svg/twiddle-0x364b200.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x364b200.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x364b200.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x364f1d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x364f1d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x364f1d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x364f1d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x36531b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x36531b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x36531b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x36531b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3657190.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3657190.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3657190.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3657190.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x365b170.svg b/examples/dsp_files/fft2d-svg/twiddle-0x365b170.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x365b170.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x365b170.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x365f150.svg b/examples/dsp_files/fft2d-svg/twiddle-0x365f150.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x365f150.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x365f150.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3663130.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3663130.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3663130.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3663130.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3667110.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3667110.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3667110.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3667110.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x366b0f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x366b0f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x366b0f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x366b0f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x366f0d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x366f0d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x366f0d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x366f0d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x36730b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x36730b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x36730b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x36730b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3677090.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3677090.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3677090.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3677090.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37661c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37661c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37661c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37661c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3769ec0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3769ec0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3769ec0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3769ec0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x376dc60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x376dc60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x376dc60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x376dc60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3771a00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3771a00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3771a00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3771a00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37757a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37757a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37757a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37757a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3779540.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3779540.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3779540.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3779540.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x377d2e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x377d2e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x377d2e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x377d2e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3781080.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3781080.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3781080.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3781080.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37c7ca0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37c7ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37c7ca0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37c7ca0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37cb9a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37cb9a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37cb9a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37cb9a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37cf740.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37cf740.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37cf740.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37cf740.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37d34e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37d34e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37d34e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37d34e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37d7280.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37d7280.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37d7280.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37d7280.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37db020.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37db020.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37db020.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37db020.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37dedc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37dedc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37dedc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37dedc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37e2b60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37e2b60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37e2b60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37e2b60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37f0590.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37f0590.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37f0590.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37f0590.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37f4290.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37f4290.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37f4290.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37f4290.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37f8030.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37f8030.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37f8030.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37f8030.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x37fbdd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x37fbdd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x37fbdd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x37fbdd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3828ab0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3828ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3828ab0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3828ab0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x382c7b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x382c7b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x382c7b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x382c7b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3842700.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3842700.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3842700.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3842700.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3852000.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3852000.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3852000.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3852000.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3855d00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3855d00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3855d00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3855d00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3859aa0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3859aa0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3859aa0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3859aa0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x385d840.svg b/examples/dsp_files/fft2d-svg/twiddle-0x385d840.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x385d840.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x385d840.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x388a550.svg b/examples/dsp_files/fft2d-svg/twiddle-0x388a550.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x388a550.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x388a550.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x388e250.svg b/examples/dsp_files/fft2d-svg/twiddle-0x388e250.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x388e250.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x388e250.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x38a41d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x38a41d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x38a41d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x38a41d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39d9440.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39d9440.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39d9440.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39d9440.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39dd370.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39dd370.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39dd370.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39dd370.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39e1340.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39e1340.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39e1340.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39e1340.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39e5310.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39e5310.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39e5310.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39e5310.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39e92e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39e92e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39e92e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39e92e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39ed2b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39ed2b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39ed2b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39ed2b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39f1290.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39f1290.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39f1290.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39f1290.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39f5270.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39f5270.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39f5270.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39f5270.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39f9250.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39f9250.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39f9250.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39f9250.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x39fd230.svg b/examples/dsp_files/fft2d-svg/twiddle-0x39fd230.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x39fd230.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x39fd230.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3a01210.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3a01210.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3a01210.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3a01210.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3a051f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3a051f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3a051f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3a051f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3a091d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3a091d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3a091d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3a091d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3a0d1b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3a0d1b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3a0d1b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3a0d1b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3a11190.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3a11190.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3a11190.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3a11190.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3a15170.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3a15170.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3a15170.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3a15170.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b65d70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b65d70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b65d70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b65d70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b69a70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b69a70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b69a70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b69a70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b6d810.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b6d810.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b6d810.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b6d810.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b715b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b715b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b715b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b715b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b75350.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b75350.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b75350.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b75350.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b790f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b790f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b790f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b790f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b7ce90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b7ce90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b7ce90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b7ce90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3b80c30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3b80c30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3b80c30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3b80c30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3bf0130.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3bf0130.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3bf0130.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3bf0130.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3bf3e30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3bf3e30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3bf3e30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3bf3e30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3bf7bd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3bf7bd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3bf7bd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3bf7bd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3bfb970.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3bfb970.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3bfb970.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3bfb970.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3c28680.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3c28680.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3c28680.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3c28680.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3c2c380.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3c2c380.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3c2c380.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3c2c380.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x3c422e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x3c422e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x3c422e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x3c422e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4114820.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4114820.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4114820.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4114820.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4118750.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4118750.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4118750.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4118750.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x411c720.svg b/examples/dsp_files/fft2d-svg/twiddle-0x411c720.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x411c720.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x411c720.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x41206f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x41206f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x41206f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x41206f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x41246c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x41246c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x41246c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x41246c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4128690.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4128690.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4128690.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4128690.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x412c670.svg b/examples/dsp_files/fft2d-svg/twiddle-0x412c670.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x412c670.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x412c670.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4130650.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4130650.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4130650.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4130650.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4134630.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4134630.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4134630.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4134630.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4138610.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4138610.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4138610.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4138610.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x413c5f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x413c5f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x413c5f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x413c5f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x41405d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x41405d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x41405d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x41405d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x41445b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x41445b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x41445b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x41445b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4148590.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4148590.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4148590.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4148590.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x414c570.svg b/examples/dsp_files/fft2d-svg/twiddle-0x414c570.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x414c570.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x414c570.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4150550.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4150550.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4150550.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4150550.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42a1100.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42a1100.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42a1100.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42a1100.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42a4e00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42a4e00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42a4e00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42a4e00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42a8ba0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42a8ba0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42a8ba0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42a8ba0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42ac940.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42ac940.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42ac940.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42ac940.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42b06e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42b06e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42b06e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42b06e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42b4480.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42b4480.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42b4480.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42b4480.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42b8220.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42b8220.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42b8220.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42b8220.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x42bbfc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x42bbfc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x42bbfc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x42bbfc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x432b440.svg b/examples/dsp_files/fft2d-svg/twiddle-0x432b440.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x432b440.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x432b440.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x432f140.svg b/examples/dsp_files/fft2d-svg/twiddle-0x432f140.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x432f140.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x432f140.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4332ee0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4332ee0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4332ee0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4332ee0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4336c80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4336c80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4336c80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4336c80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4363950.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4363950.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4363950.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4363950.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x4367650.svg b/examples/dsp_files/fft2d-svg/twiddle-0x4367650.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x4367650.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x4367650.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x437d5d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x437d5d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x437d5d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x437d5d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f37150.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f37150.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f37150.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f37150.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f3b080.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f3b080.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f3b080.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f3b080.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f3f050.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f3f050.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f3f050.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f3f050.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f43020.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f43020.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f43020.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f43020.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f46ff0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f46ff0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f46ff0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f46ff0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f4afc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f4afc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f4afc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f4afc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f4ef90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f4ef90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f4ef90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f4ef90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f52f60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f52f60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f52f60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f52f60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f56f30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f56f30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f56f30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f56f30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f5af00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f5af00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f5af00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f5af00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f5eed0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f5eed0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f5eed0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f5eed0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f62ea0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f62ea0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f62ea0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f62ea0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f66e70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f66e70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f66e70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f66e70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f6ae40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f6ae40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f6ae40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f6ae40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f6ee10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f6ee10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f6ee10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f6ee10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f72de0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f72de0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f72de0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f72de0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f76db0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f76db0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f76db0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f76db0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f7ad80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f7ad80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f7ad80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f7ad80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f7ed50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f7ed50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f7ed50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f7ed50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f82d20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f82d20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f82d20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f82d20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f86cf0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f86cf0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f86cf0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f86cf0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f8acc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f8acc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f8acc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f8acc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f8ec90.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f8ec90.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f8ec90.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f8ec90.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f92c60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f92c60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f92c60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f92c60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f96c30.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f96c30.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f96c30.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f96c30.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f9ac00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f9ac00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f9ac00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f9ac00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6f9ebd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6f9ebd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6f9ebd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6f9ebd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fa2ba0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fa2ba0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fa2ba0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fa2ba0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fa6b70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fa6b70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fa6b70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fa6b70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6faab40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6faab40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6faab40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6faab40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6faeb10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6faeb10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6faeb10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6faeb10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fb2ae0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fb2ae0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fb2ae0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fb2ae0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fb6ab0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fb6ab0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fb6ab0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fb6ab0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fbaa80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fbaa80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fbaa80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fbaa80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fbea50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fbea50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fbea50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fbea50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fc2a20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fc2a20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fc2a20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fc2a20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fc69f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fc69f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fc69f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fc69f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fca9c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fca9c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fca9c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fca9c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fce990.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fce990.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fce990.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fce990.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fd2960.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fd2960.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fd2960.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fd2960.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fd6930.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fd6930.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fd6930.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fd6930.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fda900.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fda900.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fda900.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fda900.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fde8d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fde8d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fde8d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fde8d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fe28a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fe28a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fe28a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fe28a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fe6870.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fe6870.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fe6870.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fe6870.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fea840.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fea840.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fea840.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fea840.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6fee810.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6fee810.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6fee810.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6fee810.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6ff27e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6ff27e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6ff27e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6ff27e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6ff67b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6ff67b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6ff67b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6ff67b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6ffa780.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6ffa780.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6ffa780.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6ffa780.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x6ffe750.svg b/examples/dsp_files/fft2d-svg/twiddle-0x6ffe750.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x6ffe750.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x6ffe750.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x7002720.svg b/examples/dsp_files/fft2d-svg/twiddle-0x7002720.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x7002720.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x7002720.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x70066f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x70066f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x70066f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x70066f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x700a6c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x700a6c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x700a6c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x700a6c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x700e6a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x700e6a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x700e6a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x700e6a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x7012680.svg b/examples/dsp_files/fft2d-svg/twiddle-0x7012680.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x7012680.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x7012680.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x7016660.svg b/examples/dsp_files/fft2d-svg/twiddle-0x7016660.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x7016660.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x7016660.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x701a640.svg b/examples/dsp_files/fft2d-svg/twiddle-0x701a640.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x701a640.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x701a640.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x701e620.svg b/examples/dsp_files/fft2d-svg/twiddle-0x701e620.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x701e620.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x701e620.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x7022600.svg b/examples/dsp_files/fft2d-svg/twiddle-0x7022600.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x7022600.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x7022600.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x70265e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x70265e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x70265e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x70265e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x702a5c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x702a5c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x702a5c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x702a5c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x702e5a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x702e5a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x702e5a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x702e5a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x7032580.svg b/examples/dsp_files/fft2d-svg/twiddle-0x7032580.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x7032580.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x7032580.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x80ff1e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x80ff1e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x80ff1e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x80ff1e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8102ee0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8102ee0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8102ee0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8102ee0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8106c80.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8106c80.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8106c80.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8106c80.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x810aa20.svg b/examples/dsp_files/fft2d-svg/twiddle-0x810aa20.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x810aa20.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x810aa20.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x810e7c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x810e7c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x810e7c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x810e7c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8112560.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8112560.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8112560.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8112560.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8116300.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8116300.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8116300.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8116300.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x811a0a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x811a0a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x811a0a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x811a0a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x811de40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x811de40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x811de40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x811de40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8121be0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8121be0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8121be0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8121be0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8125980.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8125980.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8125980.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8125980.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8129720.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8129720.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8129720.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8129720.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x812d4c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x812d4c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x812d4c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x812d4c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8131260.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8131260.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8131260.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8131260.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8135000.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8135000.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8135000.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8135000.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8138da0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8138da0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8138da0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8138da0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x813cb40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x813cb40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x813cb40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x813cb40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x81408e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x81408e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x81408e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x81408e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8144680.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8144680.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8144680.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8144680.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8148420.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8148420.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8148420.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8148420.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x814c1c0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x814c1c0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x814c1c0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x814c1c0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x814ff60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x814ff60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x814ff60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x814ff60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8153d00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8153d00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8153d00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8153d00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8157aa0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8157aa0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8157aa0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8157aa0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x815b840.svg b/examples/dsp_files/fft2d-svg/twiddle-0x815b840.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x815b840.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x815b840.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x815f5e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x815f5e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x815f5e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x815f5e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8163380.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8163380.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8163380.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8163380.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8167120.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8167120.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8167120.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8167120.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x816aec0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x816aec0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x816aec0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x816aec0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x816ec60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x816ec60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x816ec60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x816ec60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8172a00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8172a00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8172a00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8172a00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x81767a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x81767a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x81767a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x81767a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x85ffd50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x85ffd50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x85ffd50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x85ffd50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8603a50.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8603a50.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8603a50.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8603a50.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x86077f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x86077f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x86077f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x86077f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x860b590.svg b/examples/dsp_files/fft2d-svg/twiddle-0x860b590.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x860b590.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x860b590.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x860f330.svg b/examples/dsp_files/fft2d-svg/twiddle-0x860f330.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x860f330.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x860f330.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x86130d0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x86130d0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x86130d0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x86130d0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8616e70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8616e70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8616e70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8616e70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x861ac10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x861ac10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x861ac10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x861ac10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x861e9b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x861e9b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x861e9b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x861e9b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8622750.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8622750.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8622750.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8622750.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x86264f0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x86264f0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x86264f0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x86264f0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x862a290.svg b/examples/dsp_files/fft2d-svg/twiddle-0x862a290.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x862a290.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x862a290.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x862e030.svg b/examples/dsp_files/fft2d-svg/twiddle-0x862e030.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x862e030.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x862e030.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8631dd0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8631dd0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8631dd0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8631dd0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8635b70.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8635b70.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8635b70.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8635b70.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8639910.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8639910.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8639910.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8639910.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x878a9e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x878a9e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x878a9e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x878a9e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x878e6e0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x878e6e0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x878e6e0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x878e6e0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8792480.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8792480.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8792480.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8792480.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8796220.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8796220.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8796220.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8796220.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8799fc0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8799fc0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8799fc0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8799fc0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x879dd60.svg b/examples/dsp_files/fft2d-svg/twiddle-0x879dd60.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x879dd60.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x879dd60.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x87a1b00.svg b/examples/dsp_files/fft2d-svg/twiddle-0x87a1b00.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x87a1b00.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x87a1b00.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x87a58a0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x87a58a0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x87a58a0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x87a58a0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8814d10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8814d10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8814d10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8814d10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8818a10.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8818a10.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8818a10.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8818a10.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x881c7b0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x881c7b0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x881c7b0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x881c7b0.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8820550.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8820550.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8820550.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8820550.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x884d240.svg b/examples/dsp_files/fft2d-svg/twiddle-0x884d240.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x884d240.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x884d240.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8850f40.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8850f40.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8850f40.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8850f40.svg diff --git a/dsp_files/fft2d-svg/twiddle-0x8866ec0.svg b/examples/dsp_files/fft2d-svg/twiddle-0x8866ec0.svg similarity index 100% rename from dsp_files/fft2d-svg/twiddle-0x8866ec0.svg rename to examples/dsp_files/fft2d-svg/twiddle-0x8866ec0.svg diff --git a/dsp_files/fft2d-svg/unnormalize-0x1e56860.svg b/examples/dsp_files/fft2d-svg/unnormalize-0x1e56860.svg similarity index 100% rename from dsp_files/fft2d-svg/unnormalize-0x1e56860.svg rename to examples/dsp_files/fft2d-svg/unnormalize-0x1e56860.svg diff --git a/dsp_files/fft2d-svg/unnormalize-0x2075990.svg b/examples/dsp_files/fft2d-svg/unnormalize-0x2075990.svg similarity index 100% rename from dsp_files/fft2d-svg/unnormalize-0x2075990.svg rename to examples/dsp_files/fft2d-svg/unnormalize-0x2075990.svg diff --git a/dsp_files/fft2d-svg/unnormalize-0x22ba210.svg b/examples/dsp_files/fft2d-svg/unnormalize-0x22ba210.svg similarity index 100% rename from dsp_files/fft2d-svg/unnormalize-0x22ba210.svg rename to examples/dsp_files/fft2d-svg/unnormalize-0x22ba210.svg diff --git a/dsp_files/fft2d-svg/unnormalize-0x27de7b0.svg b/examples/dsp_files/fft2d-svg/unnormalize-0x27de7b0.svg similarity index 100% rename from dsp_files/fft2d-svg/unnormalize-0x27de7b0.svg rename to examples/dsp_files/fft2d-svg/unnormalize-0x27de7b0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x20d9ca0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x20d9ca0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x20d9ca0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x20d9ca0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x20efb80.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x20efb80.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x20efb80.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x20efb80.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x22419a0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x22419a0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x22419a0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x22419a0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2270fd0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2270fd0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2270fd0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2270fd0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2284860.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2284860.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2284860.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2284860.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x22872d0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x22872d0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x22872d0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x22872d0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x22b3e90.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x22b3e90.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x22b3e90.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x22b3e90.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x22ca190.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x22ca190.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x22ca190.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x22ca190.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2325ec0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2325ec0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2325ec0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2325ec0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x233bdd0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x233bdd0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x233bdd0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x233bdd0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2353130.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2353130.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2353130.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2353130.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2445280.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2445280.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2445280.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2445280.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2474910.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2474910.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2474910.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2474910.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x248aba0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x248aba0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x248aba0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x248aba0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x25d0700.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x25d0700.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x25d0700.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x25d0700.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x25e65f0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x25e65f0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x25e65f0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x25e65f0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2874420.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2874420.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2874420.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2874420.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x293ac10.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x293ac10.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x293ac10.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x293ac10.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x296a290.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x296a290.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x296a290.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x296a290.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x296f6f0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x296f6f0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x296f6f0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x296f6f0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2980530.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2980530.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2980530.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2980530.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x29de6e0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x29de6e0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x29de6e0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x29de6e0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2a58900.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2a58900.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2a58900.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2a58900.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2a88720.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2a88720.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2a88720.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2a88720.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2a9e9d0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2a9e9d0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2a9e9d0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2a9e9d0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2ad9950.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2ad9950.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2ad9950.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2ad9950.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2b121d0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2b121d0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2b121d0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2b121d0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2b53bb0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2b53bb0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2b53bb0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2b53bb0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2b83970.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2b83970.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2b83970.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2b83970.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2b99c30.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2b99c30.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2b99c30.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2b99c30.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2c427c0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2c427c0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2c427c0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2c427c0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2c7c460.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2c7c460.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2c7c460.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2c7c460.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2ce7720.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2ce7720.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2ce7720.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2ce7720.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2cf66d0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2cf66d0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2cf66d0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2cf66d0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2cfd620.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2cfd620.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2cfd620.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2cfd620.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2d264c0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2d264c0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2d264c0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2d264c0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2d3c750.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2d3c750.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2d3c750.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2d3c750.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2daca70.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2daca70.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2daca70.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2daca70.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2e26cb0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2e26cb0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2e26cb0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2e26cb0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2e56a90.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2e56a90.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2e56a90.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2e56a90.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2e6cd70.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2e6cd70.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2e6cd70.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2e6cd70.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x2f64170.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x2f64170.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x2f64170.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x2f64170.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x32afd20.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x32afd20.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x32afd20.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x32afd20.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x32f4370.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x32f4370.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x32f4370.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x32f4370.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x341a020.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x341a020.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x341a020.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x341a020.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x345e610.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x345e610.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x345e610.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x345e610.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3494270.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3494270.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3494270.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3494270.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3495d30.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3495d30.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3495d30.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3495d30.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x34c4090.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x34c4090.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x34c4090.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x34c4090.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x34c53d0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x34c53d0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x34c53d0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x34c53d0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x34d8810.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x34d8810.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x34d8810.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x34d8810.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x34da320.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x34da320.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x34da320.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x34da320.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x34db680.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x34db680.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x34db680.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x34db680.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3508600.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3508600.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3508600.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3508600.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x351e8e0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x351e8e0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x351e8e0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x351e8e0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3618ef0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3618ef0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3618ef0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3618ef0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x367a9a0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x367a9a0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x367a9a0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x367a9a0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x37831a0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x37831a0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x37831a0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x37831a0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x37e4c80.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x37e4c80.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x37e4c80.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x37e4c80.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x37fd420.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x37fd420.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x37fd420.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x37fd420.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x382d220.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x382d220.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x382d220.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x382d220.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x38434c0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x38434c0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x38434c0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x38434c0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x385eea0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x385eea0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x385eea0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x385eea0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x388ecc0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x388ecc0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x388ecc0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x388ecc0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x38a4f80.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x38a4f80.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x38a4f80.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x38a4f80.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3a18a80.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3a18a80.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3a18a80.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3a18a80.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3b82d50.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3b82d50.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3b82d50.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3b82d50.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3bfcfd0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3bfcfd0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3bfcfd0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3bfcfd0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3c2cdf0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3c2cdf0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3c2cdf0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3c2cdf0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x3c43090.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x3c43090.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x3c43090.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x3c43090.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x4153e40.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x4153e40.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x4153e40.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x4153e40.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x42be0d0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x42be0d0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x42be0d0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x42be0d0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x43382e0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x43382e0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x43382e0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x43382e0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x43680c0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x43680c0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x43680c0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x43680c0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x437e3a0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x437e3a0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x437e3a0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x437e3a0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x703df90.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x703df90.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x703df90.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x703df90.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x817c940.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x817c940.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x817c940.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x817c940.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x863cfa0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x863cfa0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x863cfa0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x863cfa0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x87a79b0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x87a79b0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x87a79b0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x87a79b0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x8821bb0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x8821bb0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x8821bb0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x8821bb0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x88519b0.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x88519b0.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x88519b0.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x88519b0.svg diff --git a/dsp_files/fft2d-svg/xbutterfly-0x8867c90.svg b/examples/dsp_files/fft2d-svg/xbutterfly-0x8867c90.svg similarity index 100% rename from dsp_files/fft2d-svg/xbutterfly-0x8867c90.svg rename to examples/dsp_files/fft2d-svg/xbutterfly-0x8867c90.svg diff --git a/dsp_files/fft2d.dsp b/examples/dsp_files/fft2d.dsp similarity index 100% rename from dsp_files/fft2d.dsp rename to examples/dsp_files/fft2d.dsp diff --git a/dsp_files/fft_pattern_matching.dsp b/examples/dsp_files/fft_pattern_matching.dsp similarity index 100% rename from dsp_files/fft_pattern_matching.dsp rename to examples/dsp_files/fft_pattern_matching.dsp diff --git a/dsp_files/haar.dsp b/examples/dsp_files/haar.dsp similarity index 100% rename from dsp_files/haar.dsp rename to examples/dsp_files/haar.dsp diff --git a/dsp_files/make_init.dsp b/examples/dsp_files/make_init.dsp similarity index 100% rename from dsp_files/make_init.dsp rename to examples/dsp_files/make_init.dsp diff --git a/dsp_files/matrix-svg/accumulate-0x2e63ed0.svg b/examples/dsp_files/matrix-svg/accumulate-0x2e63ed0.svg similarity index 100% rename from dsp_files/matrix-svg/accumulate-0x2e63ed0.svg rename to examples/dsp_files/matrix-svg/accumulate-0x2e63ed0.svg diff --git a/dsp_files/matrix-svg/get-0x2e79070.svg b/examples/dsp_files/matrix-svg/get-0x2e79070.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2e79070.svg rename to examples/dsp_files/matrix-svg/get-0x2e79070.svg diff --git a/dsp_files/matrix-svg/get-0x2e96b40.svg b/examples/dsp_files/matrix-svg/get-0x2e96b40.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2e96b40.svg rename to examples/dsp_files/matrix-svg/get-0x2e96b40.svg diff --git a/dsp_files/matrix-svg/get-0x2eb3a90.svg b/examples/dsp_files/matrix-svg/get-0x2eb3a90.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2eb3a90.svg rename to examples/dsp_files/matrix-svg/get-0x2eb3a90.svg diff --git a/dsp_files/matrix-svg/get-0x2ed0990.svg b/examples/dsp_files/matrix-svg/get-0x2ed0990.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2ed0990.svg rename to examples/dsp_files/matrix-svg/get-0x2ed0990.svg diff --git a/dsp_files/matrix-svg/get-0x2eed890.svg b/examples/dsp_files/matrix-svg/get-0x2eed890.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2eed890.svg rename to examples/dsp_files/matrix-svg/get-0x2eed890.svg diff --git a/dsp_files/matrix-svg/get-0x2f0a7d0.svg b/examples/dsp_files/matrix-svg/get-0x2f0a7d0.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2f0a7d0.svg rename to examples/dsp_files/matrix-svg/get-0x2f0a7d0.svg diff --git a/dsp_files/matrix-svg/get-0x2f27770.svg b/examples/dsp_files/matrix-svg/get-0x2f27770.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2f27770.svg rename to examples/dsp_files/matrix-svg/get-0x2f27770.svg diff --git a/dsp_files/matrix-svg/get-0x2f447a0.svg b/examples/dsp_files/matrix-svg/get-0x2f447a0.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2f447a0.svg rename to examples/dsp_files/matrix-svg/get-0x2f447a0.svg diff --git a/dsp_files/matrix-svg/get-0x2f617d0.svg b/examples/dsp_files/matrix-svg/get-0x2f617d0.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2f617d0.svg rename to examples/dsp_files/matrix-svg/get-0x2f617d0.svg diff --git a/dsp_files/matrix-svg/get-0x2f7e800.svg b/examples/dsp_files/matrix-svg/get-0x2f7e800.svg similarity index 100% rename from dsp_files/matrix-svg/get-0x2f7e800.svg rename to examples/dsp_files/matrix-svg/get-0x2f7e800.svg diff --git a/dsp_files/matrix-svg/make-0x2e56940.svg b/examples/dsp_files/matrix-svg/make-0x2e56940.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x2e56940.svg rename to examples/dsp_files/matrix-svg/make-0x2e56940.svg diff --git a/dsp_files/matrix-svg/make-0x2f7f990.svg b/examples/dsp_files/matrix-svg/make-0x2f7f990.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x2f7f990.svg rename to examples/dsp_files/matrix-svg/make-0x2f7f990.svg diff --git a/dsp_files/matrix-svg/make-0x309a1f0.svg b/examples/dsp_files/matrix-svg/make-0x309a1f0.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x309a1f0.svg rename to examples/dsp_files/matrix-svg/make-0x309a1f0.svg diff --git a/dsp_files/matrix-svg/make-0x31b4b20.svg b/examples/dsp_files/matrix-svg/make-0x31b4b20.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x31b4b20.svg rename to examples/dsp_files/matrix-svg/make-0x31b4b20.svg diff --git a/dsp_files/matrix-svg/make-0x32cf610.svg b/examples/dsp_files/matrix-svg/make-0x32cf610.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x32cf610.svg rename to examples/dsp_files/matrix-svg/make-0x32cf610.svg diff --git a/dsp_files/matrix-svg/make-0x33e9ea0.svg b/examples/dsp_files/matrix-svg/make-0x33e9ea0.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x33e9ea0.svg rename to examples/dsp_files/matrix-svg/make-0x33e9ea0.svg diff --git a/dsp_files/matrix-svg/make-0x3504810.svg b/examples/dsp_files/matrix-svg/make-0x3504810.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x3504810.svg rename to examples/dsp_files/matrix-svg/make-0x3504810.svg diff --git a/dsp_files/matrix-svg/make-0x361f2e0.svg b/examples/dsp_files/matrix-svg/make-0x361f2e0.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x361f2e0.svg rename to examples/dsp_files/matrix-svg/make-0x361f2e0.svg diff --git a/dsp_files/matrix-svg/make-0x3739b10.svg b/examples/dsp_files/matrix-svg/make-0x3739b10.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x3739b10.svg rename to examples/dsp_files/matrix-svg/make-0x3739b10.svg diff --git a/dsp_files/matrix-svg/make-0x38543c0.svg b/examples/dsp_files/matrix-svg/make-0x38543c0.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x38543c0.svg rename to examples/dsp_files/matrix-svg/make-0x38543c0.svg diff --git a/dsp_files/matrix-svg/make-0x396ee70.svg b/examples/dsp_files/matrix-svg/make-0x396ee70.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x396ee70.svg rename to examples/dsp_files/matrix-svg/make-0x396ee70.svg diff --git a/dsp_files/matrix-svg/make-0x39711f0.svg b/examples/dsp_files/matrix-svg/make-0x39711f0.svg similarity index 100% rename from dsp_files/matrix-svg/make-0x39711f0.svg rename to examples/dsp_files/matrix-svg/make-0x39711f0.svg diff --git a/dsp_files/matrix-svg/matrix-0x2de6410.svg b/examples/dsp_files/matrix-svg/matrix-0x2de6410.svg similarity index 100% rename from dsp_files/matrix-svg/matrix-0x2de6410.svg rename to examples/dsp_files/matrix-svg/matrix-0x2de6410.svg diff --git a/dsp_files/matrix-svg/matrix-0x3972ad0.svg b/examples/dsp_files/matrix-svg/matrix-0x3972ad0.svg similarity index 100% rename from dsp_files/matrix-svg/matrix-0x3972ad0.svg rename to examples/dsp_files/matrix-svg/matrix-0x3972ad0.svg diff --git a/dsp_files/matrix-svg/multiply-0x396ef50.svg b/examples/dsp_files/matrix-svg/multiply-0x396ef50.svg similarity index 100% rename from dsp_files/matrix-svg/multiply-0x396ef50.svg rename to examples/dsp_files/matrix-svg/multiply-0x396ef50.svg diff --git a/dsp_files/matrix-svg/process.svg b/examples/dsp_files/matrix-svg/process.svg similarity index 100% rename from dsp_files/matrix-svg/process.svg rename to examples/dsp_files/matrix-svg/process.svg diff --git a/dsp_files/matrix.dsp b/examples/dsp_files/matrix.dsp similarity index 100% rename from dsp_files/matrix.dsp rename to examples/dsp_files/matrix.dsp diff --git a/dsp_files/matrix_mul-svg/accumulate-0x1ae2320.svg b/examples/dsp_files/matrix_mul-svg/accumulate-0x1ae2320.svg similarity index 100% rename from dsp_files/matrix_mul-svg/accumulate-0x1ae2320.svg rename to examples/dsp_files/matrix_mul-svg/accumulate-0x1ae2320.svg diff --git a/dsp_files/matrix_mul-svg/get-0x1ae7df0.svg b/examples/dsp_files/matrix_mul-svg/get-0x1ae7df0.svg similarity index 100% rename from dsp_files/matrix_mul-svg/get-0x1ae7df0.svg rename to examples/dsp_files/matrix_mul-svg/get-0x1ae7df0.svg diff --git a/dsp_files/matrix_mul-svg/get-0x1af0720.svg b/examples/dsp_files/matrix_mul-svg/get-0x1af0720.svg similarity index 100% rename from dsp_files/matrix_mul-svg/get-0x1af0720.svg rename to examples/dsp_files/matrix_mul-svg/get-0x1af0720.svg diff --git a/dsp_files/matrix_mul-svg/get-0x1af86b0.svg b/examples/dsp_files/matrix_mul-svg/get-0x1af86b0.svg similarity index 100% rename from dsp_files/matrix_mul-svg/get-0x1af86b0.svg rename to examples/dsp_files/matrix_mul-svg/get-0x1af86b0.svg diff --git a/dsp_files/matrix_mul-svg/make-0x1adb350.svg b/examples/dsp_files/matrix_mul-svg/make-0x1adb350.svg similarity index 100% rename from dsp_files/matrix_mul-svg/make-0x1adb350.svg rename to examples/dsp_files/matrix_mul-svg/make-0x1adb350.svg diff --git a/dsp_files/matrix_mul-svg/make-0x1af97a0.svg b/examples/dsp_files/matrix_mul-svg/make-0x1af97a0.svg similarity index 100% rename from dsp_files/matrix_mul-svg/make-0x1af97a0.svg rename to examples/dsp_files/matrix_mul-svg/make-0x1af97a0.svg diff --git a/dsp_files/matrix_mul-svg/make-0x1b12960.svg b/examples/dsp_files/matrix_mul-svg/make-0x1b12960.svg similarity index 100% rename from dsp_files/matrix_mul-svg/make-0x1b12960.svg rename to examples/dsp_files/matrix_mul-svg/make-0x1b12960.svg diff --git a/dsp_files/matrix_mul-svg/make-0x1b2bcc0.svg b/examples/dsp_files/matrix_mul-svg/make-0x1b2bcc0.svg similarity index 100% rename from dsp_files/matrix_mul-svg/make-0x1b2bcc0.svg rename to examples/dsp_files/matrix_mul-svg/make-0x1b2bcc0.svg diff --git a/dsp_files/matrix_mul-svg/make-0x1b2de60.svg b/examples/dsp_files/matrix_mul-svg/make-0x1b2de60.svg similarity index 100% rename from dsp_files/matrix_mul-svg/make-0x1b2de60.svg rename to examples/dsp_files/matrix_mul-svg/make-0x1b2de60.svg diff --git a/dsp_files/matrix_mul-svg/make-0x1b2f770.svg b/examples/dsp_files/matrix_mul-svg/make-0x1b2f770.svg similarity index 100% rename from dsp_files/matrix_mul-svg/make-0x1b2f770.svg rename to examples/dsp_files/matrix_mul-svg/make-0x1b2f770.svg diff --git a/dsp_files/matrix_mul-svg/matrix-0x1aca6b0.svg b/examples/dsp_files/matrix_mul-svg/matrix-0x1aca6b0.svg similarity index 100% rename from dsp_files/matrix_mul-svg/matrix-0x1aca6b0.svg rename to examples/dsp_files/matrix_mul-svg/matrix-0x1aca6b0.svg diff --git a/dsp_files/matrix_mul-svg/matrix-0x1b2f950.svg b/examples/dsp_files/matrix_mul-svg/matrix-0x1b2f950.svg similarity index 100% rename from dsp_files/matrix_mul-svg/matrix-0x1b2f950.svg rename to examples/dsp_files/matrix_mul-svg/matrix-0x1b2f950.svg diff --git a/dsp_files/matrix_mul-svg/multiply-0x1b2bda0.svg b/examples/dsp_files/matrix_mul-svg/multiply-0x1b2bda0.svg similarity index 100% rename from dsp_files/matrix_mul-svg/multiply-0x1b2bda0.svg rename to examples/dsp_files/matrix_mul-svg/multiply-0x1b2bda0.svg diff --git a/dsp_files/matrix_mul-svg/process.svg b/examples/dsp_files/matrix_mul-svg/process.svg similarity index 100% rename from dsp_files/matrix_mul-svg/process.svg rename to examples/dsp_files/matrix_mul-svg/process.svg diff --git a/dsp_files/matrix_mul.dsp b/examples/dsp_files/matrix_mul.dsp similarity index 100% rename from dsp_files/matrix_mul.dsp rename to examples/dsp_files/matrix_mul.dsp diff --git a/dsp_files/mrfaustlib/complex.lib b/examples/dsp_files/mrfaustlib/complex.lib similarity index 100% rename from dsp_files/mrfaustlib/complex.lib rename to examples/dsp_files/mrfaustlib/complex.lib diff --git a/dsp_files/mrfaustlib/fft.lib b/examples/dsp_files/mrfaustlib/fft.lib similarity index 100% rename from dsp_files/mrfaustlib/fft.lib rename to examples/dsp_files/mrfaustlib/fft.lib diff --git a/dsp_files/rec_test.dsp b/examples/dsp_files/rec_test.dsp similarity index 100% rename from dsp_files/rec_test.dsp rename to examples/dsp_files/rec_test.dsp diff --git a/dsp_files/sin.dsp b/examples/dsp_files/sin.dsp similarity index 100% rename from dsp_files/sin.dsp rename to examples/dsp_files/sin.dsp diff --git a/dsp_files/square.dsp b/examples/dsp_files/square.dsp similarity index 100% rename from dsp_files/square.dsp rename to examples/dsp_files/square.dsp diff --git a/dsp_files/test_complex_lib-svg/carte-0x1e335d0.svg b/examples/dsp_files/test_complex_lib-svg/carte-0x1e335d0.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/carte-0x1e335d0.svg rename to examples/dsp_files/test_complex_lib-svg/carte-0x1e335d0.svg diff --git a/dsp_files/test_complex_lib-svg/carte-0x24da360.svg b/examples/dsp_files/test_complex_lib-svg/carte-0x24da360.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/carte-0x24da360.svg rename to examples/dsp_files/test_complex_lib-svg/carte-0x24da360.svg diff --git a/dsp_files/test_complex_lib-svg/carte-0x27c3360.svg b/examples/dsp_files/test_complex_lib-svg/carte-0x27c3360.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/carte-0x27c3360.svg rename to examples/dsp_files/test_complex_lib-svg/carte-0x27c3360.svg diff --git a/dsp_files/test_complex_lib-svg/carte-0x2972360.svg b/examples/dsp_files/test_complex_lib-svg/carte-0x2972360.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/carte-0x2972360.svg rename to examples/dsp_files/test_complex_lib-svg/carte-0x2972360.svg diff --git a/dsp_files/test_complex_lib-svg/carte-0x362d2d0.svg b/examples/dsp_files/test_complex_lib-svg/carte-0x362d2d0.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/carte-0x362d2d0.svg rename to examples/dsp_files/test_complex_lib-svg/carte-0x362d2d0.svg diff --git a/dsp_files/test_complex_lib-svg/pcplx-0x1e45640.svg b/examples/dsp_files/test_complex_lib-svg/pcplx-0x1e45640.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/pcplx-0x1e45640.svg rename to examples/dsp_files/test_complex_lib-svg/pcplx-0x1e45640.svg diff --git a/dsp_files/test_complex_lib-svg/pcplx-0x24eee40.svg b/examples/dsp_files/test_complex_lib-svg/pcplx-0x24eee40.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/pcplx-0x24eee40.svg rename to examples/dsp_files/test_complex_lib-svg/pcplx-0x24eee40.svg diff --git a/dsp_files/test_complex_lib-svg/pcplx-0x27d7e40.svg b/examples/dsp_files/test_complex_lib-svg/pcplx-0x27d7e40.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/pcplx-0x27d7e40.svg rename to examples/dsp_files/test_complex_lib-svg/pcplx-0x27d7e40.svg diff --git a/dsp_files/test_complex_lib-svg/pcplx-0x2986e40.svg b/examples/dsp_files/test_complex_lib-svg/pcplx-0x2986e40.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/pcplx-0x2986e40.svg rename to examples/dsp_files/test_complex_lib-svg/pcplx-0x2986e40.svg diff --git a/dsp_files/test_complex_lib-svg/pcplx-0x3641900.svg b/examples/dsp_files/test_complex_lib-svg/pcplx-0x3641900.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/pcplx-0x3641900.svg rename to examples/dsp_files/test_complex_lib-svg/pcplx-0x3641900.svg diff --git a/dsp_files/test_complex_lib-svg/process.svg b/examples/dsp_files/test_complex_lib-svg/process.svg similarity index 100% rename from dsp_files/test_complex_lib-svg/process.svg rename to examples/dsp_files/test_complex_lib-svg/process.svg diff --git a/dsp_files/test_complex_lib.dsp b/examples/dsp_files/test_complex_lib.dsp similarity index 100% rename from dsp_files/test_complex_lib.dsp rename to examples/dsp_files/test_complex_lib.dsp diff --git a/dsp_files/tests/complex_test-svg/C-0x213af80.svg b/examples/dsp_files/tests/complex_test-svg/C-0x213af80.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/C-0x213af80.svg rename to examples/dsp_files/tests/complex_test-svg/C-0x213af80.svg diff --git a/dsp_files/tests/complex_test-svg/C-0x2a6ca30.svg b/examples/dsp_files/tests/complex_test-svg/C-0x2a6ca30.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/C-0x2a6ca30.svg rename to examples/dsp_files/tests/complex_test-svg/C-0x2a6ca30.svg diff --git a/dsp_files/tests/complex_test-svg/C-0x3106790.svg b/examples/dsp_files/tests/complex_test-svg/C-0x3106790.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/C-0x3106790.svg rename to examples/dsp_files/tests/complex_test-svg/C-0x3106790.svg diff --git a/dsp_files/tests/complex_test-svg/D-0x2139650.svg b/examples/dsp_files/tests/complex_test-svg/D-0x2139650.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/D-0x2139650.svg rename to examples/dsp_files/tests/complex_test-svg/D-0x2139650.svg diff --git a/dsp_files/tests/complex_test-svg/D-0x2a6b100.svg b/examples/dsp_files/tests/complex_test-svg/D-0x2a6b100.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/D-0x2a6b100.svg rename to examples/dsp_files/tests/complex_test-svg/D-0x2a6b100.svg diff --git a/dsp_files/tests/complex_test-svg/D-0x3104d80.svg b/examples/dsp_files/tests/complex_test-svg/D-0x3104d80.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/D-0x3104d80.svg rename to examples/dsp_files/tests/complex_test-svg/D-0x3104d80.svg diff --git a/dsp_files/tests/complex_test-svg/carte2polar-0x172f320.svg b/examples/dsp_files/tests/complex_test-svg/carte2polar-0x172f320.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/carte2polar-0x172f320.svg rename to examples/dsp_files/tests/complex_test-svg/carte2polar-0x172f320.svg diff --git a/dsp_files/tests/complex_test-svg/carte2polar-0x1817fa0.svg b/examples/dsp_files/tests/complex_test-svg/carte2polar-0x1817fa0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/carte2polar-0x1817fa0.svg rename to examples/dsp_files/tests/complex_test-svg/carte2polar-0x1817fa0.svg diff --git a/dsp_files/tests/complex_test-svg/carte2polar-0x1ae1be0.svg b/examples/dsp_files/tests/complex_test-svg/carte2polar-0x1ae1be0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/carte2polar-0x1ae1be0.svg rename to examples/dsp_files/tests/complex_test-svg/carte2polar-0x1ae1be0.svg diff --git a/dsp_files/tests/complex_test-svg/carte2polar-0x2a66930.svg b/examples/dsp_files/tests/complex_test-svg/carte2polar-0x2a66930.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/carte2polar-0x2a66930.svg rename to examples/dsp_files/tests/complex_test-svg/carte2polar-0x2a66930.svg diff --git a/dsp_files/tests/complex_test-svg/carte2polar-0x2e6b040.svg b/examples/dsp_files/tests/complex_test-svg/carte2polar-0x2e6b040.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/carte2polar-0x2e6b040.svg rename to examples/dsp_files/tests/complex_test-svg/carte2polar-0x2e6b040.svg diff --git a/dsp_files/tests/complex_test-svg/carte2polar-0x30feb80.svg b/examples/dsp_files/tests/complex_test-svg/carte2polar-0x30feb80.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/carte2polar-0x30feb80.svg rename to examples/dsp_files/tests/complex_test-svg/carte2polar-0x30feb80.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x172d780.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x172d780.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x172d780.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x172d780.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x172ee20.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x172ee20.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x172ee20.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x172ee20.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x172efc0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x172efc0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x172efc0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x172efc0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x1816400.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x1816400.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x1816400.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x1816400.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x1817aa0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x1817aa0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x1817aa0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x1817aa0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x1817c40.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x1817c40.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x1817c40.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x1817c40.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x1adfe80.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x1adfe80.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x1adfe80.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x1adfe80.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x1ae16e0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x1ae16e0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x1ae16e0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x1ae16e0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x1ae1880.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x1ae1880.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x1ae1880.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x1ae1880.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2a64d90.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2a64d90.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2a64d90.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2a64d90.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2a66430.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2a66430.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2a66430.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2a66430.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2a665d0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2a665d0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2a665d0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2a665d0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2a67ef0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2a67ef0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2a67ef0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2a67ef0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2e694a0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2e694a0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2e694a0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2e694a0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2e6ab40.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2e6ab40.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2e6ab40.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2e6ab40.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x2e6ace0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x2e6ace0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x2e6ace0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x2e6ace0.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x30fce00.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x30fce00.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x30fce00.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x30fce00.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x30fe680.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x30fe680.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x30fe680.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x30fe680.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x30fe820.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x30fe820.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x30fe820.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x30fe820.svg diff --git a/dsp_files/tests/complex_test-svg/ccplx-0x320b4b0.svg b/examples/dsp_files/tests/complex_test-svg/ccplx-0x320b4b0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/ccplx-0x320b4b0.svg rename to examples/dsp_files/tests/complex_test-svg/ccplx-0x320b4b0.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2134e20.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2134e20.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2134e20.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2134e20.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2135980.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2135980.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2135980.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2135980.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2136040.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2136040.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2136040.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2136040.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2a60150.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2a60150.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2a60150.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2a60150.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2a60cb0.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2a60cb0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2a60cb0.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2a60cb0.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2a61370.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2a61370.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2a61370.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2a61370.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x2a62570.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x2a62570.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x2a62570.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x2a62570.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x3100ca0.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x3100ca0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x3100ca0.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x3100ca0.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x3101800.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x3101800.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x3101800.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x3101800.svg diff --git a/dsp_files/tests/complex_test-svg/pcplx-0x3101ec0.svg b/examples/dsp_files/tests/complex_test-svg/pcplx-0x3101ec0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/pcplx-0x3101ec0.svg rename to examples/dsp_files/tests/complex_test-svg/pcplx-0x3101ec0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x16e91f0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x16e91f0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x16e91f0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x16e91f0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x17d21f0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x17d21f0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x17d21f0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x17d21f0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x1aa41f0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x1aa41f0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x1aa41f0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x1aa41f0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x20f8ff0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x20f8ff0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x20f8ff0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x20f8ff0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x2a248d0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x2a248d0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x2a248d0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x2a248d0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x2e251f0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x2e251f0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x2e251f0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x2e251f0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x30beff0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x30beff0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x30beff0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x30beff0.svg diff --git a/dsp_files/tests/complex_test-svg/polar-0x31c81f0.svg b/examples/dsp_files/tests/complex_test-svg/polar-0x31c81f0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar-0x31c81f0.svg rename to examples/dsp_files/tests/complex_test-svg/polar-0x31c81f0.svg diff --git a/dsp_files/tests/complex_test-svg/polar2carte-0x2135ce0.svg b/examples/dsp_files/tests/complex_test-svg/polar2carte-0x2135ce0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar2carte-0x2135ce0.svg rename to examples/dsp_files/tests/complex_test-svg/polar2carte-0x2135ce0.svg diff --git a/dsp_files/tests/complex_test-svg/polar2carte-0x2a61010.svg b/examples/dsp_files/tests/complex_test-svg/polar2carte-0x2a61010.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar2carte-0x2a61010.svg rename to examples/dsp_files/tests/complex_test-svg/polar2carte-0x2a61010.svg diff --git a/dsp_files/tests/complex_test-svg/polar2carte-0x3101b60.svg b/examples/dsp_files/tests/complex_test-svg/polar2carte-0x3101b60.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/polar2carte-0x3101b60.svg rename to examples/dsp_files/tests/complex_test-svg/polar2carte-0x3101b60.svg diff --git a/dsp_files/tests/complex_test-svg/process.svg b/examples/dsp_files/tests/complex_test-svg/process.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/process.svg rename to examples/dsp_files/tests/complex_test-svg/process.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x172b160.svg b/examples/dsp_files/tests/complex_test-svg/real-0x172b160.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x172b160.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x172b160.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x172c6c0.svg b/examples/dsp_files/tests/complex_test-svg/real-0x172c6c0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x172c6c0.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x172c6c0.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x172d260.svg b/examples/dsp_files/tests/complex_test-svg/real-0x172d260.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x172d260.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x172d260.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x1813f20.svg b/examples/dsp_files/tests/complex_test-svg/real-0x1813f20.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x1813f20.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x1813f20.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x18154c0.svg b/examples/dsp_files/tests/complex_test-svg/real-0x18154c0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x18154c0.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x18154c0.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x1815ee0.svg b/examples/dsp_files/tests/complex_test-svg/real-0x1815ee0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x1815ee0.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x1815ee0.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x2e66f20.svg b/examples/dsp_files/tests/complex_test-svg/real-0x2e66f20.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x2e66f20.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x2e66f20.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x2e683e0.svg b/examples/dsp_files/tests/complex_test-svg/real-0x2e683e0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x2e683e0.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x2e683e0.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x2e68f80.svg b/examples/dsp_files/tests/complex_test-svg/real-0x2e68f80.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x2e68f80.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x2e68f80.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x3208fd0.svg b/examples/dsp_files/tests/complex_test-svg/real-0x3208fd0.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x3208fd0.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x3208fd0.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x320a490.svg b/examples/dsp_files/tests/complex_test-svg/real-0x320a490.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x320a490.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x320a490.svg diff --git a/dsp_files/tests/complex_test-svg/real-0x320af90.svg b/examples/dsp_files/tests/complex_test-svg/real-0x320af90.svg similarity index 100% rename from dsp_files/tests/complex_test-svg/real-0x320af90.svg rename to examples/dsp_files/tests/complex_test-svg/real-0x320af90.svg diff --git a/dsp_files/tests/complex_test.dsp b/examples/dsp_files/tests/complex_test.dsp similarity index 100% rename from dsp_files/tests/complex_test.dsp rename to examples/dsp_files/tests/complex_test.dsp diff --git a/dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1d71da0.svg b/examples/dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1d71da0.svg similarity index 100% rename from dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1d71da0.svg rename to examples/dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1d71da0.svg diff --git a/dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1e0cda0.svg b/examples/dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1e0cda0.svg similarity index 100% rename from dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1e0cda0.svg rename to examples/dsp_files/tests/even-odd-circuit-svg/oneOutputStereoF-0x1e0cda0.svg diff --git a/dsp_files/tests/even-odd-circuit-svg/process.svg b/examples/dsp_files/tests/even-odd-circuit-svg/process.svg similarity index 100% rename from dsp_files/tests/even-odd-circuit-svg/process.svg rename to examples/dsp_files/tests/even-odd-circuit-svg/process.svg diff --git a/dsp_files/tests/even-odd-test.dsp b/examples/dsp_files/tests/even-odd-test.dsp similarity index 100% rename from dsp_files/tests/even-odd-test.dsp rename to examples/dsp_files/tests/even-odd-test.dsp diff --git a/dsp_files/tests/fft_patten_test-svg/eo-0x2029830.svg b/examples/dsp_files/tests/fft_patten_test-svg/eo-0x2029830.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/eo-0x2029830.svg rename to examples/dsp_files/tests/fft_patten_test-svg/eo-0x2029830.svg diff --git a/dsp_files/tests/fft_patten_test-svg/eo-0x236c830.svg b/examples/dsp_files/tests/fft_patten_test-svg/eo-0x236c830.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/eo-0x236c830.svg rename to examples/dsp_files/tests/fft_patten_test-svg/eo-0x236c830.svg diff --git a/dsp_files/tests/fft_patten_test-svg/eo-0x2859830.svg b/examples/dsp_files/tests/fft_patten_test-svg/eo-0x2859830.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/eo-0x2859830.svg rename to examples/dsp_files/tests/fft_patten_test-svg/eo-0x2859830.svg diff --git a/dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x20186d0.svg b/examples/dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x20186d0.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x20186d0.svg rename to examples/dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x20186d0.svg diff --git a/dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x235b6d0.svg b/examples/dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x235b6d0.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x235b6d0.svg rename to examples/dsp_files/tests/fft_patten_test-svg/oneOutputStereoF-0x235b6d0.svg diff --git a/dsp_files/tests/fft_patten_test-svg/output-0x21f4f00.svg b/examples/dsp_files/tests/fft_patten_test-svg/output-0x21f4f00.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/output-0x21f4f00.svg rename to examples/dsp_files/tests/fft_patten_test-svg/output-0x21f4f00.svg diff --git a/dsp_files/tests/fft_patten_test-svg/output-0x28486d0.svg b/examples/dsp_files/tests/fft_patten_test-svg/output-0x28486d0.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/output-0x28486d0.svg rename to examples/dsp_files/tests/fft_patten_test-svg/output-0x28486d0.svg diff --git a/dsp_files/tests/fft_patten_test-svg/output-0x2859230.svg b/examples/dsp_files/tests/fft_patten_test-svg/output-0x2859230.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/output-0x2859230.svg rename to examples/dsp_files/tests/fft_patten_test-svg/output-0x2859230.svg diff --git a/dsp_files/tests/fft_patten_test-svg/process.svg b/examples/dsp_files/tests/fft_patten_test-svg/process.svg similarity index 100% rename from dsp_files/tests/fft_patten_test-svg/process.svg rename to examples/dsp_files/tests/fft_patten_test-svg/process.svg diff --git a/dsp_files/tests/fft_patten_test.dsp b/examples/dsp_files/tests/fft_patten_test.dsp similarity index 100% rename from dsp_files/tests/fft_patten_test.dsp rename to examples/dsp_files/tests/fft_patten_test.dsp diff --git a/dsp_files/tests/import_test-svg/process.svg b/examples/dsp_files/tests/import_test-svg/process.svg similarity index 100% rename from dsp_files/tests/import_test-svg/process.svg rename to examples/dsp_files/tests/import_test-svg/process.svg diff --git a/dsp_files/tests/import_test.dsp b/examples/dsp_files/tests/import_test.dsp similarity index 100% rename from dsp_files/tests/import_test.dsp rename to examples/dsp_files/tests/import_test.dsp diff --git a/dsp_files/tests/matrix_mul_test.dsp b/examples/dsp_files/tests/matrix_mul_test.dsp similarity index 100% rename from dsp_files/tests/matrix_mul_test.dsp rename to examples/dsp_files/tests/matrix_mul_test.dsp diff --git a/dsp_files/vect_svg.dsp b/examples/dsp_files/vect_svg.dsp similarity index 100% rename from dsp_files/vect_svg.dsp rename to examples/dsp_files/vect_svg.dsp diff --git a/dsp_files/vector-pattern.dsp b/examples/dsp_files/vector-pattern.dsp similarity index 100% rename from dsp_files/vector-pattern.dsp rename to examples/dsp_files/vector-pattern.dsp diff --git a/input_sounds/0.0001_5s.wav b/examples/input_sounds/0.0001_5s.wav similarity index 100% rename from input_sounds/0.0001_5s.wav rename to examples/input_sounds/0.0001_5s.wav diff --git a/input_sounds/0.001_sample_1000.wav b/examples/input_sounds/0.001_sample_1000.wav similarity index 100% rename from input_sounds/0.001_sample_1000.wav rename to examples/input_sounds/0.001_sample_1000.wav diff --git a/input_sounds/chirp.csv b/examples/input_sounds/chirp.csv similarity index 100% rename from input_sounds/chirp.csv rename to examples/input_sounds/chirp.csv diff --git a/input_sounds/chirp_128samples.csv b/examples/input_sounds/chirp_128samples.csv similarity index 100% rename from input_sounds/chirp_128samples.csv rename to examples/input_sounds/chirp_128samples.csv diff --git a/input_sounds/chirp_1s.wav b/examples/input_sounds/chirp_1s.wav similarity index 100% rename from input_sounds/chirp_1s.wav rename to examples/input_sounds/chirp_1s.wav diff --git a/input_sounds/chirp_5s.wav b/examples/input_sounds/chirp_5s.wav similarity index 100% rename from input_sounds/chirp_5s.wav rename to examples/input_sounds/chirp_5s.wav diff --git a/input_sounds/chirps_default_128samples.wav b/examples/input_sounds/chirps_default_128samples.wav similarity index 100% rename from input_sounds/chirps_default_128samples.wav rename to examples/input_sounds/chirps_default_128samples.wav diff --git a/input_sounds/constantmat.csv b/examples/input_sounds/constantmat.csv similarity index 100% rename from input_sounds/constantmat.csv rename to examples/input_sounds/constantmat.csv diff --git a/input_sounds/googrid.csv b/examples/input_sounds/googrid.csv similarity index 100% rename from input_sounds/googrid.csv rename to examples/input_sounds/googrid.csv diff --git a/input_sounds/hcosine-32.csv b/examples/input_sounds/hcosine-32.csv similarity index 100% rename from input_sounds/hcosine-32.csv rename to examples/input_sounds/hcosine-32.csv diff --git a/input_sounds/hcosine-64.csv b/examples/input_sounds/hcosine-64.csv similarity index 100% rename from input_sounds/hcosine-64.csv rename to examples/input_sounds/hcosine-64.csv diff --git a/input_sounds/noise_ampli_0.8_1s.wav b/examples/input_sounds/noise_ampli_0.8_1s.wav similarity index 100% rename from input_sounds/noise_ampli_0.8_1s.wav rename to examples/input_sounds/noise_ampli_0.8_1s.wav diff --git a/input_sounds/octave-core b/examples/input_sounds/octave-core similarity index 100% rename from input_sounds/octave-core rename to examples/input_sounds/octave-core diff --git a/input_sounds/orchestre_orig-v1-short.wav b/examples/input_sounds/orchestre_orig-v1-short.wav similarity index 100% rename from input_sounds/orchestre_orig-v1-short.wav rename to examples/input_sounds/orchestre_orig-v1-short.wav diff --git a/input_sounds/orchestre_orig-v1-short_chanel_right.wav b/examples/input_sounds/orchestre_orig-v1-short_chanel_right.wav similarity index 100% rename from input_sounds/orchestre_orig-v1-short_chanel_right.wav rename to examples/input_sounds/orchestre_orig-v1-short_chanel_right.wav diff --git a/input_sounds/output0.wav b/examples/input_sounds/output0.wav similarity index 100% rename from input_sounds/output0.wav rename to examples/input_sounds/output0.wav diff --git a/input_sounds/output_faust.wav b/examples/input_sounds/output_faust.wav similarity index 100% rename from input_sounds/output_faust.wav rename to examples/input_sounds/output_faust.wav diff --git a/input_sounds/output_ocaml.wav b/examples/input_sounds/output_ocaml.wav similarity index 100% rename from input_sounds/output_ocaml.wav rename to examples/input_sounds/output_ocaml.wav diff --git a/input_sounds/output_ocaml_2.wav b/examples/input_sounds/output_ocaml_2.wav similarity index 100% rename from input_sounds/output_ocaml_2.wav rename to examples/input_sounds/output_ocaml_2.wav diff --git a/input_sounds/sin_1378Hz_0.005_ampli_128samples.wav b/examples/input_sounds/sin_1378Hz_0.005_ampli_128samples.wav similarity index 100% rename from input_sounds/sin_1378Hz_0.005_ampli_128samples.wav rename to examples/input_sounds/sin_1378Hz_0.005_ampli_128samples.wav diff --git a/input_sounds/sin_16536Hz_0.005_ampli_128samples.wav b/examples/input_sounds/sin_16536Hz_0.005_ampli_128samples.wav similarity index 100% rename from input_sounds/sin_16536Hz_0.005_ampli_128samples.wav rename to examples/input_sounds/sin_16536Hz_0.005_ampli_128samples.wav diff --git a/input_sounds/sin_2067Hz_0.005_ampli_128samples.wav b/examples/input_sounds/sin_2067Hz_0.005_ampli_128samples.wav similarity index 100% rename from input_sounds/sin_2067Hz_0.005_ampli_128samples.wav rename to examples/input_sounds/sin_2067Hz_0.005_ampli_128samples.wav diff --git a/input_sounds/sin_22000Hz_0.005_ampli_128samples.wav b/examples/input_sounds/sin_22000Hz_0.005_ampli_128samples.wav similarity index 100% rename from input_sounds/sin_22000Hz_0.005_ampli_128samples.wav rename to examples/input_sounds/sin_22000Hz_0.005_ampli_128samples.wav diff --git a/input_sounds/sin_689Hz_0.005_ampli_128samples.wav b/examples/input_sounds/sin_689Hz_0.005_ampli_128samples.wav similarity index 100% rename from input_sounds/sin_689Hz_0.005_ampli_128samples.wav rename to examples/input_sounds/sin_689Hz_0.005_ampli_128samples.wav diff --git a/input_sounds/sin_689Hz_0.5ampli_128samples.wav b/examples/input_sounds/sin_689Hz_0.5ampli_128samples.wav similarity index 100% rename from input_sounds/sin_689Hz_0.5ampli_128samples.wav rename to examples/input_sounds/sin_689Hz_0.5ampli_128samples.wav diff --git a/input_sounds/sin_689Hz_small_ampli_128samples.wav b/examples/input_sounds/sin_689Hz_small_ampli_128samples.wav similarity index 100% rename from input_sounds/sin_689Hz_small_ampli_128samples.wav rename to examples/input_sounds/sin_689Hz_small_ampli_128samples.wav diff --git a/input_sounds/sin_ampli_0.05_fre_100_5s.wav b/examples/input_sounds/sin_ampli_0.05_fre_100_5s.wav similarity index 100% rename from input_sounds/sin_ampli_0.05_fre_100_5s.wav rename to examples/input_sounds/sin_ampli_0.05_fre_100_5s.wav diff --git a/input_sounds/sin_ampli_0.05_fre_100_5s_2.wav b/examples/input_sounds/sin_ampli_0.05_fre_100_5s_2.wav similarity index 100% rename from input_sounds/sin_ampli_0.05_fre_100_5s_2.wav rename to examples/input_sounds/sin_ampli_0.05_fre_100_5s_2.wav diff --git a/input_sounds/sin_ampli_0.05_fre_10_5s.wav b/examples/input_sounds/sin_ampli_0.05_fre_10_5s.wav similarity index 100% rename from input_sounds/sin_ampli_0.05_fre_10_5s.wav rename to examples/input_sounds/sin_ampli_0.05_fre_10_5s.wav diff --git a/input_sounds/sin_ampli_0.05_fre_10_5s_2.wav b/examples/input_sounds/sin_ampli_0.05_fre_10_5s_2.wav similarity index 100% rename from input_sounds/sin_ampli_0.05_fre_10_5s_2.wav rename to examples/input_sounds/sin_ampli_0.05_fre_10_5s_2.wav diff --git a/input_sounds/sin_ampli_0.2_fre_10_5s.wav b/examples/input_sounds/sin_ampli_0.2_fre_10_5s.wav similarity index 100% rename from input_sounds/sin_ampli_0.2_fre_10_5s.wav rename to examples/input_sounds/sin_ampli_0.2_fre_10_5s.wav diff --git a/input_sounds/sin_ampli_0.2_fre_10_5s_2.wav b/examples/input_sounds/sin_ampli_0.2_fre_10_5s_2.wav similarity index 100% rename from input_sounds/sin_ampli_0.2_fre_10_5s_2.wav rename to examples/input_sounds/sin_ampli_0.2_fre_10_5s_2.wav diff --git a/input_sounds/sin_ampli_0.5_fre_100_5s.wav b/examples/input_sounds/sin_ampli_0.5_fre_100_5s.wav similarity index 100% rename from input_sounds/sin_ampli_0.5_fre_100_5s.wav rename to examples/input_sounds/sin_ampli_0.5_fre_100_5s.wav diff --git a/input_sounds/sin_ampli_0.5_fre_100_5s_2.wav b/examples/input_sounds/sin_ampli_0.5_fre_100_5s_2.wav similarity index 100% rename from input_sounds/sin_ampli_0.5_fre_100_5s_2.wav rename to examples/input_sounds/sin_ampli_0.5_fre_100_5s_2.wav diff --git a/input_sounds/sin_fre_1000Hz_ampli_1_1s.wav b/examples/input_sounds/sin_fre_1000Hz_ampli_1_1s.wav similarity index 100% rename from input_sounds/sin_fre_1000Hz_ampli_1_1s.wav rename to examples/input_sounds/sin_fre_1000Hz_ampli_1_1s.wav diff --git a/input_sounds/sin_fre_1000Hz_ampli_1_samples_1000.wav b/examples/input_sounds/sin_fre_1000Hz_ampli_1_samples_1000.wav similarity index 100% rename from input_sounds/sin_fre_1000Hz_ampli_1_samples_1000.wav rename to examples/input_sounds/sin_fre_1000Hz_ampli_1_samples_1000.wav diff --git a/input_sounds/sin_fre_100Hz_ampli_1_1s.wav b/examples/input_sounds/sin_fre_100Hz_ampli_1_1s.wav similarity index 100% rename from input_sounds/sin_fre_100Hz_ampli_1_1s.wav rename to examples/input_sounds/sin_fre_100Hz_ampli_1_1s.wav diff --git a/input_sounds/sin_fre_10Hz_ampli_1_1s.wav b/examples/input_sounds/sin_fre_10Hz_ampli_1_1s.wav similarity index 100% rename from input_sounds/sin_fre_10Hz_ampli_1_1s.wav rename to examples/input_sounds/sin_fre_10Hz_ampli_1_1s.wav diff --git a/input_sounds/sin_fre_2000Hz_ampli_1_5s.wav b/examples/input_sounds/sin_fre_2000Hz_ampli_1_5s.wav similarity index 100% rename from input_sounds/sin_fre_2000Hz_ampli_1_5s.wav rename to examples/input_sounds/sin_fre_2000Hz_ampli_1_5s.wav diff --git a/input_sounds/sin_fre_200Hz_ampli_1_5s.wav b/examples/input_sounds/sin_fre_200Hz_ampli_1_5s.wav similarity index 100% rename from input_sounds/sin_fre_200Hz_ampli_1_5s.wav rename to examples/input_sounds/sin_fre_200Hz_ampli_1_5s.wav diff --git a/input_sounds/sin_fre_200Hz_ampli_1_samples_1000.wav b/examples/input_sounds/sin_fre_200Hz_ampli_1_samples_1000.wav similarity index 100% rename from input_sounds/sin_fre_200Hz_ampli_1_samples_1000.wav rename to examples/input_sounds/sin_fre_200Hz_ampli_1_samples_1000.wav diff --git a/input_sounds/sin_fre_440Hz_ampli_0.8_1s.wav b/examples/input_sounds/sin_fre_440Hz_ampli_0.8_1s.wav similarity index 100% rename from input_sounds/sin_fre_440Hz_ampli_0.8_1s.wav rename to examples/input_sounds/sin_fre_440Hz_ampli_0.8_1s.wav diff --git a/input_sounds/sin_fre_44Hz_ampli_0.8_1s.wav b/examples/input_sounds/sin_fre_44Hz_ampli_0.8_1s.wav similarity index 100% rename from input_sounds/sin_fre_44Hz_ampli_0.8_1s.wav rename to examples/input_sounds/sin_fre_44Hz_ampli_0.8_1s.wav diff --git a/input_sounds/sin_fre_500Hz_ampli_1_1s.wav b/examples/input_sounds/sin_fre_500Hz_ampli_1_1s.wav similarity index 100% rename from input_sounds/sin_fre_500Hz_ampli_1_1s.wav rename to examples/input_sounds/sin_fre_500Hz_ampli_1_1s.wav diff --git a/input_sounds/sumsin.wav b/examples/input_sounds/sumsin.wav similarity index 100% rename from input_sounds/sumsin.wav rename to examples/input_sounds/sumsin.wav diff --git a/input_sounds/test_eo8.wav b/examples/input_sounds/test_eo8.wav similarity index 100% rename from input_sounds/test_eo8.wav rename to examples/input_sounds/test_eo8.wav diff --git a/input_sounds/transpose_test.csv b/examples/input_sounds/transpose_test.csv similarity index 100% rename from input_sounds/transpose_test.csv rename to examples/input_sounds/transpose_test.csv diff --git a/input_sounds/weak_hcosine-32.csv b/examples/input_sounds/weak_hcosine-32.csv similarity index 100% rename from input_sounds/weak_hcosine-32.csv rename to examples/input_sounds/weak_hcosine-32.csv diff --git a/input_sounds/xxx.csv b/examples/input_sounds/xxx.csv similarity index 100% rename from input_sounds/xxx.csv rename to examples/input_sounds/xxx.csv diff --git a/input_sounds/xxx.wav b/examples/input_sounds/xxx.wav similarity index 100% rename from input_sounds/xxx.wav rename to examples/input_sounds/xxx.wav diff --git a/input_sounds/zero_1s.wav b/examples/input_sounds/zero_1s.wav similarity index 100% rename from input_sounds/zero_1s.wav rename to examples/input_sounds/zero_1s.wav diff --git a/input_sounds/zero_5s.wav b/examples/input_sounds/zero_5s.wav similarity index 100% rename from input_sounds/zero_5s.wav rename to examples/input_sounds/zero_5s.wav diff --git a/input_sounds/zero_sample_1000.wav b/examples/input_sounds/zero_sample_1000.wav similarity index 100% rename from input_sounds/zero_sample_1000.wav rename to examples/input_sounds/zero_sample_1000.wav diff --git a/output_sounds/fft_result.csv b/examples/output_sounds/fft_result.csv similarity index 100% rename from output_sounds/fft_result.csv rename to examples/output_sounds/fft_result.csv diff --git a/output_sounds/noise_ocaml.wav b/examples/output_sounds/noise_ocaml.wav similarity index 100% rename from output_sounds/noise_ocaml.wav rename to examples/output_sounds/noise_ocaml.wav diff --git a/output_sounds/octave_fft2d.csv b/examples/output_sounds/octave_fft2d.csv similarity index 100% rename from output_sounds/octave_fft2d.csv rename to examples/output_sounds/octave_fft2d.csv diff --git a/output_sounds/octave_myfft2d.csv b/examples/output_sounds/octave_myfft2d.csv similarity index 100% rename from output_sounds/octave_myfft2d.csv rename to examples/output_sounds/octave_myfft2d.csv diff --git a/output_sounds/output_22000Hz.wav b/examples/output_sounds/output_22000Hz.wav similarity index 100% rename from output_sounds/output_22000Hz.wav rename to examples/output_sounds/output_22000Hz.wav diff --git a/output_sounds/sin_faust.wav b/examples/output_sounds/sin_faust.wav similarity index 100% rename from output_sounds/sin_faust.wav rename to examples/output_sounds/sin_faust.wav diff --git a/output_sounds/sin_ocaml_1.wav b/examples/output_sounds/sin_ocaml_1.wav similarity index 100% rename from output_sounds/sin_ocaml_1.wav rename to examples/output_sounds/sin_ocaml_1.wav diff --git a/output_sounds/sin_ocaml_2.wav b/examples/output_sounds/sin_ocaml_2.wav similarity index 100% rename from output_sounds/sin_ocaml_2.wav rename to examples/output_sounds/sin_ocaml_2.wav diff --git a/output_sounds/transposed_fft.csv b/examples/output_sounds/transposed_fft.csv similarity index 100% rename from output_sounds/transposed_fft.csv rename to examples/output_sounds/transposed_fft.csv diff --git a/interpretor/.depend b/interpretor/.depend new file mode 100644 index 0000000..a22fe3f --- /dev/null +++ b/interpretor/.depend @@ -0,0 +1,27 @@ +types.cmo : +types.cmx : +parser.cmo : types.cmo parser.cmi +parser.cmx : types.cmx parser.cmi +basic.cmo : types.cmo +basic.cmx : types.cmx +symbol.cmo : types.cmo +symbol.cmx : types.cmx +aux.cmo : +aux.cmx : +value.cmo : types.cmo basic.cmo +value.cmx : types.cmx basic.cmx +signal.cmo : value.cmo types.cmo basic.cmo +signal.cmx : value.cmx types.cmx basic.cmx +beam.cmo : value.cmo types.cmo signal.cmo basic.cmo +beam.cmx : value.cmx types.cmx signal.cmx basic.cmx +process.cmo : value.cmo types.cmo symbol.cmo signal.cmo parser.cmi beam.cmo \ + basic.cmo aux.cmo +process.cmx : value.cmx types.cmx symbol.cmx signal.cmx parser.cmx beam.cmx \ + basic.cmx aux.cmx +faustio.cmo : value.cmo types.cmo signal.cmo beam.cmo basic.cmo aux.cmo +faustio.cmx : value.cmx types.cmx signal.cmx beam.cmx basic.cmx aux.cmx +preprocess.cmo : +preprocess.cmx : +main.cmo : process.cmo preprocess.cmo faustio.cmo aux.cmo +main.cmx : process.cmx preprocess.cmx faustio.cmx aux.cmx +parser.cmi : types.cmo diff --git a/interpretor/.depend.input b/interpretor/.depend.input new file mode 100644 index 0000000..1be67ce --- /dev/null +++ b/interpretor/.depend.input @@ -0,0 +1,17 @@ +aux.ml +basic.ml +beam.ml +faustio.ml +lexer.mll +lexer.mll +main.ml +parser.ml +parser.mli +preprocess.ml +preprocess_stubs.cpp +preprocess_stubs.cpp +process.ml +signal.ml +symbol.ml +types.ml +value.ml diff --git a/interpretor/Makefile b/interpretor/Makefile index e287f8b..4b0027e 100644 --- a/interpretor/Makefile +++ b/interpretor/Makefile @@ -16,7 +16,7 @@ export OCAML_INCLUDE_PATH export SNDFILE_PATH # Path to Faust.mr2 -FAUST_PATH = faust-0.9.47mr3 +FAUST_PATH = preprocessor/faust-0.9.47mr3 # Path to preprocessor library PREPROCESSOR_PATH = $(FAUST_PATH)/compiler diff --git a/interpretor/aux.cmi b/interpretor/aux.cmi new file mode 100644 index 0000000..a3e7872 Binary files /dev/null and b/interpretor/aux.cmi differ diff --git a/interpretor/aux.cmx b/interpretor/aux.cmx new file mode 100644 index 0000000..bb32c48 Binary files /dev/null and b/interpretor/aux.cmx differ diff --git a/interpretor/basic.cmi b/interpretor/basic.cmi new file mode 100644 index 0000000..ed9f344 Binary files /dev/null and b/interpretor/basic.cmi differ diff --git a/interpretor/basic.cmx b/interpretor/basic.cmx new file mode 100644 index 0000000..fb74711 Binary files /dev/null and b/interpretor/basic.cmx differ diff --git a/interpretor/beam.cmi b/interpretor/beam.cmi new file mode 100644 index 0000000..dac9d6b Binary files /dev/null and b/interpretor/beam.cmi differ diff --git a/interpretor/beam.cmx b/interpretor/beam.cmx new file mode 100644 index 0000000..b87c3f4 Binary files /dev/null and b/interpretor/beam.cmx differ diff --git a/interpretor/faustio.cmi b/interpretor/faustio.cmi new file mode 100644 index 0000000..1fb0fe5 Binary files /dev/null and b/interpretor/faustio.cmi differ diff --git a/interpretor/faustio.cmx b/interpretor/faustio.cmx new file mode 100644 index 0000000..057851b Binary files /dev/null and b/interpretor/faustio.cmx differ diff --git a/interpretor/lexer.cmi b/interpretor/lexer.cmi new file mode 100644 index 0000000..970e1e1 Binary files /dev/null and b/interpretor/lexer.cmi differ diff --git a/interpretor/lexer.cmx b/interpretor/lexer.cmx new file mode 100644 index 0000000..6bf08e4 Binary files /dev/null and b/interpretor/lexer.cmx differ diff --git a/interpretor/lexer.ml b/interpretor/lexer.ml new file mode 100644 index 0000000..b378060 --- /dev/null +++ b/interpretor/lexer.ml @@ -0,0 +1,355 @@ +# 1 "lexer.mll" + +open Parser +open Types + +# 7 "lexer.ml" +let __ocaml_lex_tables = { + Lexing.lex_base = + "\000\000\217\255\218\255\001\000\222\255\223\255\224\255\225\255\ + \017\000\002\000\001\000\233\255\000\000\236\255\000\000\238\255\ + \000\000\001\000\000\000\018\000\000\000\000\000\247\255\023\000\ + \249\255\250\255\251\255\252\255\253\255\254\255\255\255\003\000\ + \001\000\013\000\248\255\231\255\230\255\014\000\016\000\015\000\ + \246\255\014\000\245\255\024\000\019\000\024\000\244\255\019\000\ + \240\255\002\000\001\000\001\000\028\000\002\000\015\000\003\000\ + \234\255\040\000\024\000\025\000\038\000\029\000\033\000\228\255\ + \044\000\045\000\227\255\032\000\243\255\051\000\039\000\034\000\ + \032\000\041\000\241\255\037\000\057\000\057\000\048\000\057\000\ + \239\255\060\000\044\000\050\000\048\000\058\000\042\000\064\000\ + \237\255\235\255\220\255\065\000\065\000\063\000\049\000\229\255\ + \219\255"; + Lexing.lex_backtrk = + "\255\255\255\255\255\255\034\000\255\255\255\255\255\255\255\255\ + \029\000\255\255\023\000\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\013\000\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255"; + Lexing.lex_default = + "\255\255\000\000\000\000\255\255\000\000\000\000\000\000\000\000\ + \255\255\255\255\255\255\000\000\255\255\000\000\255\255\000\000\ + \255\255\255\255\255\255\255\255\255\255\255\255\000\000\255\255\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\255\255\ + \255\255\255\255\000\000\000\000\000\000\255\255\255\255\255\255\ + \000\000\255\255\000\000\255\255\255\255\255\255\000\000\255\255\ + \000\000\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \000\000\255\255\255\255\255\255\255\255\255\255\255\255\000\000\ + \255\255\255\255\000\000\255\255\000\000\255\255\255\255\255\255\ + \255\255\255\255\000\000\255\255\255\255\255\255\255\255\255\255\ + \000\000\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \000\000\000\000\000\000\255\255\255\255\255\255\255\255\000\000\ + \000\000"; + Lexing.lex_trans = + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\030\000\030\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \030\000\024\000\000\000\013\000\000\000\015\000\000\000\000\000\ + \006\000\005\000\027\000\029\000\004\000\028\000\007\000\026\000\ + \008\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\ + \008\000\008\000\003\000\090\000\010\000\000\000\011\000\096\000\ + \022\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\ + \008\000\008\000\008\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\012\000\000\000\089\000\000\000\025\000\ + \000\000\017\000\052\000\018\000\075\000\081\000\021\000\057\000\ + \056\000\020\000\051\000\054\000\037\000\023\000\041\000\067\000\ + \009\000\036\000\016\000\019\000\091\000\069\000\014\000\043\000\ + \032\000\035\000\034\000\045\000\033\000\038\000\002\000\039\000\ + \031\000\040\000\042\000\044\000\049\000\047\000\046\000\048\000\ + \053\000\055\000\050\000\058\000\059\000\060\000\061\000\064\000\ + \063\000\065\000\066\000\068\000\070\000\071\000\072\000\073\000\ + \074\000\076\000\077\000\078\000\079\000\062\000\080\000\082\000\ + \083\000\084\000\085\000\086\000\087\000\088\000\092\000\093\000\ + \094\000\095\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000"; + Lexing.lex_check = + "\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\000\000\000\000\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \000\000\000\000\255\255\000\000\255\255\000\000\255\255\255\255\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ + \000\000\000\000\000\000\010\000\000\000\255\255\000\000\003\000\ + \000\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\ + \008\000\008\000\008\000\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\000\000\255\255\012\000\255\255\000\000\ + \255\255\000\000\051\000\000\000\016\000\014\000\000\000\049\000\ + \055\000\000\000\050\000\053\000\021\000\000\000\020\000\018\000\ + \000\000\031\000\000\000\000\000\009\000\017\000\000\000\019\000\ + \023\000\032\000\033\000\019\000\023\000\037\000\000\000\038\000\ + \023\000\039\000\041\000\019\000\043\000\044\000\045\000\047\000\ + \052\000\054\000\043\000\057\000\058\000\059\000\060\000\061\000\ + \062\000\064\000\065\000\067\000\069\000\070\000\071\000\072\000\ + \073\000\075\000\076\000\077\000\078\000\060\000\079\000\081\000\ + \082\000\083\000\084\000\085\000\086\000\087\000\091\000\092\000\ + \093\000\094\000\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \000\000\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ + \255\255\255\255"; + Lexing.lex_base_code = + ""; + Lexing.lex_backtrk_code = + ""; + Lexing.lex_default_code = + ""; + Lexing.lex_trans_code = + ""; + Lexing.lex_check_code = + ""; + Lexing.lex_code = + ""; +} + +let rec token lexbuf = + __ocaml_lex_token_rec lexbuf 0 +and __ocaml_lex_token_rec lexbuf __ocaml_lex_state = + match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with + | 0 -> +# 7 "lexer.mll" + ( token lexbuf ) +# 156 "lexer.ml" + + | 1 -> +# 9 "lexer.mll" + ( IDENT Add) +# 161 "lexer.ml" + + | 2 -> +# 10 "lexer.mll" + ( IDENT Sub) +# 166 "lexer.ml" + + | 3 -> +# 11 "lexer.mll" + ( IDENT Mul) +# 171 "lexer.ml" + + | 4 -> +# 12 "lexer.mll" + ( IDENT Div) +# 176 "lexer.ml" + + | 5 -> +# 13 "lexer.mll" + ( IDENT Pass) +# 181 "lexer.ml" + + | 6 -> +# 14 "lexer.mll" + ( IDENT Stop) +# 186 "lexer.ml" + + | 7 -> +# 15 "lexer.mll" + ( IDENT Mem) +# 191 "lexer.ml" + + | 8 -> +# 16 "lexer.mll" + ( IDENT Delay) +# 196 "lexer.ml" + + | 9 -> +# 17 "lexer.mll" + ( IDENT Floor) +# 201 "lexer.ml" + + | 10 -> +# 18 "lexer.mll" + ( IDENT Int) +# 206 "lexer.ml" + + | 11 -> +# 19 "lexer.mll" + ( IDENT Sin) +# 211 "lexer.ml" + + | 12 -> +# 20 "lexer.mll" + ( IDENT Cos) +# 216 "lexer.ml" + + | 13 -> +# 21 "lexer.mll" + ( IDENT Atan) +# 221 "lexer.ml" + + | 14 -> +# 22 "lexer.mll" + ( IDENT Atan2) +# 226 "lexer.ml" + + | 15 -> +# 23 "lexer.mll" + ( IDENT Sqrt) +# 231 "lexer.ml" + + | 16 -> +# 24 "lexer.mll" + ( IDENT Rdtable) +# 236 "lexer.ml" + + | 17 -> +# 25 "lexer.mll" + ( IDENT Mod) +# 241 "lexer.ml" + + | 18 -> +# 26 "lexer.mll" + ( IDENT Vectorize) +# 246 "lexer.ml" + + | 19 -> +# 27 "lexer.mll" + ( IDENT Vconcat) +# 251 "lexer.ml" + + | 20 -> +# 28 "lexer.mll" + ( IDENT Vpick ) +# 256 "lexer.ml" + + | 21 -> +# 29 "lexer.mll" + ( IDENT Serialize) +# 261 "lexer.ml" + + | 22 -> +# 30 "lexer.mll" + ( IDENT Larger) +# 266 "lexer.ml" + + | 23 -> +# 31 "lexer.mll" + ( IDENT Smaller) +# 271 "lexer.ml" + + | 24 -> +# 32 "lexer.mll" + ( IDENT Max) +# 276 "lexer.ml" + + | 25 -> +# 33 "lexer.mll" + ( IDENT Min) +# 281 "lexer.ml" + + | 26 -> +# 34 "lexer.mll" + ( IDENT Prefix) +# 286 "lexer.ml" + + | 27 -> +# 35 "lexer.mll" + ( IDENT Select2) +# 291 "lexer.ml" + + | 28 -> +# 36 "lexer.mll" + ( IDENT Select3) +# 296 "lexer.ml" + + | 29 -> +let +# 39 "lexer.mll" + a +# 302 "lexer.ml" += Lexing.sub_lexeme lexbuf lexbuf.Lexing.lex_start_pos lexbuf.Lexing.lex_curr_pos in +# 39 "lexer.mll" + ( CONST a ) +# 306 "lexer.ml" + + | 30 -> +# 40 "lexer.mll" + ( POINT ) +# 311 "lexer.ml" + + | 31 -> +# 43 "lexer.mll" + ( LPAR ) +# 316 "lexer.ml" + + | 32 -> +# 44 "lexer.mll" + ( RPAR ) +# 321 "lexer.ml" + + | 33 -> +# 45 "lexer.mll" + ( PAR ) +# 326 "lexer.ml" + + | 34 -> +# 46 "lexer.mll" + ( SEQ ) +# 331 "lexer.ml" + + | 35 -> +# 47 "lexer.mll" + ( SPLIT ) +# 336 "lexer.ml" + + | 36 -> +# 48 "lexer.mll" + ( MERGE ) +# 341 "lexer.ml" + + | 37 -> +# 49 "lexer.mll" + ( REC ) +# 346 "lexer.ml" + + | 38 -> +# 50 "lexer.mll" + ( EOF ) +# 351 "lexer.ml" + + | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf; __ocaml_lex_token_rec lexbuf __ocaml_lex_state + +;; + diff --git a/interpretor/main.cmi b/interpretor/main.cmi new file mode 100644 index 0000000..452c8d9 Binary files /dev/null and b/interpretor/main.cmi differ diff --git a/interpretor/main.cmx b/interpretor/main.cmx new file mode 100644 index 0000000..9dd3d95 Binary files /dev/null and b/interpretor/main.cmx differ diff --git a/interpretor/parser.cmi b/interpretor/parser.cmi new file mode 100644 index 0000000..c314e83 Binary files /dev/null and b/interpretor/parser.cmi differ diff --git a/interpretor/parser.cmx b/interpretor/parser.cmx new file mode 100644 index 0000000..c83761b Binary files /dev/null and b/interpretor/parser.cmx differ diff --git a/interpretor/parser.ml b/interpretor/parser.ml new file mode 100644 index 0000000..55e5d6f --- /dev/null +++ b/interpretor/parser.ml @@ -0,0 +1,266 @@ +type token = + | CONST of (string) + | IDENT of (Types.symbol) + | LPAR + | RPAR + | SEQ + | SPLIT + | MERGE + | PAR + | REC + | EOF + | POINT + +open Parsing;; +let _ = parse_error;; +# 1 "parser.mly" + + open Types +# 20 "parser.ml" +let yytransl_const = [| + 259 (* LPAR *); + 260 (* RPAR *); + 261 (* SEQ *); + 262 (* SPLIT *); + 263 (* MERGE *); + 264 (* PAR *); + 265 (* REC *); + 0 (* EOF *); + 266 (* POINT *); + 0|] + +let yytransl_block = [| + 257 (* CONST *); + 258 (* IDENT *); + 0|] + +let yylhs = "\255\255\ +\001\000\002\000\002\000\002\000\002\000\002\000\002\000\002\000\ +\002\000\002\000\002\000\000\000" + +let yylen = "\002\000\ +\002\000\001\000\002\000\003\000\001\000\003\000\003\000\003\000\ +\003\000\003\000\003\000\002\000" + +let yydefred = "\000\000\ +\000\000\000\000\000\000\005\000\000\000\012\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\001\000\004\000\ +\006\000\000\000\000\000\000\000\000\000\011\000" + +let yydgoto = "\002\000\ +\006\000\007\000" + +let yysindex = "\255\255\ +\008\255\000\000\024\255\000\000\008\255\000\000\012\000\032\255\ +\023\255\008\255\008\255\008\255\008\255\008\255\000\000\000\000\ +\000\000\016\255\253\254\253\254\011\255\000\000" + +let yyrindex = "\000\000\ +\000\000\000\000\001\000\000\000\000\000\000\000\000\000\007\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\022\000\023\000\026\000\018\000\000\000" + +let yygindex = "\000\000\ +\000\000\003\000" + +let yytablesize = 286 +let yytable = "\001\000\ +\002\000\010\000\011\000\012\000\013\000\014\000\003\000\009\000\ +\003\000\004\000\005\000\015\000\018\000\019\000\020\000\021\000\ +\022\000\007\000\013\000\014\000\010\000\010\000\008\000\013\000\ +\014\000\009\000\017\000\010\000\011\000\012\000\013\000\014\000\ +\016\000\008\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ +\000\000\000\000\000\000\000\000\002\000\002\000\002\000\002\000\ +\002\000\002\000\003\000\003\000\003\000\003\000\003\000\003\000\ +\010\000\011\000\012\000\013\000\014\000\007\000\007\000\007\000\ +\007\000\010\000\008\000\010\000\010\000\009\000" + +let yycheck = "\001\000\ +\000\000\005\001\006\001\007\001\008\001\009\001\000\000\005\000\ +\001\001\002\001\003\001\000\000\010\000\011\000\012\000\013\000\ +\014\000\000\000\008\001\009\001\005\001\000\000\000\000\008\001\ +\009\001\000\000\004\001\005\001\006\001\007\001\008\001\009\001\ +\001\001\010\001\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ +\255\255\255\255\255\255\255\255\004\001\005\001\006\001\007\001\ +\008\001\009\001\004\001\005\001\006\001\007\001\008\001\009\001\ +\005\001\006\001\007\001\008\001\009\001\004\001\005\001\006\001\ +\007\001\004\001\004\001\006\001\007\001\004\001" + +let yynames_const = "\ + LPAR\000\ + RPAR\000\ + SEQ\000\ + SPLIT\000\ + MERGE\000\ + PAR\000\ + REC\000\ + EOF\000\ + POINT\000\ + " + +let yynames_block = "\ + CONST\000\ + IDENT\000\ + " + +let yyact = [| + (fun _ -> failwith "parser") +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 1 : 'faust_exp) in + Obj.repr( +# 16 "parser.mly" + ( _1 ) +# 168 "parser.ml" + : Types.faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in + Obj.repr( +# 17 "parser.mly" + ( Const(N (int_of_string _1)) ) +# 175 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 1 : string) in + Obj.repr( +# 18 "parser.mly" + ( Const(R (float_of_string _1)) ) +# 182 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 2 : string) in + let _3 = (Parsing.peek_val __caml_parser_env 0 : string) in + Obj.repr( +# 19 "parser.mly" + ( Const(R (float_of_string (_1 ^ "." ^ _3))) ) +# 190 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 0 : Types.symbol) in + Obj.repr( +# 20 "parser.mly" + ( Ident(_1) ) +# 197 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _2 = (Parsing.peek_val __caml_parser_env 1 : 'faust_exp) in + Obj.repr( +# 21 "parser.mly" + ( _2 ) +# 204 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 2 : 'faust_exp) in + let _3 = (Parsing.peek_val __caml_parser_env 0 : 'faust_exp) in + Obj.repr( +# 22 "parser.mly" + ( Par(_1,_3) ) +# 212 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 2 : 'faust_exp) in + let _3 = (Parsing.peek_val __caml_parser_env 0 : 'faust_exp) in + Obj.repr( +# 23 "parser.mly" + ( Split(_1,_3) ) +# 220 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 2 : 'faust_exp) in + let _3 = (Parsing.peek_val __caml_parser_env 0 : 'faust_exp) in + Obj.repr( +# 24 "parser.mly" + ( Merge(_1,_3) ) +# 228 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 2 : 'faust_exp) in + let _3 = (Parsing.peek_val __caml_parser_env 0 : 'faust_exp) in + Obj.repr( +# 25 "parser.mly" + ( Seq(_1,_3) ) +# 236 "parser.ml" + : 'faust_exp)) +; (fun __caml_parser_env -> + let _1 = (Parsing.peek_val __caml_parser_env 2 : 'faust_exp) in + let _3 = (Parsing.peek_val __caml_parser_env 0 : 'faust_exp) in + Obj.repr( +# 26 "parser.mly" + ( Rec(_1,_3) ) +# 244 "parser.ml" + : 'faust_exp)) +(* Entry main *) +; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) +|] +let yytables = + { Parsing.actions=yyact; + Parsing.transl_const=yytransl_const; + Parsing.transl_block=yytransl_block; + Parsing.lhs=yylhs; + Parsing.len=yylen; + Parsing.defred=yydefred; + Parsing.dgoto=yydgoto; + Parsing.sindex=yysindex; + Parsing.rindex=yyrindex; + Parsing.gindex=yygindex; + Parsing.tablesize=yytablesize; + Parsing.table=yytable; + Parsing.check=yycheck; + Parsing.error_function=parse_error; + Parsing.names_const=yynames_const; + Parsing.names_block=yynames_block } +let main (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = + (Parsing.yyparse yytables 1 lexfun lexbuf : Types.faust_exp) diff --git a/interpretor/parser.mli b/interpretor/parser.mli new file mode 100644 index 0000000..bd21f46 --- /dev/null +++ b/interpretor/parser.mli @@ -0,0 +1,15 @@ +type token = + | CONST of (string) + | IDENT of (Types.symbol) + | LPAR + | RPAR + | SEQ + | SPLIT + | MERGE + | PAR + | REC + | EOF + | POINT + +val main : + (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Types.faust_exp diff --git a/interpretor/preprocess.cmi b/interpretor/preprocess.cmi new file mode 100644 index 0000000..f078d29 Binary files /dev/null and b/interpretor/preprocess.cmi differ diff --git a/interpretor/preprocess.cmx b/interpretor/preprocess.cmx new file mode 100644 index 0000000..dc575fa Binary files /dev/null and b/interpretor/preprocess.cmx differ diff --git a/interpretor/faust-0.9.47mr3/COPYING b/interpretor/preprocessor/faust-0.9.47mr3/COPYING similarity index 100% rename from interpretor/faust-0.9.47mr3/COPYING rename to interpretor/preprocessor/faust-0.9.47mr3/COPYING diff --git a/interpretor/faust-0.9.47mr3/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/Makefile diff --git a/interpretor/faust-0.9.47mr3/README b/interpretor/preprocessor/faust-0.9.47mr3/README similarity index 100% rename from interpretor/faust-0.9.47mr3/README rename to interpretor/preprocessor/faust-0.9.47mr3/README diff --git a/interpretor/faust-0.9.47mr3/WHATSNEW b/interpretor/preprocessor/faust-0.9.47mr3/WHATSNEW similarity index 100% rename from interpretor/faust-0.9.47mr3/WHATSNEW rename to interpretor/preprocessor/faust-0.9.47mr3/WHATSNEW diff --git a/interpretor/faust-0.9.47mr3/architecture/VST/Info.plist b/interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/Info.plist similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/VST/Info.plist rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/Info.plist diff --git a/interpretor/faust-0.9.47mr3/architecture/VST/PkgInfo b/interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/PkgInfo similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/VST/PkgInfo rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/PkgInfo diff --git a/interpretor/faust-0.9.47mr3/architecture/VST/README b/interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/README similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/VST/README rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/README diff --git a/interpretor/faust-0.9.47mr3/architecture/VST/VST.xcode/project.pbxproj b/interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/VST.xcode/project.pbxproj similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/VST/VST.xcode/project.pbxproj rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/VST/VST.xcode/project.pbxproj diff --git a/interpretor/faust-0.9.47mr3/architecture/alchemy-as.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/alchemy-as.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/alchemy-as.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/alchemy-as.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/alsa-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/alsa-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/alsa-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/alsa-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/alsa-qt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/alsa-qt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/alsa-qt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/alsa-qt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/alsa-dsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/alsa-dsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/alsa-dsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/alsa-dsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/audio.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/audio.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/audio.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/audio.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/coreaudio-dsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/coreaudio-dsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/coreaudio-dsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/coreaudio-dsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/dsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/dsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/dsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/dsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/jack-dsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/jack-dsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/jack-dsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/jack-dsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/netjack-dsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/netjack-dsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/netjack-dsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/netjack-dsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/oscdsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/oscdsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/oscdsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/oscdsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/audio/portaudio-dsp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/portaudio-dsp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/audio/portaudio-dsp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/audio/portaudio-dsp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/bench.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/bench.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/bench.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/bench.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/ca-qt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/ca-qt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/ca-qt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/ca-qt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/complex.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/complex.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/complex.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/complex.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/csound.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/csound.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/csound.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/csound.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/dssi.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/dssi.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/dssi.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/dssi.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/effect.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/effect.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/effect.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/effect.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/filter.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/filter.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/filter.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/filter.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/FUI.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/FUI.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/FUI.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/FUI.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/GUI.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/GUI.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/GUI.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/GUI.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/OSCUI.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/OSCUI.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/OSCUI.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/OSCUI.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/UI.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/UI.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/UI.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/UI.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/console.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/console.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/console.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/console.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/faustgtk.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/faustgtk.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/faustgtk.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/faustgtk.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/faustqt.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/faustqt.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/faustqt.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/faustqt.h diff --git a/interpretor/faust-0.9.47mr3/architecture/gui/mocfaustqt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/mocfaustqt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/gui/mocfaustqt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/gui/mocfaustqt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/CocoaUI.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/CocoaUI.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/CocoaUI.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/CocoaUI.h diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/MainWindow.xib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/MainWindow.xib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/MainWindow.xib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/MainWindow.xib diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhone-Info.plist b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhone-Info.plist similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhone-Info.plist rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhone-Info.plist diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhone.xcodeproj/project.pbxproj b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhone.xcodeproj/project.pbxproj similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhone.xcodeproj/project.pbxproj rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhone.xcodeproj/project.pbxproj diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.h diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.mm b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.mm similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.mm rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneAppDelegate.mm diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.h diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.m b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.m similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.m rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.m diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.xib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.xib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.xib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhoneViewController.xib diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/iPhone_Prefix.pch b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhone_Prefix.pch similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/iPhone_Prefix.pch rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/iPhone_Prefix.pch diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/icon.png b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/icon.png similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/icon.png rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/icon.png diff --git a/interpretor/faust-0.9.47mr3/architecture/iPhone/main.m b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/main.m similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iPhone/main.m rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iPhone/main.m diff --git a/interpretor/faust-0.9.47mr3/architecture/intrinsic.hh b/interpretor/preprocessor/faust-0.9.47mr3/architecture/intrinsic.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/intrinsic.hh rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/intrinsic.hh diff --git a/interpretor/faust-0.9.47mr3/architecture/iphone-cocoa.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/iphone-cocoa.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/iphone-cocoa.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/iphone-cocoa.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/jack-console.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-console.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/jack-console.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-console.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/jack-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/jack-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/jack-internal.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-internal.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/jack-internal.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-internal.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/jack-qt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-qt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/jack-qt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/jack-qt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/ladspa.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/ladspa.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/ladspa.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/ladspa.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/latexheader.tex b/interpretor/preprocessor/faust-0.9.47mr3/architecture/latexheader.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/latexheader.tex rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/latexheader.tex diff --git a/interpretor/faust-0.9.47mr3/architecture/math.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/math.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/math.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/math.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/mathdoctexts-de.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-de.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/mathdoctexts-de.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-de.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/mathdoctexts-default.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-default.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/mathdoctexts-default.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-default.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/mathdoctexts-en.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-en.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/mathdoctexts-en.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-en.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/mathdoctexts-fr.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-fr.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/mathdoctexts-fr.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-fr.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/mathdoctexts-it.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-it.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/mathdoctexts-it.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/mathdoctexts-it.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/matlabplot.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/matlabplot.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/matlabplot.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/matlabplot.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/max-msp.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/max-msp.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/max-msp.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/max-msp.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/maxmsp.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/maxmsp.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/maxmsp.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/maxmsp.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/minimal.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/minimal.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/minimal.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/minimal.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/misc.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/misc.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/misc.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/misc.h diff --git a/interpretor/faust-0.9.47mr3/architecture/module.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/module.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/module.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/module.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/ms-jack-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/ms-jack-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/ms-jack-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/ms-jack-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/music.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/music.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/music.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/music.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/netjack-qt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/netjack-qt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/netjack-qt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/netjack-qt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/octave.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/octave.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/octave.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/octave.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/oscillator.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/oscillator.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/oscillator.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/oscillator.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/oscio-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/oscio-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/oscio-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/oscio-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/oscio-qt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/oscio-qt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/oscio-qt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/oscio-qt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/.gitignore b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/.gitignore similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/.gitignore rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/.gitignore diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/Makefile diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/Doxyfile b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/Doxyfile similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/Doxyfile rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/Doxyfile diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/Makefile diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/changelog.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/changelog.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/changelog.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/changelog.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/cmake/.gitignore b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/cmake/.gitignore similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/cmake/.gitignore rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/cmake/.gitignore diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/cmake/CMakeLists.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/cmake/CMakeLists.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/cmake/CMakeLists.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/cmake/CMakeLists.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCControler.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCControler.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCControler.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCControler.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCIO.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCIO.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCIO.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/include/OSCIO.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/license.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/license.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/license.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/license.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/readme.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/readme.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/readme.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/readme.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/deelx.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/deelx.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/deelx.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/deelx.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/smartpointer.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/smartpointer.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/smartpointer.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/smartpointer.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/MessageProcessor.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/MessageProcessor.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/MessageProcessor.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/MessageProcessor.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/TThreads.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/TThreads.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/TThreads.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/TThreads.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/CHANGES b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/CHANGES similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/CHANGES rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/CHANGES diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/LICENSE b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/LICENSE similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/LICENSE rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/LICENSE diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/Makefile diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/README b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/README similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/README rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/README diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/TODO b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/TODO similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/TODO rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/TODO diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/.gitignore b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/.gitignore similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/.gitignore rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/.gitignore diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/CMakeLists.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/CMakeLists.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/CMakeLists.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/cmake/CMakeLists.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/OscDump.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/OscDump.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/OscDump.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/OscDump.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleReceive.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleReceive.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleReceive.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleReceive.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleSend.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleSend.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleSend.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/examples/SimpleSend.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/NetworkingUtils.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/NetworkingUtils.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/NetworkingUtils.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/NetworkingUtils.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/PacketListener.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/PacketListener.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/PacketListener.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/PacketListener.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/TimerListener.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/TimerListener.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/TimerListener.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/TimerListener.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/UdpSocket.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/UdpSocket.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/UdpSocket.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/UdpSocket.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/NetworkingUtils.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/NetworkingUtils.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/NetworkingUtils.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/NetworkingUtils.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/make.MinGW32.bat b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/make.MinGW32.bat similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/make.MinGW32.bat rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/make.MinGW32.bat diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/MessageMappingOscPacketListener.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/MessageMappingOscPacketListener.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/MessageMappingOscPacketListener.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/MessageMappingOscPacketListener.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscException.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscException.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscException.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscException.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscHostEndianness.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscHostEndianness.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscHostEndianness.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscHostEndianness.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPacketListener.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPacketListener.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPacketListener.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPacketListener.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscReceiveTest.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscSendTests.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/oscpack/tests/OscUnitTests.h diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/readme.txt b/interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/readme.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/osclib/readme.txt rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/osclib/readme.txt diff --git a/interpretor/faust-0.9.47mr3/architecture/oss-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/oss-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/oss-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/oss-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/pa-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/pa-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/pa-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/pa-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/pa-qt.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/pa-qt.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/pa-qt.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/pa-qt.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/plot.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/plot.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/plot.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/plot.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/pure.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/pure.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/pure.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/pure.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/puredata.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/puredata.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/puredata.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/puredata.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/q.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/q.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/q.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/q.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/reduce.lib b/interpretor/preprocessor/faust-0.9.47mr3/architecture/reduce.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/reduce.lib rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/reduce.lib diff --git a/interpretor/faust-0.9.47mr3/architecture/scheduler.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/scheduler.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/scheduler.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/scheduler.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/scheduler.h b/interpretor/preprocessor/faust-0.9.47mr3/architecture/scheduler.h similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/scheduler.h rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/scheduler.h diff --git a/interpretor/faust-0.9.47mr3/architecture/snd-rt-gtk.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/snd-rt-gtk.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/snd-rt-gtk.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/snd-rt-gtk.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/sndfile.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/sndfile.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/sndfile.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/sndfile.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/supercollider.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/supercollider.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/supercollider.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/supercollider.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/synthfile.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/synthfile.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/synthfile.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/synthfile.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/unsupported-arch/jack-wx.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/unsupported-arch/jack-wx.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/unsupported-arch/jack-wx.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/unsupported-arch/jack-wx.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/unsupported-arch/oss-wx.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/unsupported-arch/oss-wx.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/unsupported-arch/oss-wx.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/unsupported-arch/oss-wx.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/unsupported-arch/pa-wx.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/unsupported-arch/pa-wx.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/unsupported-arch/pa-wx.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/unsupported-arch/pa-wx.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/vst.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/vst.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/vst.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/vst.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/vst2p4.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/vst2p4.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/vst2p4.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/vst2p4.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/vsti-mono.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/vsti-mono.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/vsti-mono.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/vsti-mono.cpp diff --git a/interpretor/faust-0.9.47mr3/architecture/windowsdll.cpp b/interpretor/preprocessor/faust-0.9.47mr3/architecture/windowsdll.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/architecture/windowsdll.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/architecture/windowsdll.cpp diff --git a/interpretor/faust-0.9.47mr3/benchmark/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/Makefile diff --git a/interpretor/faust-0.9.47mr3/benchmark/Makefile.compile b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/Makefile.compile similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/Makefile.compile rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/Makefile.compile diff --git a/interpretor/faust-0.9.47mr3/benchmark/README b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/README similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/README rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/README diff --git a/interpretor/faust-0.9.47mr3/benchmark/alsa-gtk-bench.cpp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/alsa-gtk-bench.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/alsa-gtk-bench.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/alsa-gtk-bench.cpp diff --git a/interpretor/faust-0.9.47mr3/benchmark/bench.sh b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/bench.sh similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/bench.sh rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/bench.sh diff --git a/interpretor/faust-0.9.47mr3/benchmark/copy1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/copy1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/copy1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/copy1.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/copy2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/copy2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/copy2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/copy2.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/coreaudio-gtk-bench.cpp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/coreaudio-gtk-bench.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/coreaudio-gtk-bench.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/coreaudio-gtk-bench.cpp diff --git a/interpretor/faust-0.9.47mr3/benchmark/crybaby1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/crybaby1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/crybaby1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/crybaby1.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/crybaby8.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/crybaby8.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/crybaby8.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/crybaby8.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/fdelay8.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/fdelay8.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/fdelay8.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/fdelay8.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/freeverb.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/freeverb.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/freeverb.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/freeverb.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/karplus32.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/karplus32.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/karplus32.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/karplus32.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/mixer.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/mixer.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/mixer.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/mixer.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/rms.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/rms.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/rms2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/rms2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms2.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/rms4.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms4.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/rms4.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms4.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/rms8.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms8.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/rms8.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/rms8.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/tapiir.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/tapiir.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/tapiir.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/tapiir.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/zero1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/zero1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/zero1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/zero1.dsp diff --git a/interpretor/faust-0.9.47mr3/benchmark/zero2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/benchmark/zero2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/benchmark/zero2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/benchmark/zero2.dsp diff --git a/interpretor/faust-0.9.47mr3/compiler/.cvsignore b/interpretor/preprocessor/faust-0.9.47mr3/compiler/.cvsignore similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/.cvsignore rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/.cvsignore diff --git a/interpretor/faust-0.9.47mr3/compiler/Doxyfile b/interpretor/preprocessor/faust-0.9.47mr3/compiler/Doxyfile similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/Doxyfile rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/Doxyfile diff --git a/interpretor/faust-0.9.47mr3/compiler/Makefile.unix b/interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile.unix similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/Makefile.unix rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/Makefile.unix diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.h diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxes.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxes.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxes.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxes.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxes.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxes.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxes.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxes.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxes.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxes.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxes.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxes.o diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxtype.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxtype.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxtype.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/boxtype.o diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.o diff --git a/interpretor/faust-0.9.47mr3/compiler/compiler.pro b/interpretor/preprocessor/faust-0.9.47mr3/compiler/compiler.pro similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/compiler.pro rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/compiler.pro diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_Text.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_Text.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_Text.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_Text.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_Text.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_Text.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_compile.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_compile.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_compile.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_compile.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_compile.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_compile.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_lang.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_lang.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_lang.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_lang.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_lang.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_lang.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_notice.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_notice.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_notice.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_notice.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_notice.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_notice.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_sharing.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_sharing.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/lateq.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/lateq.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/lateq.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/lateq.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/lateq.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/lateq.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/lateq.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/lateq.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/lateq.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/lateq.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/documentator/lateq.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/documentator/lateq.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/PSDev.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/PSDev.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/PSDev.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/PSDev.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/PSDev.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/PSDev.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/SVGDev.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/SVGDev.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/SVGDev.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/SVGDev.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/devLib.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/devLib.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/devLib.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/devLib.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/device.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/device.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/device/device.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/device/device.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/drawschema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/drawschema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/drawschema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/drawschema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/drawschema.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/drawschema.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/drawschema.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/drawschema.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/drawschema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/drawschema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/drawschema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/drawschema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/collector.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/collector.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/collector.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/collector.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/parSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/parSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/parSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/parSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/recSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/recSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/recSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/recSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/schema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/schema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/schema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/schema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/topSchema.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/topSchema.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/topSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/topSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/sigToGraph.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/sigToGraph.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/sigToGraph.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/sigToGraph.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/sigToGraph.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/draw/sigToGraph.o diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/errormsg.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/errormsg.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/errors/errormsg.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/errormsg.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/errormsg.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/errormsg.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/errors/errormsg.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/errormsg.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/errormsg.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/errormsg.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/errors/errormsg.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/errormsg.o diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/timing.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/timing.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/errors/timing.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/timing.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/timing.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/timing.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/errors/timing.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/timing.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/timing.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/timing.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/errors/timing.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/errors/timing.o diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/environment.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/environment.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/environment.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/environment.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/environment.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/environment.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/environment.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/environment.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/environment.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/environment.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/environment.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/environment.o diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/eval.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/eval.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/eval.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/eval.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/eval.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/eval.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/eval.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/eval.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/eval.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/eval.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/eval.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/eval.o diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/loopDetector.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/loopDetector.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/loopDetector.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/loopDetector.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/absprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/absprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/absprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/absprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/absprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/absprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/absprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/absprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/acosprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/acosprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/acosprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/acosprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/acosprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/acosprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/acosprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/acosprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/asinprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/asinprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/asinprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/asinprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/asinprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/asinprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/asinprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/asinprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atan2prim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atan2prim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atan2prim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atan2prim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/atanprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atanprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/atanprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atanprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/atanprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atanprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/atanprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/atanprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/ceilprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/ceilprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/ceilprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/ceilprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/cosprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/cosprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/cosprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/cosprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/cosprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/cosprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/cosprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/cosprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/expprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/expprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/expprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/expprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/expprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/expprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/expprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/expprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/floorprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/floorprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/floorprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/floorprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/floorprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/floorprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/floorprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/floorprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/fmodprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/fmodprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/fmodprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/fmodprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/log10prim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/log10prim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/log10prim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/log10prim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/logprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/logprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/logprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/logprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/logprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/logprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/logprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/logprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/maxprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/maxprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/maxprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/maxprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/maxprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/maxprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/maxprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/maxprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/minprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/minprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/minprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/minprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/minprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/minprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/minprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/minprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/powprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/powprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/powprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/powprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/powprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/powprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/powprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/powprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/remainderprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/remainderprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/remainderprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/remainderprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/rintprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/rintprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/rintprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/rintprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/rintprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/rintprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/rintprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/rintprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/sinprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sinprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/sinprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sinprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/sinprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sinprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/sinprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sinprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sqrtprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sqrtprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sqrtprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/sqrtprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/tanprim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/tanprim.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/tanprim.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/tanprim.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/tanprim.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/tanprim.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/tanprim.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/tanprim.o diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/xtended.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/xtended.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/extended/xtended.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/xtended.hh diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/faust b/interpretor/preprocessor/faust-0.9.47mr3/compiler/faust new file mode 100755 index 0000000..576f888 Binary files /dev/null and b/interpretor/preprocessor/faust-0.9.47mr3/compiler/faust differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/Text.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/Text.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/Text.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/Text.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/Text.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/Text.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/Text.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/Text.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/Text.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/Text.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/Text.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/Text.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_scal.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_scal.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_scal.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_scal.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_scal.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_scal.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_sched.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_sched.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_sched.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_sched.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_sched.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_sched.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_vect.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_vect.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_vect.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_vect.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_vect.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/compile_vect.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/contextor.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/contextor.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/contextor.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/contextor.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/contextor.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/contextor.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/contextor.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/contextor.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/contextor.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/contextor.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/contextor.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/contextor.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/description.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/description.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/description.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/description.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/description.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/description.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/description.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/description.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/description.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/description.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/description.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/description.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/floats.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/floats.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/floats.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/floats.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/floats.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/floats.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/floats.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/floats.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/floats.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/floats.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/floats.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/floats.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/klass.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/klass.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/klass.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/klass.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/klass.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/klass.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/klass.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/klass.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/klass.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/klass.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/klass.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/klass.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/occurences.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/occurences.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/occurences.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/occurences.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/occurences.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/occurences.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/occurences.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/occurences.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/occurences.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/occurences.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/occurences.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/occurences.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/sharing.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/sharing.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/sharing.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/sharing.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/sharing.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/sharing.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/sharing.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/sharing.o diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/uitree.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/uitree.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/uitree.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/uitree.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/uitree.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/uitree.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/uitree.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/uitree.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/uitree.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/uitree.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/generator/uitree.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/generator/uitree.o diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/PSDev.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/PSDev.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/PSDev.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/PSDev.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/SVGDev.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/SVGDev.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/SVGDev.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/SVGDev.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/Text.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/Text.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/Text.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/Text.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/aterm.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/aterm.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/aterm.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/aterm.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/binop.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/binop.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/binop.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/binop.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/blockSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/blockSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/blockSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/blockSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/boxcomplexity.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/boxcomplexity.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/boxcomplexity.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/boxcomplexity.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/boxes.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/boxes.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/boxes.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/boxes.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/cableSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/cableSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/cableSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/cableSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/colorize.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/colorize.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/colorize.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/colorize.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/compatibility.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compatibility.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/compatibility.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compatibility.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/compile.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/compile.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/compile_scal.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile_scal.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/compile_scal.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile_scal.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/compile_sched.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile_sched.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/compile_sched.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile_sched.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/compile_vect.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile_vect.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/compile_vect.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/compile_vect.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/contextor.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/contextor.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/contextor.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/contextor.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/cutSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/cutSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/cutSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/cutSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/decorateSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/decorateSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/decorateSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/decorateSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/description.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/description.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/description.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/description.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/devLib.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/devLib.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/devLib.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/devLib.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/device.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/device.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/device.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/device.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc_Text.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_Text.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc_Text.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_Text.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc_autodoc.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_autodoc.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc_autodoc.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_autodoc.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc_compile.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_compile.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc_compile.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_compile.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc_lang.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_lang.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc_lang.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_lang.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc_metadatas.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_metadatas.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc_metadatas.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_metadatas.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/doc_notice.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_notice.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/doc_notice.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/doc_notice.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/drawschema.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/drawschema.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/drawschema.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/drawschema.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/enlargedSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/enlargedSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/enlargedSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/enlargedSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/enrobage.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/enrobage.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/enrobage.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/enrobage.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/environment.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/environment.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/environment.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/environment.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/errormsg.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/errormsg.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/errormsg.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/errormsg.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/eval.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/eval.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/eval.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/eval.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/floats.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/floats.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/floats.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/floats.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/graphSorting.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/graphSorting.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/graphSorting.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/graphSorting.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/interval.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/interval.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/interval.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/interval.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/inverterSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/inverterSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/inverterSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/inverterSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/klass.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/klass.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/klass.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/klass.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/labels.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/labels.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/labels.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/labels.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/lateq.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/lateq.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/lateq.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/lateq.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/list.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/list.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/list.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/list.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/loop.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/loop.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/loop.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/loop.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/loopDetector.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/loopDetector.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/loopDetector.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/loopDetector.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/mergeSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/mergeSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/mergeSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/mergeSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/mterm.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/mterm.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/mterm.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/mterm.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/names.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/names.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/names.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/names.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/node.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/node.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/node.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/node.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/normalize.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/normalize.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/normalize.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/normalize.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/num.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/num.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/num.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/num.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/occurences.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/occurences.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/occurences.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/occurences.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/occurrences.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/occurrences.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/occurrences.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/occurrences.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/parSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/parSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/parSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/parSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/patternmatcher.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/patternmatcher.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/patternmatcher.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/patternmatcher.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/ppbox.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/ppbox.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/ppbox.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/ppbox.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/ppsig.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/ppsig.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/ppsig.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/ppsig.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/preprocess.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/preprocess.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/preprocess.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/preprocess.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/prim2.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/prim2.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/prim2.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/prim2.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/privatise.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/privatise.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/privatise.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/privatise.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/propagate.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/propagate.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/propagate.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/propagate.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/property.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/property.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/property.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/property.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/recSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/recSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/recSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/recSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/recursivness.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/recursivness.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/recursivness.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/recursivness.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/schema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/schema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/schema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/schema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/seqSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/seqSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/seqSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/seqSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/shlysis.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/shlysis.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/shlysis.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/shlysis.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigToGraph.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigToGraph.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigToGraph.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigToGraph.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/signals.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/signals.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/signals.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/signals.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigorderrules.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigorderrules.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigorderrules.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigorderrules.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigprint.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigprint.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigprint.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigprint.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigraterules.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigraterules.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigraterules.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigraterules.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigtype.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigtype.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigtype.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigtype.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigtyperules.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigtyperules.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigtyperules.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigtyperules.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sigvisitor.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigvisitor.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sigvisitor.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sigvisitor.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/simplify.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/simplify.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/simplify.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/simplify.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/smartpointer.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/smartpointer.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/smartpointer.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/smartpointer.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/sourcereader.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sourcereader.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/sourcereader.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/sourcereader.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/splitSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/splitSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/splitSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/splitSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/symbol.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/symbol.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/symbol.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/symbol.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/timing.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/timing.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/timing.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/timing.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/tlib.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/tlib.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/tlib.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/tlib.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/topSchema.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/topSchema.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/topSchema.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/topSchema.h diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/tree.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/tree.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/tree.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/tree.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/uitree.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/uitree.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/uitree.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/uitree.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/xtended.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/xtended.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/headers/xtended.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/xtended.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/main.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/main.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/main.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/main.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/main.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/main.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/main.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/main.o diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/aterm.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/aterm.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/aterm.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/aterm.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/aterm.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/aterm.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/aterm.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/aterm.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/aterm.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/aterm.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/aterm.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/aterm.o diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/mterm.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/mterm.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/mterm.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/mterm.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/mterm.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/mterm.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/mterm.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/mterm.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/mterm.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/mterm.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/mterm.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/mterm.o diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/normalize.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/normalize.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/normalize.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/normalize.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/normalize.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/normalize.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.o diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/privatise.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/privatise.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/privatise.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/privatise.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/privatise.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/privatise.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/privatise.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/privatise.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/privatise.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/privatise.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/privatise.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/privatise.o diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/simplify.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/simplify.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/simplify.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/simplify.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/simplify.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/simplify.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/simplify.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/simplify.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/simplify.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/simplify.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/normalize/simplify.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/simplify.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.h similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.h rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.h diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/graphSorting.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/graphSorting.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/graphSorting.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/graphSorting.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/loop.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/loop.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/loop.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/loop.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/loop.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/loop.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/loop.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/loop.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/loop.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/loop.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parallelize/loop.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parallelize/loop.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/enrobage.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/enrobage.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/enrobage.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/enrobage.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/enrobage.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/enrobage.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/enrobage.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/enrobage.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/enrobage.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/enrobage.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/enrobage.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/enrobage.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustlexer.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustlexer.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.l b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustlexer.l similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.l rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustlexer.l diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustlexer.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustlexer.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustparser.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.hpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.hpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustparser.hpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.hpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustparser.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.o diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.y b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.y similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/faustparser.y rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/faustparser.y diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/initfaustparser.sh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/initfaustparser.sh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/initfaustparser.sh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/initfaustparser.sh diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/initfaustparser2.sh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/initfaustparser2.sh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/initfaustparser2.sh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/initfaustparser2.sh diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/initfaustparser3.sh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/initfaustparser3.sh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/initfaustparser3.sh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/initfaustparser3.sh diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/sourcereader.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/sourcereader.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/sourcereader.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/sourcereader.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/sourcereader.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/parser/sourcereader.o diff --git a/interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o diff --git a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/preprocess/preprocess.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/preprocess/preprocess.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/labels.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/labels.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/propagate/labels.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/labels.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/labels.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/labels.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/propagate/labels.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/labels.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/labels.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/labels.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/propagate/labels.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/labels.o diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/propagate.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/propagate.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/propagate/propagate.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/propagate.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/propagate.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/propagate.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/propagate/propagate.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/propagate.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/propagate.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/propagate.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/propagate/propagate.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/propagate/propagate.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/binop.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/binop.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/binop.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/binop.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/binop.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/binop.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/binop.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/binop.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/binop.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/binop.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/binop.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/binop.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/interval.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/interval.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/interval.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/interval.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/ppsig.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/ppsig.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/ppsig.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/ppsig.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/ppsig.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/ppsig.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/ppsig.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/ppsig.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/ppsig.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/ppsig.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/ppsig.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/ppsig.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/prim2.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/prim2.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/prim2.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/prim2.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/prim2.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/prim2.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/prim2.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/prim2.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/prim2.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/prim2.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/prim2.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/prim2.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/recursivness.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/recursivness.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/recursivness.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/recursivness.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/recursivness.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/recursivness.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/recursivness.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/recursivness.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/recursivness.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/recursivness.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/recursivness.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/recursivness.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/signals.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/signals.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/signals.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/signals.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/signals.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/signals.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/signals.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/signals.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/signals.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/signals.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/signals.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/signals.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigorderrules.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigorderrules.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigorderrules.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigorderrules.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigorderrules.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigorderrules.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigprint.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigprint.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigprint.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigprint.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigprint.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigprint.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigprint.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigprint.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigprint.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigprint.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigprint.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigprint.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigraterules.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigraterules.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigraterules.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigraterules.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigraterules.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigraterules.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtype.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtype.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigtype.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtype.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtype.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtype.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigtype.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtype.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtype.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtype.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigtype.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtype.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtyperules.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtyperules.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtyperules.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtyperules.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtyperules.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigtyperules.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigvisitor.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigvisitor.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigvisitor.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigvisitor.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigvisitor.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/sigvisitor.o diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/subsignals.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/subsignals.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/subsignals.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/subsignals.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/subsignals.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/subsignals.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/signals/subsignals.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/signals/subsignals.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/compatibility.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/compatibility.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/compatibility.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/compatibility.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/compatibility.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/compatibility.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/list.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/list.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/list.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/list.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/list.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/list.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/list.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/list.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/list.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/list.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/list.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/list.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/node.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/node.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/node.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/node.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/node.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/node.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/node.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/node.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/node.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/node.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/node.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/node.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/num.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/num.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/num.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/num.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/occurrences.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/occurrences.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/occurrences.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/occurrences.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/occurrences.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/occurrences.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/property.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/property.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/property.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/property.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/recursive-tree.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/recursive-tree.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/shlysis.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/shlysis.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/shlysis.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/shlysis.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/shlysis.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/shlysis.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/smartpointer.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/smartpointer.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/smartpointer.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/smartpointer.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/symbol.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/symbol.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/symbol.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/symbol.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/symbol.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/symbol.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/symbol.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/symbol.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/symbol.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/symbol.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/symbol.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/symbol.o diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/tlib.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tlib.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/tlib.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tlib.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/tree.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tree.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/tree.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tree.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/tree.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tree.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/tree.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tree.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/tree.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tree.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/tlib/tree.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/tlib/tree.o diff --git a/interpretor/faust-0.9.47mr3/compiler/utils/names.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/utils/names.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/utils/names.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/utils/names.cpp diff --git a/interpretor/faust-0.9.47mr3/compiler/utils/names.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/utils/names.hh similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/utils/names.hh rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/utils/names.hh diff --git a/interpretor/faust-0.9.47mr3/compiler/utils/names.o b/interpretor/preprocessor/faust-0.9.47mr3/compiler/utils/names.o similarity index 100% rename from interpretor/faust-0.9.47mr3/compiler/utils/names.o rename to interpretor/preprocessor/faust-0.9.47mr3/compiler/utils/names.o diff --git a/interpretor/faust-0.9.47mr3/documentation/Faust_tutorial2.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/Faust_tutorial2.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/Faust_tutorial2.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/Faust_tutorial2.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/additional documentation b/interpretor/preprocessor/faust-0.9.47mr3/documentation/additional documentation similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/additional documentation rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/additional documentation diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-den-haag-april-2006-v6.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-den-haag-april-2006-v6.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-den-haag-april-2006-v6.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-den-haag-april-2006-v6.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/Makefile diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/acknowledgments.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/acknowledgments.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/acknowledgments.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/acknowledgments.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/architectures.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/architectures.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/architectures.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/architectures.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/codegeneration.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/codegeneration.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/codegeneration.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/codegeneration.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/compiler.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/compiler.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/compiler.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/compiler.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/installation.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/installation.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/installation.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/installation.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/introduction.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/introduction.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/introduction.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/introduction.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/mathdoc.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/mathdoc.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/mathdoc.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/mathdoc.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/syntax.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/syntax.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/syntax.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/chapters/syntax.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/faust-quick-reference.tex b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/faust-quick-reference.tex similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/faust-quick-reference.tex rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/faust-quick-reference.tex diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended1.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended2.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustextended3.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/faustflow.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/graphs/loopgraph2.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/Makefile diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/bandfilter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/bandfilter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/bandfilter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/bandfilter.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/button.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/button.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/button.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/button.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram4.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram4.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram4.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram4.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram5.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram5.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram5.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram5.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram6.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram6.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram6.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/faust-diagram6.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/integrator.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/integrator.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/integrator.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/integrator.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/ms.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/ms.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/ms.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/ms.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/multiband.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/multiband.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/multiband.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/multiband.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.dot b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.dot similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.dot rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.dot diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/illustrations/syntax-chart.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/bandeau-faust.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/bandeau-faust.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/bandeau-faust.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/bandeau-faust.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/compiler-stack.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/compiler-stack.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/compiler-stack.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/compiler-stack.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/filter2.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/merge1.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-diagram.png b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-diagram.png similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-diagram.png rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-diagram.png diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-screenshot.png b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-screenshot.png similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-screenshot.png rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise-screenshot.png diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noise.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noisemetadata.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noisemetadata.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noisemetadata.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/noisemetadata.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/openmp-model.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/openmp-model.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/openmp-model.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/openmp-model.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/par1.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/rec1.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/seq1.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.dsp diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/images/split1.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/rail.sty b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/rail.sty similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference-src/rail.sty rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference-src/rail.sty diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-quick-reference.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-quick-reference.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-quick-reference.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-rewriting.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-rewriting.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-rewriting.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-rewriting.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust-soft-computing.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-soft-computing.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust-soft-computing.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust-soft-computing.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust_SMC2009.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust_SMC2009.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust_SMC2009.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust_SMC2009.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/faust_tutorial.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/faust_tutorial.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/faust_tutorial.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/faust_tutorial.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/lac06.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/lac06.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/lac06.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/lac06.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/lac07_graef.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/lac07_graef.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/lac07_graef.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/lac07_graef.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/lac07_slides_graef.pdf b/interpretor/preprocessor/faust-0.9.47mr3/documentation/lac07_slides_graef.pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/lac07_slides_graef.pdf rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/lac07_slides_graef.pdf diff --git a/interpretor/faust-0.9.47mr3/documentation/touchOSC.txt b/interpretor/preprocessor/faust-0.9.47mr3/documentation/touchOSC.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/documentation/touchOSC.txt rename to interpretor/preprocessor/faust-0.9.47mr3/documentation/touchOSC.txt diff --git a/interpretor/faust-0.9.47mr3/examples/APF.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/APF.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/APF.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/APF.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/BPF.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/BPF.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/BPF.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/BPF.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/HPF.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/HPF.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/HPF.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/HPF.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/LPF.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/LPF.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/LPF.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/LPF.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.compile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.compile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.compile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.compile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.csound b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.csound similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.csound rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.csound diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.dssicompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.dssicompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.dssicompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.dssicompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.iphonecompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.iphonecompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.iphonecompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.iphonecompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.ladspacompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.ladspacompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.ladspacompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.ladspacompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.mathdoc b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.mathdoc similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.mathdoc rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.mathdoc diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.mspcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.mspcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.mspcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.mspcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.pdcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.pdcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.pdcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.pdcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.qcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.qcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.qcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.qcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.qtcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.qtcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.qtcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.qtcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.sccompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.sccompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.sccompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.sccompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.svgcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.svgcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.svgcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.svgcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.vstcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.vstcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.vstcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.vstcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.w32pdcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.w32pdcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.w32pdcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.w32pdcompile diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.w32vstcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.w32vstcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/Makefile.w32vstcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/Makefile.w32vstcompile diff --git a/interpretor/faust-0.9.47mr3/examples/README b/interpretor/preprocessor/faust-0.9.47mr3/examples/README similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/README rename to interpretor/preprocessor/faust-0.9.47mr3/examples/README diff --git a/interpretor/faust-0.9.47mr3/examples/bandfilter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/bandfilter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/bandfilter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/bandfilter.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/capture.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/capture.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/capture.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/capture.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/cubic_distortion.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/cubic_distortion.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/cubic_distortion.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/cubic_distortion.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/dbmeter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/dbmeter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/dbmeter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/dbmeter.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/echo.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/echo.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/echo.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/echo.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/envelop.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/envelop.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/envelop.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/envelop.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.compile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.compile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.compile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.compile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.csound b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.csound similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.csound rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.csound diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.dssicompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.dssicompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.dssicompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.dssicompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.iphonecompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.iphonecompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.iphonecompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.iphonecompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.ladspacompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.ladspacompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.ladspacompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.ladspacompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.mathdoc b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.mathdoc similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.mathdoc rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.mathdoc diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.mspcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.mspcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.mspcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.mspcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.pdcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.pdcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.pdcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.pdcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.qcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.qcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.qcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.qcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.qtcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.qtcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.qtcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.qtcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.sccompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.sccompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.sccompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.sccompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.svgcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.svgcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.svgcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.svgcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.vstcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.vstcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.vstcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.vstcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.w32vstcompile b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.w32vstcompile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/Makefile.w32vstcompile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/Makefile.w32vstcompile diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/NLFeks.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/NLFeks.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/NLFeks.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/NLFeks.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/NLFfm.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/NLFfm.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/NLFfm.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/NLFfm.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/README b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/README similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/README rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/README diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/bass.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/bass.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/bass.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/bass.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/bass.h b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/bass.h similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/bass.h rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/bass.h diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/blowBottle.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/blowBottle.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/blowBottle.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/blowBottle.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/blowHole.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/blowHole.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/blowHole.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/blowHole.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/bowed.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/bowed.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/bowed.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/bowed.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/brass.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/brass.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/brass.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/brass.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/clarinet.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/clarinet.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/clarinet.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/clarinet.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/flute.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/flute.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/flute.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/flute.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/flutestk.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/flutestk.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/flutestk.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/flutestk.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/glassHarmonica.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/glassHarmonica.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/glassHarmonica.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/glassHarmonica.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/harpsi.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/harpsi.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/harpsi.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/harpsi.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/harpsichord.h b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/harpsichord.h similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/harpsichord.h rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/harpsichord.h diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/instrument.h b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/instrument.h similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/instrument.h rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/instrument.h diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/instrument.lib b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/instrument.lib similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/instrument.lib rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/instrument.lib diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/modalBar.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/modalBar.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/modalBar.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/modalBar.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/modalBar.h b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/modalBar.h similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/modalBar.h rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/modalBar.h diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/bottle.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/bottle.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/bottle.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/bottle.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/clarinets.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/clarinets.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/clarinets.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/clarinets.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/bass.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/bass.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/bass.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/bass.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/canon.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/canon.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/canon.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/canon.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/flute.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/flute.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/flute.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/flute.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/pachelbel.mid b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/pachelbel.mid similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/pachelbel.mid rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/canon/pachelbel.mid diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.mid b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.mid similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.mid rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.mid diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/daisy.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/piano.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/piano.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/piano.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/piano.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/voiceForm.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/voiceForm.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/voiceForm.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/daisy/voiceForm.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/blowHole.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/blowHole.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/blowHole.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/blowHole.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/piano.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/piano.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/piano.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/piano.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.mid b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.mid similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.mid rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.mid diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/take5/take5.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/harpsi.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/harpsi.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/harpsi.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/harpsi.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.mid b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.mid similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.mid rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.mid diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/bass.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/bass.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/bass.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/bass.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/modalBar.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/modalBar.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/modalBar.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/modalBar.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/piano.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/piano.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/piano.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/piano.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what-a-friend.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what-a-friend.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what-a-friend.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what-a-friend.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what_a_friend.mid b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what_a_friend.mid similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what_a_friend.mid rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fancy/what-a-friend/what_a_friend.mid diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/flutes.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/flutes.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/flutes.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/flutes.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fm.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fm.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fm.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/fm.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/glassBare.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/glassBare.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/glassBare.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/glassBare.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/harpsichord-poly.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/harpsichord-poly.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/harpsichord-poly.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/harpsichord-poly.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/ironBare.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/ironBare.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/ironBare.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/ironBare.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/midi-in.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/midi-in.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/midi-in.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/midi-in.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/modal.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/modal.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/modal.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/modal.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/osc.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/osc.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/osc.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/osc.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/piano-poly.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/piano-poly.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/piano-poly.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/piano-poly.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/plucked.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/plucked.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/plucked.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/plucked.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/saxophone.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/saxophone.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/saxophone.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/saxophone.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/tibetan.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/tibetan.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/tibetan.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/tibetan.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/trumpet.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/trumpet.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/trumpet.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/trumpet.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/violin.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/violin.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/violin.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/violin.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/voiceSynth.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/voiceSynth.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/voiceSynth.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/voiceSynth.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/woodenBare.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/woodenBare.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/pd-patches/woodenBare.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/pd-patches/woodenBare.pd diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/phonemes.h b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/phonemes.h similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/phonemes.h rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/phonemes.h diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/piano.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/piano.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/piano.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/piano.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/piano.h b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/piano.h similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/piano.h rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/piano.h diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/saxophony.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/saxophony.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/saxophony.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/saxophony.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/sitar.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/sitar.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/sitar.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/sitar.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/tibetanBowl.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/tibetanBowl.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/tibetanBowl.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/tibetanBowl.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/tunedBar.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/tunedBar.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/tunedBar.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/tunedBar.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/uniBar.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/uniBar.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/uniBar.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/uniBar.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/faust-stk/voiceForm.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/voiceForm.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/faust-stk/voiceForm.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/faust-stk/voiceForm.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/freeverb.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/freeverb.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/freeverb.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/freeverb.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/gate_compressor.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/gate_compressor.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/gate_compressor.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/gate_compressor.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/graphic_eq.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/graphic_eq.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/graphic_eq.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/graphic_eq.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/highShelf.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/highShelf.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/highShelf.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/highShelf.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/karplus.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/karplus.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/karplus.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/karplus.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/karplus32.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/karplus32.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/karplus32.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/karplus32.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/lfboost.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/lfboost.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/lfboost.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/lfboost.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/lowShelf.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/lowShelf.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/lowShelf.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/lowShelf.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/lowboost.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/lowboost.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/lowboost.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/lowboost.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/lowcut.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/lowcut.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/lowcut.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/lowcut.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/matrix.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/matrix.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/matrix.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/matrix.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/mixer.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/mixer.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/mixer.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/mixer.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/multibandfilter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/multibandfilter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/multibandfilter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/multibandfilter.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/noise.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/noise.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/noise.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/noise.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/noisemetadata.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/noisemetadata.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/noisemetadata.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/noisemetadata.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/notch.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/notch.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/notch.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/notch.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/osc.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/osc.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/osc.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/osc.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/osc.maxpat b/interpretor/preprocessor/faust-0.9.47mr3/examples/osc.maxpat similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/osc.maxpat rename to interpretor/preprocessor/faust-0.9.47mr3/examples/osc.maxpat diff --git a/interpretor/faust-0.9.47mr3/examples/osc.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/osc.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/osc.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/osc.pd diff --git a/interpretor/faust-0.9.47mr3/examples/osci.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/osci.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/osci.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/osci.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/oscio.maxpat b/interpretor/preprocessor/faust-0.9.47mr3/examples/oscio.maxpat similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/oscio.maxpat rename to interpretor/preprocessor/faust-0.9.47mr3/examples/oscio.maxpat diff --git a/interpretor/faust-0.9.47mr3/examples/oscio.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/oscio.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/oscio.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/oscio.pd diff --git a/interpretor/faust-0.9.47mr3/examples/panpot.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/panpot.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/panpot.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/panpot.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/parametric_eq.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/parametric_eq.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/parametric_eq.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/parametric_eq.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/peakNotch.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/peakNotch.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/peakNotch.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/peakNotch.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/peakingEQ.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/peakingEQ.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/peakingEQ.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/peakingEQ.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/phaser_flanger.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/phaser_flanger.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/phaser_flanger.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/phaser_flanger.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/pitch_shifter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/pitch_shifter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/pitch_shifter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/pitch_shifter.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/quadecho.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/quadecho.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/quadecho.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/quadecho.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/reverb_designer.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/reverb_designer.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/reverb_designer.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/reverb_designer.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/reverb_tester.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/reverb_tester.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/reverb_tester.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/reverb_tester.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/Makefile diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/fact.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/fact.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/fact.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/fact.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/fold.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/fold.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/fold.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/fold.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/mesh.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/mesh.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/mesh.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/mesh.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/mesh.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/mesh.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/mesh.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/mesh.pd diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/sample.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/sample.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/sample.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/sample.pd diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/serial.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/serial.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/serial.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/serial.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/sum.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/sum.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/sum.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/sum.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/rewriting/test.pd b/interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/test.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/rewriting/test.pd rename to interpretor/preprocessor/faust-0.9.47mr3/examples/rewriting/test.pd diff --git a/interpretor/faust-0.9.47mr3/examples/smoothdelay.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/smoothdelay.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/smoothdelay.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/smoothdelay.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/spat.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/spat.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/spat.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/spat.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/spectral_level.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/spectral_level.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/spectral_level.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/spectral_level.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/stereoecho.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/stereoecho.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/stereoecho.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/stereoecho.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/switcher.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/switcher.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/switcher.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/switcher.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/tapiir.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/tapiir.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/tapiir.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/tapiir.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/tester.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/tester.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/tester.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/tester.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/vcf_wah_pedals.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/vcf_wah_pedals.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/vcf_wah_pedals.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/vcf_wah_pedals.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/volume.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/volume.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/volume.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/volume.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/vumeter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/vumeter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/vumeter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/vumeter.dsp diff --git a/interpretor/faust-0.9.47mr3/examples/zita_rev1.dsp b/interpretor/preprocessor/faust-0.9.47mr3/examples/zita_rev1.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/examples/zita_rev1.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/examples/zita_rev1.dsp diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/Faust.plist b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/Faust.plist similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/Faust.plist rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/Faust.plist diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/README b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/README similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/README rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/README diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.js b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.js similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.js rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.js diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/dsp.lang b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/dsp.lang similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/dsp.lang rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/dsp.lang diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/faust.lang b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/faust.lang similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/faust.lang rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/faust.lang diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/faust.vim b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/faust.vim similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/faust.vim rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/faust.vim diff --git a/interpretor/faust-0.9.47mr3/syntax-highlighting/faust.xml b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/faust.xml similarity index 100% rename from interpretor/faust-0.9.47mr3/syntax-highlighting/faust.xml rename to interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/faust.xml diff --git a/interpretor/faust-0.9.47mr3/tests/mathdoc/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tests/mathdoc/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/Makefile diff --git a/interpretor/faust-0.9.47mr3/tests/mathdoc/prefix.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/prefix.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tests/mathdoc/prefix.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/prefix.dsp diff --git a/interpretor/faust-0.9.47mr3/tests/mathdoc/rms.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/rms.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tests/mathdoc/rms.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/rms.dsp diff --git a/interpretor/faust-0.9.47mr3/tests/mathdoc/select2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/select2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tests/mathdoc/select2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/select2.dsp diff --git a/interpretor/faust-0.9.47mr3/tests/mathdoc/select3.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/select3.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tests/mathdoc/select3.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tests/mathdoc/select3.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2alqt b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2alqt similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2alqt rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2alqt diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2alsa b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2alsa similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2alsa rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2alsa diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2caqt b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2caqt similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2caqt rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2caqt diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2csound b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2csound similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2csound rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2csound diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2dssi b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2dssi similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2dssi rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2dssi diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2eps b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2eps similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2eps rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2eps diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2firefox b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2firefox similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2firefox rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2firefox diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2graph b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2graph similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2graph rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2graph diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2graphviewer b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2graphviewer similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2graphviewer rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2graphviewer diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jack b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jack similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jack rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jack diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jackinternal b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jackinternal similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jackinternal rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jackinternal diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jackserver b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jackserver similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jackserver rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jackserver diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jaqt b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jaqt similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2jaqt rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2jaqt diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2ladspa b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2ladspa similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2ladspa rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2ladspa diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2mathdoc b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2mathdoc similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2mathdoc rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2mathdoc diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2mathviewer b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2mathviewer similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2mathviewer rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2mathviewer diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2msp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2msp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2msp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2msp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2octave b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2octave similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2octave rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2octave diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2paqt b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2paqt similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2paqt rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2paqt diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2pdf b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2pdf similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2pdf rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2pdf diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2plot b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2plot similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2plot rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2plot diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2png b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2png similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2png rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2png diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2puredata b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2puredata similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2puredata rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2puredata diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2sig b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2sig similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2sig rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2sig diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2sigviewer b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2sigviewer similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2sigviewer rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2sigviewer diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2supercollider b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2supercollider similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2supercollider rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2supercollider diff --git a/interpretor/faust-0.9.47mr3/tools/faust2appls/faust2svg b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2svg similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2appls/faust2svg rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2svg diff --git a/interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/COPYING b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/COPYING similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/COPYING rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/COPYING diff --git a/interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template diff --git a/interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template.h b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template.h similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template.h rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/chuck_faust.template.h diff --git a/interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/faust2ck.c b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/faust2ck.c similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2ck-1.0/src/faust2ck.c rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2ck-1.0/src/faust2ck.c diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/COPYING b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/COPYING similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/COPYING rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/COPYING diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/README.txt b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/README.txt similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/README.txt rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/README.txt diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.actionScriptProperties b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.actionScriptProperties similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.actionScriptProperties rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.actionScriptProperties diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.flexProperties b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.flexProperties similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.flexProperties rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.flexProperties diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.project b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.project similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.project rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.project diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.settings/org.eclipse.core.resources.prefs b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.settings/org.eclipse.core.resources.prefs similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.settings/org.eclipse.core.resources.prefs rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/.settings/org.eclipse.core.resources.prefs diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.css b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.css similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.css rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.css diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.js b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.js similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.js rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/history.js diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/historyFrame.html b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/historyFrame.html similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/historyFrame.html rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/history/historyFrame.html diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/index.template.html b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/index.template.html similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/index.template.html rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/index.template.html diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/playerProductInstall.swf b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/playerProductInstall.swf similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/playerProductInstall.swf rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/playerProductInstall.swf diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/swfobject.js b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/swfobject.js similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/swfobject.js rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/html-template/swfobject.js diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/Flausht.mxml b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/Flausht.mxml similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/Flausht.mxml rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/Flausht.mxml diff --git a/interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/faustalchemy.swc b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/faustalchemy.swc similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/faustalchemy.swc rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2flash_v0.1/Step_2_FlashBuilder_project/src/faustalchemy.swc diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/faust2oct b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/faust2oct similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/faust2oct rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/faust2oct diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/faustscale.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/faustscale.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/faustscale.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/faustscale.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/octave.cpp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/octave.cpp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/octave.cpp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/octave.cpp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/ringmod.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/ringmod.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/ringmod.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/ringmod.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/test.m b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/test.m similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/test.m rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/test.m diff --git a/interpretor/faust-0.9.47mr3/tools/faust2oct/wgo.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/wgo.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2oct/wgo.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2oct/wgo.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/COPYING b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/COPYING similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/COPYING rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/COPYING diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/ChangeLog b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/ChangeLog similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/ChangeLog rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/ChangeLog diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/config.guess b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/config.guess similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/config.guess rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/config.guess diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/freeverb.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/freeverb.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/freeverb.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/freeverb.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/karplus.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/karplus.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/karplus.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/karplus.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/pink.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/pink.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/pink.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/pink.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/test.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/test.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/test.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/test.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/tone.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/tone.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/tone.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/tone.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/white.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/white.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/basic/white.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/basic/white.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/bandfilter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/bandfilter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/bandfilter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/bandfilter.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/capture.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/capture.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/capture.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/capture.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/dbmeter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/dbmeter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/dbmeter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/dbmeter.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/echo.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/echo.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/echo.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/echo.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/envelop.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/envelop.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/envelop.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/envelop.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-control.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-control.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-control.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-control.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-gate.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-gate.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-gate.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-gate.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-r.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-r.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-r.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-r.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-s.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-s.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-s.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-s.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-timer.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-timer.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-timer.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faust-timer.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faustdemo.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faustdemo.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faustdemo.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/faustdemo.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/freeverb.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/freeverb.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/freeverb.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/freeverb.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus32.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus32.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus32.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/karplus32.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lfboost.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lfboost.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lfboost.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lfboost.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowboost.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowboost.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowboost.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowboost.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowcut.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowcut.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowcut.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/lowcut.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/matrix.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/matrix.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/matrix.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/matrix.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/mixer.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/mixer.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/mixer.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/mixer.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/multibandfilter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/multibandfilter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/multibandfilter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/multibandfilter.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/noise2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/noise2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/noise2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/noise2.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osc2.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osc2.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osc2.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osc2.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osci.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osci.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osci.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/osci.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/panpot.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/panpot.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/panpot.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/panpot.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/pitch_shifter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/pitch_shifter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/pitch_shifter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/pitch_shifter.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/spat.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/spat.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/spat.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/spat.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tapiir.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tapiir.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tapiir.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tapiir.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tester.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tester.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tester.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/tester.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/volume.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/volume.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/volume.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/volume.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/vumeter.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/vumeter.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/faust/vumeter.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/faust/vumeter.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/chorus.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/chorus.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/chorus.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/chorus.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-control.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-control.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-control.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-control.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-gate.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-gate.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-gate.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-gate.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-r.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-r.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-r.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-r.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-s.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-s.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-s.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/faust-s.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/freeverb.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/freeverb.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/freeverb.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/freeverb.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/karplusplus.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/karplusplus.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/karplusplus.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/karplusplus.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/midi-in.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/midi-in.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/midi-in.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/midi-in.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/organ.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/organ.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/organ.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/organ.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pulse.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pulse.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pulse.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pulse.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pure-remote.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pure-remote.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pure-remote.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/pure-remote.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/seqdemo.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/seqdemo.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/seqdemo.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/seqdemo.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/sequencer.pure b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/sequencer.pure similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/sequencer.pure rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/sequencer.pure diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/subtractive.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/subtractive.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/subtractive.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/seqdemo/subtractive.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/amp.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/amp.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/amp.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/amp.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/audio-out.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/audio-out.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/audio-out.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/audio-out.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chimes.syn b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chimes.syn similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chimes.syn rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chimes.syn diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chorus.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chorus.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chorus.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/chorus.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/compressor.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/compressor.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/compressor.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/compressor.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/echo.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/echo.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/echo.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/echo.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/expander.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/expander.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/expander.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/expander.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-control.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-control.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-control.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-control.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-gate.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-gate.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-gate.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-gate.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-r.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-r.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-r.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-r.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-s.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-s.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-s.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/faust-s.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/flanger.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/flanger.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/flanger.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/flanger.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/freeverb.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/freeverb.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/freeverb.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/freeverb.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/fuzz.dsp b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/fuzz.dsp similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/fuzz.dsp rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/fuzz.dsp diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplus.syn b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplus.syn similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplus.syn rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplus.syn diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplusplus.syn b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplusplus.syn similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplusplus.syn rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/karplusplus.syn diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/midi-in.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/midi-in.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/midi-in.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/midi-in.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/organ.syn b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/organ.syn similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/organ.syn rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/organ.syn diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/phasemod.syn b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/phasemod.syn similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/phasemod.syn rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/phasemod.syn diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/subtractive.syn b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/subtractive.syn similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/subtractive.syn rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/subtractive.syn diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/synth.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/synth.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/examples/synth/synth.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/examples/synth/synth.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faust-control.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-control.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faust-control.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-control.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faust-gate.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-gate.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faust-gate.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-gate.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faust-r.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-r.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faust-r.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-r.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faust-s.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-s.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faust-s.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-s.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faust-timer.pd b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-timer.pd similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faust-timer.pd rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust-timer.pd diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faust2pd.pure b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust2pd.pure similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faust2pd.pure rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faust2pd.pure diff --git a/interpretor/faust-0.9.47mr3/tools/faust2pd/faustxml.pure b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faustxml.pure similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2pd/faustxml.pure rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2pd/faustxml.pure diff --git a/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/Makefile similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/Makefile rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/Makefile diff --git a/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README diff --git a/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/faust2sc b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/faust2sc similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/faust2sc rename to interpretor/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/faust2sc diff --git a/interpretor/faust-0.9.47mr3/tools/scbuilder/COPYING b/interpretor/preprocessor/faust-0.9.47mr3/tools/scbuilder/COPYING similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/scbuilder/COPYING rename to interpretor/preprocessor/faust-0.9.47mr3/tools/scbuilder/COPYING diff --git a/interpretor/faust-0.9.47mr3/tools/scbuilder/scbuilder b/interpretor/preprocessor/faust-0.9.47mr3/tools/scbuilder/scbuilder similarity index 100% rename from interpretor/faust-0.9.47mr3/tools/scbuilder/scbuilder rename to interpretor/preprocessor/faust-0.9.47mr3/tools/scbuilder/scbuilder diff --git a/interpretor/faust-0.9.47mr3/windows/.cvsignore b/interpretor/preprocessor/faust-0.9.47mr3/windows/.cvsignore similarity index 100% rename from interpretor/faust-0.9.47mr3/windows/.cvsignore rename to interpretor/preprocessor/faust-0.9.47mr3/windows/.cvsignore diff --git a/interpretor/faust-0.9.47mr3/windows/faust_vs2008.sln b/interpretor/preprocessor/faust-0.9.47mr3/windows/faust_vs2008.sln similarity index 100% rename from interpretor/faust-0.9.47mr3/windows/faust_vs2008.sln rename to interpretor/preprocessor/faust-0.9.47mr3/windows/faust_vs2008.sln diff --git a/interpretor/faust-0.9.47mr3/windows/faust_vs2008.vcproj b/interpretor/preprocessor/faust-0.9.47mr3/windows/faust_vs2008.vcproj similarity index 100% rename from interpretor/faust-0.9.47mr3/windows/faust_vs2008.vcproj rename to interpretor/preprocessor/faust-0.9.47mr3/windows/faust_vs2008.vcproj diff --git a/interpretor/process.cmi b/interpretor/process.cmi new file mode 100644 index 0000000..2fa2ee6 Binary files /dev/null and b/interpretor/process.cmi differ diff --git a/interpretor/process.cmx b/interpretor/process.cmx new file mode 100644 index 0000000..4ff55cf Binary files /dev/null and b/interpretor/process.cmx differ diff --git a/interpretor/signal.cmi b/interpretor/signal.cmi new file mode 100644 index 0000000..86580a7 Binary files /dev/null and b/interpretor/signal.cmi differ diff --git a/interpretor/signal.cmx b/interpretor/signal.cmx new file mode 100644 index 0000000..3a1d081 Binary files /dev/null and b/interpretor/signal.cmx differ diff --git a/interpretor/symbol.cmi b/interpretor/symbol.cmi new file mode 100644 index 0000000..5f997c5 Binary files /dev/null and b/interpretor/symbol.cmi differ diff --git a/interpretor/symbol.cmx b/interpretor/symbol.cmx new file mode 100644 index 0000000..cdf0ff5 Binary files /dev/null and b/interpretor/symbol.cmx differ diff --git a/interpretor/types.cmi b/interpretor/types.cmi new file mode 100644 index 0000000..e3b5218 Binary files /dev/null and b/interpretor/types.cmi differ diff --git a/interpretor/types.cmo b/interpretor/types.cmo new file mode 100644 index 0000000..c86d848 Binary files /dev/null and b/interpretor/types.cmo differ diff --git a/interpretor/types.cmx b/interpretor/types.cmx new file mode 100644 index 0000000..aece0e7 Binary files /dev/null and b/interpretor/types.cmx differ diff --git a/interpretor/value.cmi b/interpretor/value.cmi new file mode 100644 index 0000000..532c5e6 Binary files /dev/null and b/interpretor/value.cmi differ diff --git a/interpretor/value.cmx b/interpretor/value.cmx new file mode 100644 index 0000000..7be1b55 Binary files /dev/null and b/interpretor/value.cmx differ