From: Karim Barkati Date: Thu, 1 Aug 2013 14:24:08 +0000 (+0200) Subject: .gitignore should now be working. X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/commitdiff_plain/cae947e13e0edb12892f269670b430108e924c06 .gitignore should now be working. --- diff --git a/.gitignore b/.gitignore index 5168f7c..9fb7a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -faustine -faust -Makefile -ouput_sounds/output*.* +interpretor/faustine +interpretor/faust-0.9.47mr3/compiler/faust .o gmon.out +ouput_sounds/output* # default names +/Makefile # only in the current directory, because Makefile.in is sufficient diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7ed6e35 --- /dev/null +++ b/Makefile @@ -0,0 +1,38 @@ +SRC_DIR = interpretor +PREPROCESSOR_DIR = $(SRC_DIR)/faust-0.9.47mr3 +OUTPUTSOUNDS_DIR = 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 -csv -wav ../dsp_files/sin.dsp + @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'" + +# Library paths for OCaml and libsndfile-ocaml +# OCAML_INCLUDE_PATH +# SNDFILE_PATH + +OCAML_INCLUDE_PATH = /usr/local/lib/ocaml +SNDFILE_PATH = ~/Boulot/2013-07-CRI/lib/libsndfile-ocaml diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o new file mode 100644 index 0000000..c1e1398 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/OSCControler.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o new file mode 100644 index 0000000..d0f15ae Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCFError.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o new file mode 100644 index 0000000..65366f4 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/lib/OSCRegexp.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o new file mode 100644 index 0000000..9d4c34a Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/msg/Message.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o new file mode 100644 index 0000000..4ace601 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustFactory.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o new file mode 100644 index 0000000..78868e3 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/FaustNode.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o new file mode 100644 index 0000000..100d5df Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/MessageDriven.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o new file mode 100644 index 0000000..771973d Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/nodes/RootNode.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o new file mode 100644 index 0000000..15087d5 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCAddress.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o new file mode 100644 index 0000000..4607b0d Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCIO.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o new file mode 100644 index 0000000..1bd5035 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCListener.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o new file mode 100644 index 0000000..83bd33a Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCSetup.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o new file mode 100644 index 0000000..57d09ff Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/osc/OSCStream.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o new file mode 100644 index 0000000..e3620b0 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/pthreads_impl.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o new file mode 100644 index 0000000..d1827b9 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/faust/src/threads/winthreads_impl.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o new file mode 100644 index 0000000..a9bee68 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/IpEndpointName.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o new file mode 100644 index 0000000..c232532 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/NetworkingUtils.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o new file mode 100644 index 0000000..af91571 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/ip/posix/UdpSocket.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o new file mode 100644 index 0000000..aed833d Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscOutboundPacketStream.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o new file mode 100644 index 0000000..4f69235 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscPrintReceivedElements.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o new file mode 100644 index 0000000..9094461 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscReceivedElements.o differ diff --git a/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o new file mode 100644 index 0000000..784c4aa Binary files /dev/null and b/interpretor/faust-0.9.47mr3/architecture/osclib/oscpack/osc/OscTypes.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o b/interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o new file mode 100644 index 0000000..90dbb83 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/boxes/boxcomplexity.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxes.o b/interpretor/faust-0.9.47mr3/compiler/boxes/boxes.o new file mode 100644 index 0000000..b69e131 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/boxes/boxes.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.o b/interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.o new file mode 100644 index 0000000..4c54104 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/boxes/boxtype.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.o b/interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.o new file mode 100644 index 0000000..9b38db3 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/boxes/ppbox.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc.o new file mode 100644 index 0000000..3a59ce4 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.o new file mode 100644 index 0000000..c858ccc Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_Text.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o new file mode 100644 index 0000000..d7da33e Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_autodoc.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.o new file mode 100644 index 0000000..2b9d469 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_compile.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.o new file mode 100644 index 0000000..cf05c19 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_lang.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o new file mode 100644 index 0000000..81be707 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_metadatas.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.o new file mode 100644 index 0000000..1132925 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_notice.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o new file mode 100644 index 0000000..ca351a0 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/doc_sharing.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/documentator/lateq.o b/interpretor/faust-0.9.47mr3/compiler/documentator/lateq.o new file mode 100644 index 0000000..a186b97 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/documentator/lateq.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.o b/interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.o new file mode 100644 index 0000000..d6aa62c Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/device/PSDev.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o b/interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o new file mode 100644 index 0000000..8b3fbc7 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/device/SVGDev.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/drawschema.o b/interpretor/faust-0.9.47mr3/compiler/draw/drawschema.o new file mode 100644 index 0000000..87039cc Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/drawschema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o new file mode 100644 index 0000000..24dc11e Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/blockSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o new file mode 100644 index 0000000..87c5ee7 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/cableSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.o new file mode 100644 index 0000000..d94e38b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/collector.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o new file mode 100644 index 0000000..a7eea3b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/cutSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o new file mode 100644 index 0000000..3b92cba Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/decorateSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o new file mode 100644 index 0000000..adb8770 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/enlargedSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o new file mode 100644 index 0000000..57b5db6 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/inverterSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o new file mode 100644 index 0000000..2c9e59e Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/mergeSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o new file mode 100644 index 0000000..ec2510a Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/parSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o new file mode 100644 index 0000000..3831b4b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/recSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o new file mode 100644 index 0000000..194798a Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/seqSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o new file mode 100644 index 0000000..7840bdc Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/splitSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o b/interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o new file mode 100644 index 0000000..a77e65a Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/schema/topSchema.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.o b/interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.o new file mode 100644 index 0000000..e0b1ef8 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/draw/sigToGraph.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/errormsg.o b/interpretor/faust-0.9.47mr3/compiler/errors/errormsg.o new file mode 100644 index 0000000..73f83aa Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/errors/errormsg.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/errors/timing.o b/interpretor/faust-0.9.47mr3/compiler/errors/timing.o new file mode 100644 index 0000000..2cf3816 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/errors/timing.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/environment.o b/interpretor/faust-0.9.47mr3/compiler/evaluate/environment.o new file mode 100644 index 0000000..4d2b325 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/evaluate/environment.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/eval.o b/interpretor/faust-0.9.47mr3/compiler/evaluate/eval.o new file mode 100644 index 0000000..6c23dac Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/evaluate/eval.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o b/interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o new file mode 100644 index 0000000..a1ca106 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/evaluate/loopDetector.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/absprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/absprim.o new file mode 100644 index 0000000..fb0e4bf Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/absprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/acosprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/acosprim.o new file mode 100644 index 0000000..9dda95b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/acosprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/asinprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/asinprim.o new file mode 100644 index 0000000..3cbd692 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/asinprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.o b/interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.o new file mode 100644 index 0000000..26717f0 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/atan2prim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/atanprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/atanprim.o new file mode 100644 index 0000000..1706bdc Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/atanprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.o new file mode 100644 index 0000000..8bded7b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/ceilprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/cosprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/cosprim.o new file mode 100644 index 0000000..6008008 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/cosprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/expprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/expprim.o new file mode 100644 index 0000000..6858209 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/expprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/floorprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/floorprim.o new file mode 100644 index 0000000..abbbd19 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/floorprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.o new file mode 100644 index 0000000..2cef067 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/fmodprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/log10prim.o b/interpretor/faust-0.9.47mr3/compiler/extended/log10prim.o new file mode 100644 index 0000000..093124f Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/log10prim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/logprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/logprim.o new file mode 100644 index 0000000..e7c3003 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/logprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/maxprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/maxprim.o new file mode 100644 index 0000000..b3c08fc Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/maxprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/minprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/minprim.o new file mode 100644 index 0000000..6c1d123 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/minprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/powprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/powprim.o new file mode 100644 index 0000000..b81d926 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/powprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.o new file mode 100644 index 0000000..3a8ec1e Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/remainderprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/rintprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/rintprim.o new file mode 100644 index 0000000..abe2c56 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/rintprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/sinprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/sinprim.o new file mode 100644 index 0000000..5114cf4 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/sinprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.o new file mode 100644 index 0000000..fb7b96c Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/sqrtprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/extended/tanprim.o b/interpretor/faust-0.9.47mr3/compiler/extended/tanprim.o new file mode 100644 index 0000000..db3c4cf Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/extended/tanprim.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/Text.o b/interpretor/faust-0.9.47mr3/compiler/generator/Text.o new file mode 100644 index 0000000..f0cd492 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/Text.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile.o b/interpretor/faust-0.9.47mr3/compiler/generator/compile.o new file mode 100644 index 0000000..e609905 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/compile.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.o b/interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.o new file mode 100644 index 0000000..3885362 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/compile_scal.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.o b/interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.o new file mode 100644 index 0000000..bae028e Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/compile_sched.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.o b/interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.o new file mode 100644 index 0000000..e440ef3 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/compile_vect.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/contextor.o b/interpretor/faust-0.9.47mr3/compiler/generator/contextor.o new file mode 100644 index 0000000..3e60143 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/contextor.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/description.o b/interpretor/faust-0.9.47mr3/compiler/generator/description.o new file mode 100644 index 0000000..88b26e4 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/description.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/floats.o b/interpretor/faust-0.9.47mr3/compiler/generator/floats.o new file mode 100644 index 0000000..6acb217 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/floats.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/klass.o b/interpretor/faust-0.9.47mr3/compiler/generator/klass.o new file mode 100644 index 0000000..b139289 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/klass.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/occurences.o b/interpretor/faust-0.9.47mr3/compiler/generator/occurences.o new file mode 100644 index 0000000..f9e4906 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/occurences.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/sharing.o b/interpretor/faust-0.9.47mr3/compiler/generator/sharing.o new file mode 100644 index 0000000..0022d9b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/sharing.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/generator/uitree.o b/interpretor/faust-0.9.47mr3/compiler/generator/uitree.o new file mode 100644 index 0000000..3390b3b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/generator/uitree.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/main.o b/interpretor/faust-0.9.47mr3/compiler/main.o new file mode 100644 index 0000000..bb4f648 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/main.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/aterm.o b/interpretor/faust-0.9.47mr3/compiler/normalize/aterm.o new file mode 100644 index 0000000..f4ca09b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/normalize/aterm.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/mterm.o b/interpretor/faust-0.9.47mr3/compiler/normalize/mterm.o new file mode 100644 index 0000000..d471349 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/normalize/mterm.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/normalize.o b/interpretor/faust-0.9.47mr3/compiler/normalize/normalize.o new file mode 100644 index 0000000..77f9fa7 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/normalize/normalize.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/privatise.o b/interpretor/faust-0.9.47mr3/compiler/normalize/privatise.o new file mode 100644 index 0000000..3cfa541 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/normalize/privatise.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/normalize/simplify.o b/interpretor/faust-0.9.47mr3/compiler/normalize/simplify.o new file mode 100644 index 0000000..d5136dd Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/normalize/simplify.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.o b/interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.o new file mode 100644 index 0000000..b453d59 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parallelize/colorize.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o b/interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o new file mode 100644 index 0000000..3b48e73 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parallelize/graphSorting.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parallelize/loop.o b/interpretor/faust-0.9.47mr3/compiler/parallelize/loop.o new file mode 100644 index 0000000..fddd27b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parallelize/loop.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/enrobage.o b/interpretor/faust-0.9.47mr3/compiler/parser/enrobage.o new file mode 100644 index 0000000..d4f1d4d Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parser/enrobage.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.o b/interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.o new file mode 100644 index 0000000..63cacaf Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parser/faustlexer.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.o b/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.o new file mode 100644 index 0000000..164ea64 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parser/faustparser.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.o b/interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.o new file mode 100644 index 0000000..ad4cffb Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/parser/sourcereader.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o b/interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o new file mode 100644 index 0000000..d4b2848 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/patternmatcher/patternmatcher.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/preprocess.a b/interpretor/faust-0.9.47mr3/compiler/preprocess.a new file mode 100644 index 0000000..422ad78 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/preprocess.a differ diff --git a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.o b/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.o new file mode 100644 index 0000000..7663721 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/labels.o b/interpretor/faust-0.9.47mr3/compiler/propagate/labels.o new file mode 100644 index 0000000..cc533e8 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/propagate/labels.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/propagate/propagate.o b/interpretor/faust-0.9.47mr3/compiler/propagate/propagate.o new file mode 100644 index 0000000..76451e6 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/propagate/propagate.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/binop.o b/interpretor/faust-0.9.47mr3/compiler/signals/binop.o new file mode 100644 index 0000000..30d1d3c Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/binop.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/ppsig.o b/interpretor/faust-0.9.47mr3/compiler/signals/ppsig.o new file mode 100644 index 0000000..0824c2b Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/ppsig.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/prim2.o b/interpretor/faust-0.9.47mr3/compiler/signals/prim2.o new file mode 100644 index 0000000..f044da0 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/prim2.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/recursivness.o b/interpretor/faust-0.9.47mr3/compiler/signals/recursivness.o new file mode 100644 index 0000000..d095f7a Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/recursivness.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/signals.o b/interpretor/faust-0.9.47mr3/compiler/signals/signals.o new file mode 100644 index 0000000..83a38e8 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/signals.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.o b/interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.o new file mode 100644 index 0000000..aed79c9 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/sigorderrules.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigprint.o b/interpretor/faust-0.9.47mr3/compiler/signals/sigprint.o new file mode 100644 index 0000000..490b79d Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/sigprint.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.o b/interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.o new file mode 100644 index 0000000..18200d2 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/sigraterules.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtype.o b/interpretor/faust-0.9.47mr3/compiler/signals/sigtype.o new file mode 100644 index 0000000..4501b78 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/sigtype.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.o b/interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.o new file mode 100644 index 0000000..c59a5ef Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/sigtyperules.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.o b/interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.o new file mode 100644 index 0000000..38ab0a4 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/sigvisitor.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/signals/subsignals.o b/interpretor/faust-0.9.47mr3/compiler/signals/subsignals.o new file mode 100644 index 0000000..7613c31 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/signals/subsignals.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.o b/interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.o new file mode 100644 index 0000000..db769ff Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/compatibility.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/list.o b/interpretor/faust-0.9.47mr3/compiler/tlib/list.o new file mode 100644 index 0000000..98d3fd2 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/list.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/node.o b/interpretor/faust-0.9.47mr3/compiler/tlib/node.o new file mode 100644 index 0000000..e2bd1cc Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/node.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.o b/interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.o new file mode 100644 index 0000000..e99b89e Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/occurrences.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o b/interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o new file mode 100644 index 0000000..66cc011 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/recursive-tree.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.o b/interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.o new file mode 100644 index 0000000..8190c4d Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/shlysis.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/symbol.o b/interpretor/faust-0.9.47mr3/compiler/tlib/symbol.o new file mode 100644 index 0000000..e92ca71 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/symbol.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/tlib/tree.o b/interpretor/faust-0.9.47mr3/compiler/tlib/tree.o new file mode 100644 index 0000000..c6954a7 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/tlib/tree.o differ diff --git a/interpretor/faust-0.9.47mr3/compiler/utils/names.o b/interpretor/faust-0.9.47mr3/compiler/utils/names.o new file mode 100644 index 0000000..b3b6197 Binary files /dev/null and b/interpretor/faust-0.9.47mr3/compiler/utils/names.o differ diff --git a/output_sounds/output0.wav b/output_sounds/output0.wav new file mode 100644 index 0000000..b815a38 Binary files /dev/null and b/output_sounds/output0.wav differ