This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import("stdfaust.lib"); | |
| //sound = soundfile("sound[url:{'levot.wav'}]",2); | |
| //sound = soundfile("sound[url:{'violon.wav'}]",2); | |
| sound = soundfile("sound[url:{'tango.wav'}]",2); | |
| looper(sf) = (0, loop_index) : sf : !, !, attach(_,pos), si.bus(outputs(sf)-3) | |
| with { | |
| // User controls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./simple_duplex | |
| DEBUG: WASAPI backend is disabled. | |
| DEBUG: DirectSound backend is disabled. | |
| DEBUG: WinMM backend is disabled. | |
| DEBUG: Attempting to initialize Core Audio backend... | |
| DEBUG: Loading library: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation | |
| DEBUG: Loading symbol: CFStringGetCString | |
| DEBUG: Loading symbol: CFRelease | |
| DEBUG: Loading library: /System/Library/Frameworks/CoreAudio.framework/CoreAudio | |
| DEBUG: Loading symbol: AudioObjectGetPropertyData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./simple_duplex | |
| DEBUG: WASAPI backend is disabled. | |
| DEBUG: DirectSound backend is disabled. | |
| DEBUG: WinMM backend is disabled. | |
| DEBUG: Attempting to initialize Core Audio backend... | |
| DEBUG: Loading library: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation | |
| DEBUG: Loading symbol: CFStringGetCString | |
| DEBUG: Loading symbol: CFRelease | |
| DEBUG: Loading library: /System/Library/Frameworks/CoreAudio.framework/CoreAudio | |
| DEBUG: Loading symbol: AudioObjectGetPropertyData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./osc | |
| DEBUG: WASAPI backend is disabled. | |
| DEBUG: DirectSound backend is disabled. | |
| DEBUG: WinMM backend is disabled. | |
| DEBUG: Attempting to initialize Core Audio backend... | |
| DEBUG: Loading library: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation | |
| DEBUG: Loading symbol: CFStringGetCString | |
| DEBUG: Loading symbol: CFRelease | |
| DEBUG: Loading library: /System/Library/Frameworks/CoreAudio.framework/CoreAudio | |
| DEBUG: Loading symbol: AudioObjectGetPropertyData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interp-tracer -trace 4 -input multi_filter.dsp | |
| Filename: multi_filter.dsp | |
| Libfaust version : 2.76.0 (LLVM 19.1.5) | |
| Compiled with additional options : | |
| Using interpreter backend | |
| getName multi_filter | |
| ------------------------ | |
| init 44100 | |
| ------------------------ | |
| instanceInit 44100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "freeverb -- a Schroeder reverb", | |
| "filename": "freeverb.dsp", | |
| "version": "2.75.10", | |
| "compile_options": "-lang cpp -ct 1 -es 1 -mcd 16 -mdd 1024 -mdy 33 -single -ftz 0", | |
| "include_pathnames": ["/usr/local/share/faust","/usr/local/share/faust","/usr/share/faust",".","/Users/letz/Developpements/SoundStacks/cmajor-fork/examples/patches/FaustFM"], | |
| "size": 149844, | |
| "inputs": 2, | |
| "outputs": 2, | |
| "meta": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "voice", | |
| "filename": "voice.dsp", | |
| "version": "2.75.10", | |
| "compile_options": "-lang cpp -ct 1 -es 1 -mcd 16 -mdd 1024 -mdy 33 -single -ftz 0", | |
| "library_list": ["/usr/local/share/faust/stdfaust.lib","/usr/local/share/faust/oscillators.lib","/usr/local/share/faust/envelopes.lib","/usr/local/share/faust/maths.lib","/usr/local/share/faust/platform.lib","/usr/local/share/faust/basics.lib"], | |
| "include_pathnames": ["/usr/local/share/faust","/usr/local/share/faust","/usr/share/faust",".","/Users/letz/Developpements/SoundStacks/cmajor-fork/examples/patches/FaustFM"], | |
| "size": 80, | |
| "inputs": 0, | |
| "outputs": 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Linking CXX executable /Users/letz/Developpements/faust/build/bin/faust | |
| /opt/local/bin/cmake -E cmake_link_script CMakeFiles/faust.dir/link.txt --verbose=1 | |
| /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -O3 -fvisibility=hidden -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-overloaded-virtual -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=12.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/box_signal_api.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/boxcomplexity.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/boxes.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/boxtype.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/ppbox.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Linking CXX executable /Users/letz/Developpements/faust/build/bin/faust | |
| /opt/local/bin/cmake -E cmake_link_script CMakeFiles/faust.dir/link.txt --verbose=1 | |
| /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -O3 -fvisibility=hidden -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-overloaded-virtual -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=12.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/box_signal_api.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/boxcomplexity.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/boxes.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/boxtype.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compiler/boxes/ppbox.cpp.o CMakeFiles/faust.dir/Users/letz/Developpements/faust/compil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interp-tracer -trace 4 lamb.dsp | |
| Filename: lamb.dsp | |
| Libfaust version : 2.72.11 (LLVM 17.0.6) | |
| Compiled with additional options : | |
| Using interpreter backend | |
| getName lamb | |
| ------------------------ | |
| init 44100 | |
| ------------------------ | |
| instanceInit 44100 |