Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

faust-devel-2.81.8-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: faust-devel Distribution: openSUSE:Factory:zSystems
Version: 2.81.8 Vendor: openSUSE
Release: 1.1 Build date: Fri Oct 3 18:42:04 2025
Group: Development/Languages/Other Build host: reproducible
Size: 50749914 Source RPM: faust-2.81.8-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://faust.grame.fr/
Summary: Faust devel files
Devel files for embedding the Faust compiler in to your own application.

Provides

Requires

License

GPL-2.0-only

Changelog

* Fri Oct 03 2025 Tobias Görgens <suse.snooper541@passmail.net>
  - update to 2.81.8
    - New
    * Paschalis Melissas (melissaspaschalis@gmail.com) faust2wwise GSoC project.
    * Facundo Franchino faust2clap GSoC project.
    * New SignalFIRCompiler (WIP).
    * Use fmin/fmax for real numbers and macros min_i/max_i for integer in ocpp and C backends.
    * Add generateCAuxFilesFromFile2/generateAuxFilesFromString2 functions.
    - Fixed bugs
    * JSFX backend: fixed initialization missing for visible sliders & fixed string matching for polyphonic midi reserved names (exact match)
    * Typos in codebox backend.
    * Add missing shortname entry for soundfile in JSON.
    * remNode should use fmod if one of the two arguments is a float number, cleanup
    - Libraries
    * Major DX7 update.
    * Add ma.unwrap().
    * Correct aa.Rsinh and aa.Rtan.
    * New linsweep/logsweep contributions by Oleg Nesterov.
    * Add an.resonator().
    * Add ba.pick() and ba.pickN().
* Tue Jul 08 2025 Konstantin Voinov <kv@kott.no-ip.biz>
  - update to 2.81.2
    - New
    * Add all MCP related code in McpUI.h, put in the faust/gui.
    * Improve Rust backend for static tables handling.
    * Add recursion, tables, waveform, select2 and prefix handlling in
      SignalRenderer.
    * Add wasmtime architecture.
    * Rework MidiHandler and audio driver memory handling.
    * Allow widget modulation targets to be defined by path. For example
      "chan 3/gain" wiil target any widget "gain" inside a group "chan 3".
    * WebAssembly mixCheckVoice now use RMS for level computation.
    * faustgen~: reworked polyphonic handling.
    * Rework polyphonic handling: VOICE_STOP_LEVEL set to -90 dB, RMS
      used for level computation, correct legato.
    * Add pipewire support with console, qt and gtk GUI.
    * Add kb_rom_rev1.dsp example.
    * Add RNBO/codebox export in faustgen~ and
      generateAuxFilesFromFile2/generateAuxFilesFromString2 in libfaust.
    - Fixed bugs
    * Fixed sliders that were not being created in MIDI context (skipped),
      so they now behave as normal sliders controlled manually OR by midi messages,
      the exception being MIDI controls targetting a specific voice in
      polyphonic context (not created as sliders). Added program change MIDI support.
      Added pitchweel MIDI support. Fixed an issue (typo) in ysfx-dsp.h).
    * JSFXInstVisitor::_midi_poly_assign should only generate polyphonic
      (freq/gate/gain) parameters.
    * Incorrect use of integer abs function instead of floating-point std::abs.
    * Widget Modulation Bug. Labels in format 'v:group1/h:group2/name'
      were not handled correctly
    - Libraries
    * Deterministic noise function.
    * Add multiTapSincDelay.
    * Add Vicanek's matched (decramped) second-order Butterworth low
      and high shelving filters.
    * Add Vicanek's decramped second-order resonant filters.
* Sun Mar 30 2025 Konstantin Voinov <kv@kott.no-ip.biz>
  - update to 2.79.3
    - New
    * faustgen~: more robust code in multichannels mode.
    * Add reverbTank.dsp example.
    * Add wfs.dsp example.
    * Add new mesh2faust API method to generate modal model and Faust
      DSP code independently.
    * Add parameter tracking and FFun/FVar in SDF3 backend.
    * SignalPromotion now checks and possibly casts values in the waveform,
      allowing for simplification in FIR generation.
    * Option -rnlm (--rust-no-libm) added in Rust backend.
    * Add sflooper.dsp and inlooper.dsp examples.
    * Defining sdt::less<CTree*> operator to provide an unique and
      stable ordering is enough to garanty determinism.
    * Add -nopost option to faust2w32max6 and faust2w64max6.
    * Install architecture/hothouse folder so that faust2hothouse can use it.
    - Fixed bugs
    * Correct rnbo.py for faust2rnbo.
    * Add missing parameters in
      Unity FaustUtilities_template.cs/FaustPolyUtilities_template.cs so
      JSON parse does not fail.
    * faust2atomsnippets now removes the (pf) prefix.
    * faust2w32max6 and faust2w64max6 now export DLL that can be
      correct loaded.
    * JUCE: correct setSelectedItemIndex use in uiMenu which should
      take the value - 1.
    - Libraries
    * Define generic gen_fb_comb and reimplement fb_comb and fb_fcomb
      with it.
    * Add Keith Barr Allpass Loop Reverb.
    * Add WFS algorithm.
    * Add os.dsf environment, oscsillators with exponentially decaying
      harmonics.
    * Add pm.rk_solve() function, Runge-Kutta solver.
    * Revert to the old CF mapping for the moogLadder filter, add the
      same filter as a new function that takes parameters in Hz and
      feedback gain raw values.
    * Correct dx.dx7_algo documentation.
    * Add svf morph functions.
    * David Braun fix on
      mixLinearClamp/mixLinearLoop/mixPowerClamp/mixPowerLoop to
      properly accept the N buses as inputs.
* Sun Feb 02 2025 Konstantin Voinov <kv@kott.no-ip.biz>
  - remove 02-disable-llvm-static.patch and 03-support-for-LLVM19.patch
    not needed anymore
  - update to 2.77.3
    - New
    * Remove undeeded SVG generation in faustgen.
    * Add -miniaudio option to faust2api.
    * MiniaudioReader and miniaudio device using miniaudio library.
    * Compilation is now deterministic.
    * Add lint test for nondeterministic pointer comparison
    * Add signal interpreter (WIP).
    * Rust: provide a inplace interface for rust
    * Implement soundfile handling at init stage in C, C++, LLVM
      and Interp backends.
    * Add the 'varname' field to the JSON format.
    * Update MIR backend for 1.0.0 API.
    * Implement -ec, -cm and -os options in Rust backend.
    * Rework minimal.c to demonstrate use of UIGlue.
    * Updated class daisy_midi to be compatible with libDaisy v7.1.0
    * Implement SDF3 generation backend.
    * Rework Rust code generation.
    * Use shortnames instead of labels in Cmajor backend.
    * Add Faust DSP Testbench in JUCE architecture.
    - Fixed bugs
    * Remove empty groups when merging UI subcontainers.
    * Fix duplicated bar graphs bug caused by double simplification.
    * Fix missing type annotation step. This step is needed to draw
      the retimed sig graph.
    * Reserved keyword used in labels do not trigger impossible
      simplications anymore.
    * uiCheckButton in JuceGUI state handling.
    * Correct -fgpa-mem option handing combined with fDLThreshold.
    * Add -universal option in faust2unity, formatting.
    * Update fastmath.cpp to be used with a C compiler.
    * Update fastmath.cpp for GCC >= 14.2.x.
    * Add a cmake LINK_LLVM_STATIC option.
    * Add  :: prefix to dsp class to help with integration in JUCE.
    - Libraries
    * Add oneEuro filter.
    * Add ba.mulaw_bitcrusher function.
    * Add Kalman filter.
    * Add linear algebra library.
    * Topology-preserving transform SVF following Zavalishin's method;
      Andy Simper's Dynamic Smoothing.
    * Add ba.tAndH and fix ma.zc.
    * Add second-order anti-aliased softclip.
    * aa.softclipQuadratic2 renamed in aa.softclipQuadratic1.
    * Add anti-aliased quadratic softclip.
    * Add linear piecewise interpolation function.
* Thu Nov 14 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - add 03-support-for-LLVM19.patch fixing build
* Sat Sep 21 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - adapt the .spec for Fedora
  - add 02-disable-llvm-static.patch
  - update to 2.75.7
    - New
    * Add -mc option in faust2w32max6 and faust2w64max6.
    * Add FAUST_DTREE_SIZE env variable.
    * Deterministic compilation activated with the FAUST_DTREE environment
      variable.
    * Faster hashkey computation taken from boost::hash_combine.
    * Update faust2object for Apple ARM targets.
    * Add llvm-test-poly test.
    * Introduction of sigRegister and retiming algorithm.
    * Another gameaudio - complex rain sounds.
    * Another gameaudio - modal synthesis of wind chimes.
    * Another gameaudio example - thunder.
    * Christof Ressi multichannel implementation in faust2puredata.
      New -newio option to activate the new model.
    * Document ratio related methods in APIUI.
    - Fixed bugs
    * Man page generation now uses '--' for long options.
    * Use 'struct' instead of 'class' for C++ code generation in -uim mode.
    * Steven Kraninger fix for JUCE architecture bus channel changes
      for VST3 compatibility up to 8 channels. The original code would create
      errors in debug and only provide 2 channels even when more
      channels were selected.
    - Libraries
    * New scatN function for general N-port scattering
    * New scat primitive facilitates acyclic tree scattering networks.
    * Add balanced par, sum, prod to signals.lib.
    * Add selectxbus (selectbus with crossfade).
* Fri Sep 13 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - Update 01-fix-no-return.patch
  - Update to 2.74.6
    - New
    * Improve JuceOSCUI to use OSC alias when they are used instead of
      the path.
    * Create architecture file and faust2stratus script for Chaos
      Audio Stratus pedal (Martin Bartlett).
    * Add multichannels support in faustgen~.
    * Add -mc (multi-channels model) option in faust2max6.
    * Reworked mesh2fausttool by Karl Hiner.
    * Added faust2caconsole (Core Audio + Console architecture).
    * new DirectedGraph based code in progress in -ocpp backend.
    * Reworked -fx mode with new -fx-size option. Merge Agathe Herrou
      interval and precision branch.
    * Rework -os (with new 'frame' method) and -it options.
      New -ec option to separate 'control' and 'compute'.
    * Improve Rust backend to have ffi remainder/rint properly compile
      on Windows.
    - Fixed bugs
    * Correct impulse-tests to correctly use -O3 optimisation level.
    * Add a generic 'one update per single updateAllGuis refresh'
      model in GUI class. Use it for -bundle mode in OSCUI.
    * Correct faust2max6 (OPTIONS was not used everywhere needed).
    - Libraries
    * Add ba.selectbus (David Braun).
    * New spulse function added in basics.lib.
    * Add reverbTank_demo (David Braun).
    * Add ba.downSampleCV (David Braun).
    * Add tapeStop effect and demo (David Braun).
    * Add Vital reverb (David Braun).
* Sat Apr 06 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - Remove 01-SubtargetFeature-include-path.patch
  - Update to 2.72.14
  - Add 01-fix-no-return.patch
  - 2.72.14 Changes:
    - New
    * Deactivate 'Const' optimization in InstructionsCompiler::generateVariableStore.
    * Rework interp-tracer (-trace 7 not needed).
    * Adding a new architecture file (faust2paconsole) and front-end
      script for PortAudio console application building
    * createPolyDSPInstance can use -1 so that the voice number is
      found in the [nvoices:N] metadata.
    * In Cmajor backend, processors are generated in 'namespace faust {...}'.
    * Add createDspFromSignals API in faust-dynamic-engine.
    * Add -double support for faust2jackrust and faust2portaudiorust.
    * Add output control handling in faust2supercollider.
    * New TypeScript based model for Web glue, linked to the separated
      faustwasm project.
    * Complete faust-dynamic-engine-test with test of createDspFromBoxes API.
    - Fixed bugs
    * Correct-cnoption in LLVM backend.
    * Handling of -c option in faust2sndfile.
    * Bug in -inj option handling. Make faust2max6 properly
      manage -inj option.
    * Fix remainder and rint in Rust backend.
    * Fix remainder in JAX backend (using a PR from David Braun).
    * Correct simplification function for 'lowest/highest' primitives.
    * Type information was not correctly returned in LLVMInstVisitor::visitIndexedAddress.
  - 2.70.3 Changes:
    - WebAssembly
    * This is the latest release which contains the JavaScript
      written Faust/WebAssembly glue code using the compiled
      libfaust-wasm.js, libfaust-wasm.wasm and libfaust-wasm.data files,
      also used in the faust2webaudio separated project. See documentation.
    * A new TypeScript/JavaScript based model will be used in the next versions.
    - New
    * Support of LLVM 18
    * Add tests in faustbench, correct use of createSRAdapter.
    * Add initial implementation of a Control UI for the daisy patch init device
    * Change BinOp("|") to have fLeftAbsorbing/fRightAbsorbing predicates
    * Teach kAND/kOR to optimize &(1) and |(1)
    * Add boxFFun/CboxFFun and sigFFun/CsigFFun APIs
    * Support rtaudio ver > 6.0 in rtaudio-dsp driver
    * Add soundfile support in faust2supercollider
    * Add createDspFromBoxes API in faust-dynamic-engine.h
    - Fixed bugs
    * mesh2faust: Fix out-of-order arg in main. Fix eigen dirs not
      being included in executable target (was only included with library).
    * Correct uiVUMeter in JuceGUI text display
    * Correct Teensy architectures files, especially when several
      DSP are compiled and used together
    * Identifier naming in Cmajor backend
    - Libraries
    * Add co.ratio2strength and co.strength2ratio functions
    * Add ba.kr2ar function
    * Add os.sidebands function
  - 2.69.3 Changes:
    - New
    * Reworked mesh2faust tool.
    * Rework faust-dynamic-engine.
    * Experimental -diff option for 'Automatic Differentiation in
      the Faust Compiler'
    * Add sigDelay1 in signal API.
    * Add printCBox/printCSignal API in box and signal API.
    * Add getSigInterval/setSigInterval in signal API.
    * New faust2rnbo tool (see https://faustdoc.grame.fr/tutorials/rnbo/)
    * Reworked faust2vhdlcode.
    * Add -it option to inline rdtable/rwtable code in the main class.
    * Add missing round primitive in the language.
    * Add -vec mode in Rust backend.
    * Codebox backend (for RNBO support).
    * MIDI and polyphonic support in JSFX backend.
    - Fixed bugs
    * Revert incorrect route primitive incorrect fix.
    * Add checkNullBargraphLabel to better handle null labels in bargraph.
    * Complete -quad support in C++ backend.
    * Rework broken -inj option.
    - Libraries
    * Add ba.ifNc and ba.ifNcNo functions
    * Adding new mathematical oscillators to oscillators.lib
* Fri Oct 27 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Add 01-SubtargetFeature-include-path.patch
  - Update to 2.68.1
  - WebAssembly
    * This is the latest release which contains the JavaScript
      written Faust/WebAssembly glue code using the compiled
      libfaust-wasm.js, libfaust-wasm.wasm and libfaust-wasm.data
      files, also used in the faust2webaudio separated project.
      See documentation.
    * A new TypeScript/JavaScript based model will be used in
      the next versions.
  - New
    * Reworked mesh2faust tool.
    * Rework faust-dynamic-engine.
    * Experimental -diff option for 'Automatic Differentiation in the
      Faust Compiler'
    * Add sigDelay1 in signal API.
    * Add printCBox/printCSignal API in box and signal API.
    * Add getSigInterval/setSigInterval in signal API.
    * New faust2rnbo tool (see https://faustdoc.grame.fr/tutorials/rnbo/)
    * Reworked faust2vhdlcode.
    * Add -it option to inline rdtable/rwtable code in the main class.
    * Add missing round primitive in the language.
    * Add -vec mode in Rust backend.
    * Codebox backend (for RNBO support).
    * MIDI and polyphonic support in JSFX backend.
  - Fixed bugs
    * Revert incorrect route primitive incorrect fix.
    * Add checkNullBargraphLabel to better handle null labels in bargraph.
    * Complete -quad support in C++ backend.
    * Rework broken -inj option.
  - Libraries
    * Add ba.ifNc and ba.ifNcNo functions
    * Adding new mathematical oscillators to oscillators.lib
* Mon Jul 03 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Use cmake macros in .spec
  - Update to 2.60.3
  - New
    * Rework -dlt threshold handling.
    * JSFX backend contributed by Johann Philippe.
    * Properly test -mcd values in best found vector option.
    * Improve dsp_optimizer to properly test -mcd values in scalar mode.
    * Add size (in bytes) item in JSON.
  - Fixed bugs
    * More robust FaustPlugin_template.cs, correct faust2unity.
    * Using boxpp to display real values in SVG diagrams.
    * Make preset management thread safe.
  - Libraries
    * New version of reducemaps.lib with parReduce.
    * Fix RMS_FBcompressor_peak_limiter_N_chan.
    * Add tabulateNd.
    * tabulate: use int(id+0.5) in .val
* Tue May 23 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - add constraints
* Tue May 23 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - remove fix-include-cstdint-for-gcc13.patch - fixed in upstream
  - switch build to cmake
  - no libfaust.a in -devel (for now?)
* Fri May 19 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Update to 2.59.6
  - New
    * Improve cmajor-faust-tester tool to display performance ratio.
    * Optimize atan2(x,x) as PI/4.
    * Remove sigTable and use sigWRTbl to code rdtable and rwtable.
    * Adding submodule for `faust2ck pointing to Stanford-CCRMA.
    * Add classInit method in dsp_factory class (needed for LLVM backend)
    * Add -double support in faust2bench.
    * Micro optimisation for logical operators.
    * Support for LLVM 17 API.
    * Rework -ftz 0/1/2 mode to directly apply on signals.
    * Rework same path rule for UI items: two input control cannot
      have a same path (trigger an ERROR), an input control and
      a bargraph can have the same path (WARNING), two bargraph can
      have the same path (WARNING)
    * Add fixed-point -fxmode [WIP]
    * Add Trill RING and HEX sensors support in faust2bela
    * Print ASSERT message when faustassert is triggered.
    * Add -fpga-mem option to replace FAUST_MAX_SIZE environment variable.
    * Support for LLVM 16 API.
    * faust2max6 now compiles and keeps a self-contained DSP version
      in the compiled external
    * Soundfile support added in Interp/LLVM backend. Cleanup
      Interp/MIR backend.
    * Add experimental -fui option, to freeze UI sliders/nentry to
      a given value.
    * Interp LLVM backend updated to LLVM 15 API.
    * Add a -cir option to check float to integer range conversion.
    * Add tools in impulse-tests to test signal type.
    * Use of the new interval library, developed as a separated project
  - Fixed bugs
    * Fixes bug in defines logic which would fail faust2daisy with
    - patch and -pod
    * Remove gtk_progress_set_percentage in GTKUI.
    * `mspUI handling in Max/MSP architectures.
    * Use FAUST prefix in lex/yacc parser, to allow Faust parser
      to cohabit with other generated lex/yacc parsers.
    * Correct MIDI items reflectZone method. MIDI output activated again.
    * Correct C/C++ backend with soundfile. Make faustbench usable
      with DSP usingsoundfiles.
    * Fix AndroidManifest.xml and faust2ios.
    * More flexible channel layout in JUCE export.
    * Correct VCVRack architecture.
    * Correct -osX generation and architecture files.
    * Correct faust2plot and faust2csvplot.
  - Libraries
    * Add tabulateNd.
    * Fix tabulate: use int(id+0.5) in .val
    * Add it.remap.
    * More general dryWetMixer/dryWetMixerConstantPower functions.
    * Add sp.constantPowerPan.
    * Add dry wet mixers.
    * Add deg2rad and rad2deg.
    * Correct 'os.phasor_imp' to start at 'phase' at first sample.
* Wed Mar 22 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Add fix-include-cstdint-for-gcc13.patch
  - Remove llvm14 workaround for TW
  - Update to 2.54.9
  - New
    * Android architecture updated for API 33
    * Add [hidden:xx] metadata handling in JUCE architecture
    * Karl Hiner support LLVM 15 by disabling opaque pointers (temporary solution)
    * Update dplug architecture file
    * Dynamic detection of -double mode in dynamic-jack-gtk tool
    * Complete Faust/Cmajor hybrid patches
    * Add -input option in interp-tracer tool
    * Add a -wall option to print all warnings generated while compiling the code
    * Rework -ct option and activate it by default
    * Remove -cat option and rework -ct one to check the rdtable/rwtable range and generate safe access code
    * Improve memory trace in Interp backend, correct SignalTreeChecker::visit to properly recurse
    * Add -sts option to force strict compilation of 'selectX' primitives. Default is non-strict for stateless branches
    * Add template backend
    * Add missing createSourceFromBoxes API
    * Add -universal (arm/intel) option in faust2supercollider
    * BELA architecture: add support of checkbox widget for digital
      in and trill craft sensor, slider mode for trill craft sensor (contributed by Pascal Faivre)
    * New Cmajor backend
    * New JAX backend contributed by David Braun
  - Fixed bugs
    * Complete InstComplexityVisitor::visit(LoadVarInst* inst)
    * Oleg Nesterov correction on intCast
    * Correct assertStoreXX/assertLoadXX in Interp backend
    * Add a thread in CMDUI to update GUI
    * Table generation in -os0 and -os1 in C++ backend
    * Oleg Nesterov correction for functions with no input parameters:
      in this case the compiler generates code to call the function at sample rate
    * Interval computation for % operator
    * Faust::getMetadata in vst.cpp (faust2vst architecture file)
    * Use a cast bool binary operations (comparison operations) to int pass in Cmajor backend
    * Correct -inpl option
    * Rust: Allocate on the heap with default-boxed
    * Rework threaded API calls
    * Generation of rwtable related code in C/C++ backends in -os2/os3 mode
  - Libraries change log
    * Improved os.sawN and os.sawNp documentation
    * Add Oleg Nesterov ba.tabulate_chebychev function
    * Limit ma.BS in the [1..16384] range.
* Wed Nov 09 2022 Konstantin Voinov <kv@kott.no-ip.biz>
  - set llvm versions in spec
* Tue Nov 08 2022 Konstantin Voinov <kv@kott.no-ip.biz>
  - reduce llvm version to 14 for compile (15 is not supported yet)
  - Update to version 2.50.6
  - New:
    * In C++ backend and -nvi mode, use 'static constexpr' in separated
      methods getStaticNumInputs/getStaticNumOutputs
    * Add relative standard deviation computation in benchmark tools
    * Add POD support in faust2daisy
    * Rust: Use wrapping add, sub and mul operations
    * Allow indentifiers starting with multiple '_'
    * Faust identifiers extended to accept c++ namespaces
    * Rework createSourceFromBoxes/createSourceFromSignals API suggested
      by David Braun
    * Add a -dyn option (create libfaust + LLVM backend dynamic version)
      in faust2jack, faust2cagtk, faust2plot and faust2csvplot
    * Latency metadata added in faust2juce
    * Add support for Trill Craft sensors in faust2bela
    * Allows 0 iterations for par, seq, sum and prod
    * New ...%{ijk}... extended syntax for label variables
    * Add template-llvm.cpp architecture to allow any faust2xx to become
      'dynamic'.
    * Add registerForeignFunction for LLVM backend
    * Support for soundfile in Interp backend
    * Extension of letrec with an optional 'where' clause followed by
      common definitions
    * Completed Box/Signal API
  - Fixed bugs:
    * Argument evaluation order sensibility and warnings when compiling
      with GCC 12.
    * Ladspa architecture file to set descriptor info from metadata
    * Fixing a couple of inconsistencies in the Teensy architectures
    * Incorrect use of ScopedNoDenormals
    * Correct operator priority and parenthesis generation in textual
      backends. Add -fp option
    * Correct generation of float/double textual representation
    * Rework -e option to print ordered ID
    * Correct -ub/-universal option mixup in faust2max6
  - Libraries change log:
    * Add the "Standardized Filters" section and the
      ITU-R BS.1770-4 K-filter
    * compressors: leave the GR signal in the dB scale
    * lag_ud renamed in onePoleSwitching and improved
* Fri Sep 02 2022 Konstantin Voinov <kv@kott.no-ip.biz>
  - remove 01-Add-support-for-LLVM-14.patch now upstream
  - Update to version 2.41.1
  - New
    * Make faustgen~ compile on Apple M1.
    * Add interpreter-dsp C API.
    * Optimize 'powprim' when arg is or represents an integer.
    * Add -osc additional parameters handling in dynamic-jack-gtk and
      poly-dynamic-jack-gtk tools.
    * Improve documentation coherency in faust2xx tools.
    * New faust2bench tool.
    * Rework public export.
    * Update faust2max6 to produce uiversal arm64/x86_64 code signed binaries.
    * 'librarypath' with an empty path now clear the librarypath list in faustgen~.
    * Add an nc parameter in faustgen~ 'compileoptions' message.
    * Compute and add 'shortname' in JSON generation.
    * Add faust2tidalcycles tool.
    * Update faust2puredata for Apple M1.
    * Rework 'read' method in faustgen~.
  - Fixed bugs
    * Relax same path rule causing errors for bargraph.
    * replaceCharList now creates a copy of the 'str' parameter.
      Correct buildPath.
    * JUCE architecture float/double and prepareToPlay handling.
    * Make broken -ocpp mode work again.
    * Some variables were not correctly moved from compute to
      computeThread in -sch mode.
  - Libraries change log
    * New time-domain pitch-tracking and spectral centroid functions.
    * Noise Generator: add colored_noise.
    * Rewrite slidingReduce.
    * Update hoa.lib.
    * Add cent2ratio/ratio2cent functions.
    * Add ahdsre (ADSRe with hold time).
    * Change use of obsolete ma.INFINITY in ma.MAX.
    * Faster ba.peakholder version.
* Sun May 22 2022 Konstantin Voinov <kv@kott.no-ip.biz>
  - Enable build with current LLVM14
  - Add 01-Add-support-for-LLVM-14.patch
  - Update to version 2.40.0
  - New
    * Add -nvi option to be used with the C++ backend
    * Rework memory-manager (-mem) option
    * Add -single option handling in faustgen~
    * New setReleaseLength API for polyphonic DSPs contributed by
    David Braun
    * Add an access ratio in DSP struct field R/W access statistic
    * Add 'fParts' field in Soundfile to keep the total number of
    loaded parts
    * Add -os3 option in C and C++ backends
    * Avoid systematic parenthesis in generateBinOp
    * Restart oboe when audio stream is disconnected
    * Add faust2sc.py to replace faust2supercollider in the future
    * Rework DSP expansion by creating a map of <ID, expression> and
    sharing the IDs
    * Sublime Text 4 completions and snippets initial commit with new
    export script
    * Add Apple M1 support for -soundfile option in faust2max6
    * Add 'RESTRICT' in C/C++ backends and 'noalias' in LLVM backend
    in -fun mode
    * Add -os2 mode in C and C++ backends
    * Add -double support with 'soundfile' in faust2api
    * Make 'standard' foreign linked functions usable in LLVM
  - Fixed bugs
    * Correct dsp_optimizer_real::findOptimizedParameters
    * Reworked integer parsing to correctly work on Windows with MSVC
      compiler
    * Fix codeTableType (bug rwtable type inference)
    * Correct several faust2xx tools to compile on Apple M1
    * DspFaust::deleteVoice now reset the voice
    * Binop Priorities changed to reflect C order
    * Correct JuceGUI to display the current state of all controllers
    * Controls state was not properly managed in faust2ios -osc mode
    * Soundfile support in faust2max6 and faust2msp
    * Correct faust2faustvst 'nvoices' metadata parsing
    * Unity monophonic and polyphonic C# architectures
  - Libraries change log
    * Add 2-way, 3-way, 4-way 8-way Linkwitz-Riley fourth-order
      crossovers
    * Add ba.counter
    * Added Bubble Sort implementation for on-the-fly automatic
      sorting of parallel signals
    * Fix phasor in oscillators.lib to correctly reset and phase,
      based on a generic phasor_imp function
    * Extend Lagrange interpolation algorithms to support arbitrary
      spacing of the interpolation points
    * Add Drum Synthesis ported from Nick Thompson Elementary version
* Wed Feb 16 2022 Konstantin Voinov <kv@kott.no-ip.biz>
  - use llvm12 to fix crash for now

Files

/usr/include/faust
/usr/include/faust/au
/usr/include/faust/au/AUUI.h
/usr/include/faust/audio
/usr/include/faust/audio/alsa-dsp.h
/usr/include/faust/audio/android-dsp.h
/usr/include/faust/audio/audio.h
/usr/include/faust/audio/channels.h
/usr/include/faust/audio/coreaudio-dsp.h
/usr/include/faust/audio/coreaudio-ios-dsp.h
/usr/include/faust/audio/dummy-audio.h
/usr/include/faust/audio/esp32-dsp.h
/usr/include/faust/audio/fpe.h
/usr/include/faust/audio/jack-dsp.h
/usr/include/faust/audio/juce-dsp.h
/usr/include/faust/audio/miniaudio-dsp.h
/usr/include/faust/audio/netjack-dsp.h
/usr/include/faust/audio/oboe-dsp.h
/usr/include/faust/audio/ofaudio-dsp.h
/usr/include/faust/audio/opensles-android-dsp.h
/usr/include/faust/audio/osc-dsp.h
/usr/include/faust/audio/pipewire-dsp.h
/usr/include/faust/audio/portaudio-dsp.h
/usr/include/faust/audio/rtaudio-dsp.h
/usr/include/faust/audio/samAudio.h
/usr/include/faust/audio/teensy-dsp.h
/usr/include/faust/dsp
/usr/include/faust/dsp/cmajor-cpp-dsp.h
/usr/include/faust/dsp/cmajorpatch-dsp.h
/usr/include/faust/dsp/cpp-dsp-adapter.h
/usr/include/faust/dsp/dsp-adapter.h
/usr/include/faust/dsp/dsp-bench.h
/usr/include/faust/dsp/dsp-checker.h
/usr/include/faust/dsp/dsp-combiner.h
/usr/include/faust/dsp/dsp-compute-adapter.h
/usr/include/faust/dsp/dsp-multi.h
/usr/include/faust/dsp/dsp-multifun.h
/usr/include/faust/dsp/dsp-optimizer.h
/usr/include/faust/dsp/dsp-tools.h
/usr/include/faust/dsp/dsp.h
/usr/include/faust/dsp/fastmath.cpp
/usr/include/faust/dsp/faust-dynamic-engine.cpp
/usr/include/faust/dsp/faust-dynamic-engine.h
/usr/include/faust/dsp/faust-engine.h
/usr/include/faust/dsp/faust-poly-engine.h
/usr/include/faust/dsp/fixed-point.h
/usr/include/faust/dsp/interpreter-dsp-c.h
/usr/include/faust/dsp/interpreter-dsp.h
/usr/include/faust/dsp/interpreter-machine-dsp.h
/usr/include/faust/dsp/libfaust-box-c.h
/usr/include/faust/dsp/libfaust-box.h
/usr/include/faust/dsp/libfaust-c.h
/usr/include/faust/dsp/libfaust-signal-c.h
/usr/include/faust/dsp/libfaust-signal.h
/usr/include/faust/dsp/libfaust.h
/usr/include/faust/dsp/llvm-dsp-adapter.h
/usr/include/faust/dsp/llvm-dsp-adapter1.h
/usr/include/faust/dsp/llvm-dsp-c.h
/usr/include/faust/dsp/llvm-dsp.h
/usr/include/faust/dsp/llvm-machine-dsp.h
/usr/include/faust/dsp/poly-dsp.h
/usr/include/faust/dsp/poly-interpreter-dsp.h
/usr/include/faust/dsp/poly-llvm-dsp.h
/usr/include/faust/dsp/poly-wasm-dsp.h
/usr/include/faust/dsp/proxy-dsp.h
/usr/include/faust/dsp/proxy-osc-dsp.h
/usr/include/faust/dsp/rnbo-dsp.h
/usr/include/faust/dsp/signal-dsp.h
/usr/include/faust/dsp/sound-player.h
/usr/include/faust/dsp/timed-dsp.h
/usr/include/faust/dsp/wasm-dsp-imp.h
/usr/include/faust/dsp/wasm-dsp.h
/usr/include/faust/dsp/wasm-machine-dsp.h
/usr/include/faust/dsp/ysfx-dsp.h
/usr/include/faust/export.h
/usr/include/faust/gui
/usr/include/faust/gui/APIUI.h
/usr/include/faust/gui/BelaOSCUI.h
/usr/include/faust/gui/CGlue.h
/usr/include/faust/gui/CInterface.h
/usr/include/faust/gui/ControlSequenceUI.h
/usr/include/faust/gui/ControlUI.h
/usr/include/faust/gui/DaisyControlUI.h
/usr/include/faust/gui/DecoratorUI.h
/usr/include/faust/gui/Esp32ControlUI.h
/usr/include/faust/gui/Esp32Reader.h
/usr/include/faust/gui/Esp32SensorUI.h
/usr/include/faust/gui/FUI.h
/usr/include/faust/gui/GTKUI.h
/usr/include/faust/gui/GUI.h
/usr/include/faust/gui/HTTPDControler.h
/usr/include/faust/gui/HothouseControlUI.h
/usr/include/faust/gui/JSONControl.h
/usr/include/faust/gui/JSONUI.h
/usr/include/faust/gui/JSONUIDecoder.h
/usr/include/faust/gui/JuceGUI.h
/usr/include/faust/gui/JuceOSCUI.h
/usr/include/faust/gui/JuceParameterUI.h
/usr/include/faust/gui/JuceReader.h
/usr/include/faust/gui/JuceStateUI.h
/usr/include/faust/gui/LayoutUI.h
/usr/include/faust/gui/LibsndfileReader.h
/usr/include/faust/gui/MapUI.h
/usr/include/faust/gui/McpUI.h
/usr/include/faust/gui/MemoryReader.h
/usr/include/faust/gui/MetaDataUI.h
/usr/include/faust/gui/MidiUI.h
/usr/include/faust/gui/MiniaudioReader.h
/usr/include/faust/gui/OCVUI.h
/usr/include/faust/gui/OSCControler.h
/usr/include/faust/gui/OSCIO.h
/usr/include/faust/gui/OSCUI.h
/usr/include/faust/gui/PathBuilder.h
/usr/include/faust/gui/PresetUI.h
/usr/include/faust/gui/PrintCUI.h
/usr/include/faust/gui/PrintUI.h
/usr/include/faust/gui/QTUI.h
/usr/include/faust/gui/RosCI.h
/usr/include/faust/gui/RosUI.h
/usr/include/faust/gui/SaveUI.h
/usr/include/faust/gui/SimpleParser.h
/usr/include/faust/gui/SoundUI.h
/usr/include/faust/gui/Soundfile.h
/usr/include/faust/gui/Styles
/usr/include/faust/gui/Styles/Blue.qrc
/usr/include/faust/gui/Styles/Blue.qss
/usr/include/faust/gui/Styles/Default.qrc
/usr/include/faust/gui/Styles/Default.qss
/usr/include/faust/gui/Styles/Grey.qrc
/usr/include/faust/gui/Styles/Grey.qss
/usr/include/faust/gui/Styles/Salmon.qrc
/usr/include/faust/gui/Styles/Salmon.qss
/usr/include/faust/gui/UI.h
/usr/include/faust/gui/ValueConverter.h
/usr/include/faust/gui/WaveReader.h
/usr/include/faust/gui/console.h
/usr/include/faust/gui/httpdUI.h
/usr/include/faust/gui/jsonfaustui.h
/usr/include/faust/gui/meta.h
/usr/include/faust/gui/mspUI.h
/usr/include/faust/gui/qrcodegen.h
/usr/include/faust/gui/qrcodegen.impl.h
/usr/include/faust/gui/ring-buffer.h
/usr/include/faust/midi
/usr/include/faust/midi/RtMidi.cpp
/usr/include/faust/midi/RtMidi.h
/usr/include/faust/midi/bela-midi.h
/usr/include/faust/midi/daisy-midi.h
/usr/include/faust/midi/esp32-midi.h
/usr/include/faust/midi/gramophone-midi.h
/usr/include/faust/midi/iplug2-midi.h
/usr/include/faust/midi/jack-midi.h
/usr/include/faust/midi/juce-midi.h
/usr/include/faust/midi/midi.h
/usr/include/faust/midi/pipewire-midi.h
/usr/include/faust/midi/rt-midi.h
/usr/include/faust/midi/teensy-midi.h
/usr/include/faust/miniaudio.h
/usr/include/faust/misc.h
/usr/include/faust/osc
/usr/include/faust/osc/FaustFactory.h
/usr/include/faust/osc/FaustNode.h
/usr/include/faust/osc/Message.h
/usr/include/faust/osc/MessageDriven.h
/usr/include/faust/osc/MessageProcessor.h
/usr/include/faust/osc/RootNode.h
/usr/include/faust/osc/smartpointer.h
/usr/include/faust/sound-file.h
/usr/include/faust/unity
/usr/include/faust/unity/AudioPluginInterface.h
/usr/include/faust/vst
/usr/include/faust/vst/faust.h
/usr/include/faust/vst/voice.h
/usr/include/faust/vst/vstui.h
/usr/lib64/libHTTPDFaust.a
/usr/lib64/libHTTPDFaust.so
/usr/lib64/libOSCFaust.a
/usr/lib64/libOSCFaust.so
/usr/lib64/libfaust.so
/usr/lib64/libfaustmachine.a
/usr/lib64/libfaustmachine.so
/usr/share/faust
/usr/share/faust/AU
/usr/share/faust/AU/AUPublic
/usr/share/faust/AU/AUPublic/AUBase
/usr/share/faust/AU/AUPublic/AUBase/AUBase.cpp
/usr/share/faust/AU/AUPublic/AUBase/AUBase.h
/usr/share/faust/AU/AUPublic/AUBase/AUDispatch.cpp
/usr/share/faust/AU/AUPublic/AUBase/AUDispatch.h
/usr/share/faust/AU/AUPublic/AUBase/AUInputElement.cpp
/usr/share/faust/AU/AUPublic/AUBase/AUInputElement.h
/usr/share/faust/AU/AUPublic/AUBase/AUOutputElement.cpp
/usr/share/faust/AU/AUPublic/AUBase/AUOutputElement.h
/usr/share/faust/AU/AUPublic/AUBase/AUPlugInDispatch.cpp
/usr/share/faust/AU/AUPublic/AUBase/AUPlugInDispatch.h
/usr/share/faust/AU/AUPublic/AUBase/AUScopeElement.cpp
/usr/share/faust/AU/AUPublic/AUBase/AUScopeElement.h
/usr/share/faust/AU/AUPublic/AUBase/ComponentBase.cpp
/usr/share/faust/AU/AUPublic/AUBase/ComponentBase.h
/usr/share/faust/AU/AUPublic/AUEffectBase
/usr/share/faust/AU/AUPublic/AUEffectBase/AUEffectBase.cpp
/usr/share/faust/AU/AUPublic/AUEffectBase/AUEffectBase.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase
/usr/share/faust/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp
/usr/share/faust/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp
/usr/share/faust/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.cpp
/usr/share/faust/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthElement.cpp
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthElement.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthEvent.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthNote.cpp
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthNote.h
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthNoteList.cpp
/usr/share/faust/AU/AUPublic/AUInstrumentBase/SynthNoteList.h
/usr/share/faust/AU/AUPublic/Utility
/usr/share/faust/AU/AUPublic/Utility/AUBaseHelper.cpp
/usr/share/faust/AU/AUPublic/Utility/AUBaseHelper.h
/usr/share/faust/AU/AUPublic/Utility/AUBuffer.cpp
/usr/share/faust/AU/AUPublic/Utility/AUBuffer.h
/usr/share/faust/AU/AUPublic/Utility/AUMIDIDefs.h
/usr/share/faust/AU/AUPublic/Utility/AUSilentTimeout.h
/usr/share/faust/AU/English.lproj
/usr/share/faust/AU/English.lproj/InfoPlist.strings
/usr/share/faust/AU/FaustAU.exp
/usr/share/faust/AU/FaustAU.xcodeproj
/usr/share/faust/AU/FaustAU.xcodeproj/project.pbxproj
/usr/share/faust/AU/FaustAU.xcodeproj/project.xcworkspace
/usr/share/faust/AU/FaustAU.xcodeproj/project.xcworkspace/contents.xcworkspacedata
/usr/share/faust/AU/FaustAUCustomView.plist
/usr/share/faust/AU/Info.plist
/usr/share/faust/AU/PublicUtility
/usr/share/faust/AU/PublicUtility/CAAtomic.h
/usr/share/faust/AU/PublicUtility/CAAtomicStack.h
/usr/share/faust/AU/PublicUtility/CAAudioChannelLayout.cpp
/usr/share/faust/AU/PublicUtility/CAAudioChannelLayout.h
/usr/share/faust/AU/PublicUtility/CAAutoDisposer.h
/usr/share/faust/AU/PublicUtility/CABufferList.cpp
/usr/share/faust/AU/PublicUtility/CABufferList.h
/usr/share/faust/AU/PublicUtility/CAByteOrder.h
/usr/share/faust/AU/PublicUtility/CADebugMacros.cpp
/usr/share/faust/AU/PublicUtility/CADebugMacros.h
/usr/share/faust/AU/PublicUtility/CADebugPrintf.cpp
/usr/share/faust/AU/PublicUtility/CADebugPrintf.h
/usr/share/faust/AU/PublicUtility/CADebugger.cpp
/usr/share/faust/AU/PublicUtility/CADebugger.h
/usr/share/faust/AU/PublicUtility/CAException.h
/usr/share/faust/AU/PublicUtility/CAGuard.cpp
/usr/share/faust/AU/PublicUtility/CAGuard.h
/usr/share/faust/AU/PublicUtility/CAHostTimeBase.cpp
/usr/share/faust/AU/PublicUtility/CAHostTimeBase.h
/usr/share/faust/AU/PublicUtility/CALogMacros.h
/usr/share/faust/AU/PublicUtility/CAMath.h
/usr/share/faust/AU/PublicUtility/CAMutex.cpp
/usr/share/faust/AU/PublicUtility/CAMutex.h
/usr/share/faust/AU/PublicUtility/CAReferenceCounted.h
/usr/share/faust/AU/PublicUtility/CAStreamBasicDescription.cpp
/usr/share/faust/AU/PublicUtility/CAStreamBasicDescription.h
/usr/share/faust/AU/PublicUtility/CAThreadSafeList.h
/usr/share/faust/AU/PublicUtility/CAVectorUnit.cpp
/usr/share/faust/AU/PublicUtility/CAVectorUnit.h
/usr/share/faust/AU/PublicUtility/CAVectorUnitTypes.h
/usr/share/faust/AU/PublicUtility/CAXException.cpp
/usr/share/faust/AU/PublicUtility/CAXException.h
/usr/share/faust/AU/SectionPatternLight.tiff
/usr/share/faust/AU/Source
/usr/share/faust/AU/Source/AUSource
/usr/share/faust/AU/Source/AUSource/FaustAU.h
/usr/share/faust/AU/Source/AUSource/FaustAU.r
/usr/share/faust/AU/Source/AUSource/FaustAUVersion.h
/usr/share/faust/AU/Source/CocoaUI
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Bargraph.h
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Bargraph.m
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Button.h
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Button.m
/usr/share/faust/AU/Source/CocoaUI/FaustAU_CustomView.h
/usr/share/faust/AU/Source/CocoaUI/FaustAU_CustomView.m
/usr/share/faust/AU/Source/CocoaUI/FaustAU_CustomViewFactory.h
/usr/share/faust/AU/Source/CocoaUI/FaustAU_CustomViewFactory.m
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Knob.h
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Knob.m
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Slider.h
/usr/share/faust/AU/Source/CocoaUI/FaustAU_Slider.m
/usr/share/faust/AU/version.plist
/usr/share/faust/CSharpFaustBase.cs
/usr/share/faust/CSharpFaustClass.cs
/usr/share/faust/Info.plist
/usr/share/faust/aanl.lib
/usr/share/faust/all.lib
/usr/share/faust/alsa-console.cpp
/usr/share/faust/alsa-gtk.cpp
/usr/share/faust/alsa-qt.cpp
/usr/share/faust/analyzers.lib
/usr/share/faust/api
/usr/share/faust/api/DspFaust.cpp
/usr/share/faust/api/DspFaust.h
/usr/share/faust/api/README.md
/usr/share/faust/api/doc
/usr/share/faust/api/doc/Generic.md
/usr/share/faust/au-effect.cpp
/usr/share/faust/au-instrument.cpp
/usr/share/faust/audiokit
/usr/share/faust/audiokit/FaustDSP.mm
/usr/share/faust/audiokit/README.md
/usr/share/faust/audiokit/SwiftGenerator.cpp
/usr/share/faust/autodiff
/usr/share/faust/autodiff/README.md
/usr/share/faust/autodiff/autodiff.cpp
/usr/share/faust/autodiff/autodiff.h
/usr/share/faust/autodiff/autodiff.sh
/usr/share/faust/autodiff/autodiffVerifier.cpp
/usr/share/faust/autodiff/autodiffVerifier.h
/usr/share/faust/autodiff/dspFactoryOwner.h
/usr/share/faust/autodiff/loss_example.png
/usr/share/faust/autodiff/plot.py
/usr/share/faust/basics.lib
/usr/share/faust/bela.cpp
/usr/share/faust/bench.cpp
/usr/share/faust/bench.d
/usr/share/faust/c-jack-gtk.c
/usr/share/faust/ca-console.cpp
/usr/share/faust/ca-gtk.cpp
/usr/share/faust/ca-qt.cpp
/usr/share/faust/chaos-stratus
/usr/share/faust/chaos-stratus/README.txt
/usr/share/faust/chaos-stratus/_pedal-tools.sh
/usr/share/faust/chaos-stratus/build-effect.sh
/usr/share/faust/chaos-stratus/build-install-effect.sh
/usr/share/faust/chaos-stratus/install-effect.sh
/usr/share/faust/chaos-stratus/stratus.cpp
/usr/share/faust/cmajor
/usr/share/faust/cmajor/Makefile
/usr/share/faust/cmajor/README.md
/usr/share/faust/cmajor/cmajor-faust-editor.cpp
/usr/share/faust/cmajor/cmajor-faust-player.cpp
/usr/share/faust/cmajor/cmajor-faust-tester.cpp
/usr/share/faust/cmajor/cmajor-tools.h
/usr/share/faust/cmajor/hybrid-test1.cmajor
/usr/share/faust/cmajor/hybrid-test1.cmajorpatch
/usr/share/faust/cmajor/hybrid-test2.cmajor
/usr/share/faust/cmajor/hybrid-test2.cmajorpatch
/usr/share/faust/cmajor/minimal.cmajor
/usr/share/faust/cmajor/poly-dsp-effect.cmajor
/usr/share/faust/cmajor/poly-dsp.cmajor
/usr/share/faust/comparator
/usr/share/faust/comparator/README.md
/usr/share/faust/comparator/compclass.cpp
/usr/share/faust/comparator/minimal-fixed-point.cpp
/usr/share/faust/comparator/minimal-floating-point.cpp
/usr/share/faust/compressors.lib
/usr/share/faust/csound.cpp
/usr/share/faust/csvplot.cpp
/usr/share/faust/daisy
/usr/share/faust/daisy/Makefile
/usr/share/faust/daisy/README.md
/usr/share/faust/daisy/ex_faust.cpp
/usr/share/faust/daisy/faust_sdram_converter.py
/usr/share/faust/delays.lib
/usr/share/faust/demos.lib
/usr/share/faust/doc.lib
/usr/share/faust/dplug.d
/usr/share/faust/dssi.cpp
/usr/share/faust/dummy-mem.cpp
/usr/share/faust/dummy.cpp
/usr/share/faust/dx7.lib
/usr/share/faust/effect.lib
/usr/share/faust/embedded
/usr/share/faust/embedded/platform.lib
/usr/share/faust/env.lib
/usr/share/faust/envelopes.lib
/usr/share/faust/esp32
/usr/share/faust/esp32/CMakeLists.txt
/usr/share/faust/esp32/MPU9250.cpp
/usr/share/faust/esp32/MPU9250.h
/usr/share/faust/esp32/README.md
/usr/share/faust/esp32/component.mk
/usr/share/faust/esp32/drivers
/usr/share/faust/esp32/drivers/ac101
/usr/share/faust/esp32/drivers/ac101/AC101.cpp
/usr/share/faust/esp32/drivers/ac101/AC101.h
/usr/share/faust/esp32/drivers/ac101/CMakeLists.txt
/usr/share/faust/esp32/drivers/es8388
/usr/share/faust/esp32/drivers/es8388/CMakeLists.txt
/usr/share/faust/esp32/drivers/es8388/adf_structs.h
/usr/share/faust/esp32/drivers/es8388/es8388.cpp
/usr/share/faust/esp32/drivers/es8388/es8388.h
/usr/share/faust/esp32/drivers/wm8978
/usr/share/faust/esp32/drivers/wm8978/CMakeLists.txt
/usr/share/faust/esp32/drivers/wm8978/README.md
/usr/share/faust/esp32/drivers/wm8978/WM8978.cpp
/usr/share/faust/esp32/drivers/wm8978/WM8978.h
/usr/share/faust/esp32/esp32.cpp
/usr/share/faust/esp32/esp32.h
/usr/share/faust/esp32/gramo-bt-midi
/usr/share/faust/esp32/gramo-bt-midi/CMakeLists.txt
/usr/share/faust/esp32/gramo-bt-midi/Makefile
/usr/share/faust/esp32/gramo-bt-midi/components
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi/CMakeLists.txt
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi/README.md
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi/blemidi.c
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi/component.mk
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi/include
/usr/share/faust/esp32/gramo-bt-midi/components/blemidi/include/blemidi.h
/usr/share/faust/esp32/gramo-bt-midi/main
/usr/share/faust/esp32/gramo-bt-midi/main/CMakeLists.txt
/usr/share/faust/esp32/gramo-bt-midi/main/component.mk
/usr/share/faust/esp32/gramo-bt-midi/sdkconfig
/usr/share/faust/esp32/gramo-bt-midi/sdkconfig-bt
/usr/share/faust/esp32/gramophone-multi.cpp
/usr/share/faust/esp32/gramophone.cpp
/usr/share/faust/esp32/volume.dsp
/usr/share/faust/examples
/usr/share/faust/examples/README.md
/usr/share/faust/examples/SAM
/usr/share/faust/examples/SAM/16_channel_volume
/usr/share/faust/examples/SAM/16_channel_volume/16_channel_volume.dsp
/usr/share/faust/examples/SAM/16_channel_volume/README.md
/usr/share/faust/examples/SAM/16_channel_volume/layout.dsp
/usr/share/faust/examples/SAM/SHARC Audio Module Faust Interface.pdf
/usr/share/faust/examples/SAM/chorus
/usr/share/faust/examples/SAM/chorus/MIDI Mappings Chorus.xlsx
/usr/share/faust/examples/SAM/chorus/README.md
/usr/share/faust/examples/SAM/chorus/chorus.dsp
/usr/share/faust/examples/SAM/chorus/chorusForBrowser.dsp
/usr/share/faust/examples/SAM/chorus/layout2.dsp
/usr/share/faust/examples/SAM/echo
/usr/share/faust/examples/SAM/echo/MIDI Mappings Echo.xlsx
/usr/share/faust/examples/SAM/echo/README.md
/usr/share/faust/examples/SAM/echo/echo.dsp
/usr/share/faust/examples/SAM/echo/echoForBrowser.dsp
/usr/share/faust/examples/SAM/echo/layout2.dsp
/usr/share/faust/examples/SAM/effects
/usr/share/faust/examples/SAM/effects/MIDI Mappings Effects.xlsx
/usr/share/faust/examples/SAM/effects/README.md
/usr/share/faust/examples/SAM/effects/chorus.dsp
/usr/share/faust/examples/SAM/effects/echo.dsp
/usr/share/faust/examples/SAM/effects/effects.dsp
/usr/share/faust/examples/SAM/effects/effectsForBrowser.dsp
/usr/share/faust/examples/SAM/effects/flanger.dsp
/usr/share/faust/examples/SAM/effects/freeverb.dsp
/usr/share/faust/examples/SAM/effects/layout2.dsp
/usr/share/faust/examples/SAM/flanger
/usr/share/faust/examples/SAM/flanger/MIDI Mappings Flanger.xlsx
/usr/share/faust/examples/SAM/flanger/README.md
/usr/share/faust/examples/SAM/flanger/flanger.dsp
/usr/share/faust/examples/SAM/flanger/flangerForBrowser.dsp
/usr/share/faust/examples/SAM/flanger/layout2.dsp
/usr/share/faust/examples/SAM/freeverb
/usr/share/faust/examples/SAM/freeverb/MIDI Mappings Freeverb.xlsx
/usr/share/faust/examples/SAM/freeverb/README.md
/usr/share/faust/examples/SAM/freeverb/freeverb.dsp
/usr/share/faust/examples/SAM/freeverb/freeverbForBrowser.dsp
/usr/share/faust/examples/SAM/freeverb/layout2.dsp
/usr/share/faust/examples/SAM/sawtooth_synth
/usr/share/faust/examples/SAM/sawtooth_synth/README.md
/usr/share/faust/examples/SAM/sawtooth_synth/sawtooth_synth.dsp
/usr/share/faust/examples/SAM/sine_synth
/usr/share/faust/examples/SAM/sine_synth/README.md
/usr/share/faust/examples/SAM/sine_synth/sine_synth.dsp
/usr/share/faust/examples/SAM/virtualAnalog
/usr/share/faust/examples/SAM/virtualAnalog/MIDI Mappings VA.xlsx
/usr/share/faust/examples/SAM/virtualAnalog/README.md
/usr/share/faust/examples/SAM/virtualAnalog/layout2.dsp
/usr/share/faust/examples/SAM/virtualAnalog/virtualAnalog.dsp
/usr/share/faust/examples/SAM/virtualAnalog/virtualAnalog.touchosc
/usr/share/faust/examples/SAM/virtualAnalog/virtualAnalogForBrowser.dsp
/usr/share/faust/examples/SAM/virtualAnalog/virtualAnalogWithEffectsForBrowser.dsp
/usr/share/faust/examples/SAM/volume
/usr/share/faust/examples/SAM/volume/README.md
/usr/share/faust/examples/SAM/volume/volume.dsp
/usr/share/faust/examples/ambisonics
/usr/share/faust/examples/ambisonics/fourSourcesToOcto.dsp
/usr/share/faust/examples/ambisonics/oneSourceToStereo.dsp
/usr/share/faust/examples/analysis
/usr/share/faust/examples/analysis/FFT.dsp
/usr/share/faust/examples/analysis/dbmeter.dsp
/usr/share/faust/examples/analysis/spectralLevel.dsp
/usr/share/faust/examples/analysis/spectralTiltLab.dsp
/usr/share/faust/examples/analysis/vumeter.dsp
/usr/share/faust/examples/autodiff
/usr/share/faust/examples/autodiff/delay
/usr/share/faust/examples/autodiff/delay/diff.dsp
/usr/share/faust/examples/autodiff/delay/gt.dsp
/usr/share/faust/examples/autodiff/gain
/usr/share/faust/examples/autodiff/gain/diff.dsp
/usr/share/faust/examples/autodiff/gain/gt.dsp
/usr/share/faust/examples/autodiff/gain_dc
/usr/share/faust/examples/autodiff/gain_dc/diff.dsp
/usr/share/faust/examples/autodiff/gain_dc/gt.dsp
/usr/share/faust/examples/autodiff/gain_exp
/usr/share/faust/examples/autodiff/gain_exp/diff.dsp
/usr/share/faust/examples/autodiff/gain_exp/gt.dsp
/usr/share/faust/examples/autodiff/gain_pow
/usr/share/faust/examples/autodiff/gain_pow/diff.dsp
/usr/share/faust/examples/autodiff/gain_pow/gt.dsp
/usr/share/faust/examples/autodiff/gain_pow_trig
/usr/share/faust/examples/autodiff/gain_pow_trig/diff.dsp
/usr/share/faust/examples/autodiff/gain_pow_trig/gt.dsp
/usr/share/faust/examples/autodiff/gain_sq
/usr/share/faust/examples/autodiff/gain_sq/diff.dsp
/usr/share/faust/examples/autodiff/gain_sq/gt.dsp
/usr/share/faust/examples/autodiff/mem
/usr/share/faust/examples/autodiff/mem/diff.dsp
/usr/share/faust/examples/autodiff/mem/gt.dsp
/usr/share/faust/examples/autodiff/noise.dsp
/usr/share/faust/examples/autodiff/noop.dsp
/usr/share/faust/examples/autodiff/one_zero
/usr/share/faust/examples/autodiff/one_zero/diff.dsp
/usr/share/faust/examples/autodiff/one_zero/gt.dsp
/usr/share/faust/examples/autodiff/ramp.dsp
/usr/share/faust/examples/autodiff/recursion
/usr/share/faust/examples/autodiff/recursion/diff.dsp
/usr/share/faust/examples/autodiff/recursion/gt.dsp
/usr/share/faust/examples/autodiff/recursion/target.dsp
/usr/share/faust/examples/autodiff/tremolo
/usr/share/faust/examples/autodiff/tremolo/diff.dsp
/usr/share/faust/examples/autodiff/tremolo/diffable.lib
/usr/share/faust/examples/autodiff/tremolo/gt.dsp
/usr/share/faust/examples/bela
/usr/share/faust/examples/bela/AdditiveSynth.dsp
/usr/share/faust/examples/bela/AdditiveSynth_Analog.dsp
/usr/share/faust/examples/bela/FMSynth2.dsp
/usr/share/faust/examples/bela/FMSynth2_Analog.dsp
/usr/share/faust/examples/bela/FMSynth2_FX.dsp
/usr/share/faust/examples/bela/FMSynth2_FX_Analog.dsp
/usr/share/faust/examples/bela/FXChaine2.dsp
/usr/share/faust/examples/bela/Faust-complement.lib
/usr/share/faust/examples/bela/GrainGenerator.dsp
/usr/share/faust/examples/bela/ReadMe.pdf
/usr/share/faust/examples/bela/WaveSynth.dsp
/usr/share/faust/examples/bela/WaveSynth_Analog.dsp
/usr/share/faust/examples/bela/WaveSynth_FX.dsp
/usr/share/faust/examples/bela/WaveSynth_FX_Analog.dsp
/usr/share/faust/examples/bela/crossDelay2.dsp
/usr/share/faust/examples/bela/granulator.dsp
/usr/share/faust/examples/bela/latency-measure.maxpat
/usr/share/faust/examples/bela/repeater.dsp
/usr/share/faust/examples/bela/simpleFX.dsp
/usr/share/faust/examples/bela/simpleFX_Analog.dsp
/usr/share/faust/examples/bela/simpleSynth.dsp
/usr/share/faust/examples/bela/simpleSynth_Analog.dsp
/usr/share/faust/examples/bela/simpleSynth_FX.dsp
/usr/share/faust/examples/bela/simpleSynth_FX_Analog.dsp
/usr/share/faust/examples/bela/trill_simple_monophonic_keyboard.dsp
/usr/share/faust/examples/bela/trill_simple_polyphonic_keyboard.dsp
/usr/share/faust/examples/delayEcho
/usr/share/faust/examples/delayEcho/echo.dsp
/usr/share/faust/examples/delayEcho/quadEcho.dsp
/usr/share/faust/examples/delayEcho/smoothDelay.dsp
/usr/share/faust/examples/delayEcho/stereoEcho.dsp
/usr/share/faust/examples/delayEcho/tapiir.dsp
/usr/share/faust/examples/dynamic
/usr/share/faust/examples/dynamic/compressor.dsp
/usr/share/faust/examples/dynamic/distortion.dsp
/usr/share/faust/examples/dynamic/gateCompressor.dsp
/usr/share/faust/examples/dynamic/noiseGate.dsp
/usr/share/faust/examples/dynamic/volume.dsp
/usr/share/faust/examples/filtering
/usr/share/faust/examples/filtering/APF.dsp
/usr/share/faust/examples/filtering/BPF.dsp
/usr/share/faust/examples/filtering/DNN.dsp
/usr/share/faust/examples/filtering/HPF.dsp
/usr/share/faust/examples/filtering/LPF.dsp
/usr/share/faust/examples/filtering/bandFilter.dsp
/usr/share/faust/examples/filtering/cryBaby.dsp
/usr/share/faust/examples/filtering/diodeLadder.dsp
/usr/share/faust/examples/filtering/filterBank.dsp
/usr/share/faust/examples/filtering/graphicEqLab.dsp
/usr/share/faust/examples/filtering/highShelf.dsp
/usr/share/faust/examples/filtering/korg35HPF.dsp
/usr/share/faust/examples/filtering/korg35LPF.dsp
/usr/share/faust/examples/filtering/lfBoost.dsp
/usr/share/faust/examples/filtering/lowBoost.dsp
/usr/share/faust/examples/filtering/lowCut.dsp
/usr/share/faust/examples/filtering/lowShelf.dsp
/usr/share/faust/examples/filtering/moogHalfLadder.dsp
/usr/share/faust/examples/filtering/moogLadder.dsp
/usr/share/faust/examples/filtering/moogVCF.dsp
/usr/share/faust/examples/filtering/multibandFilter.dsp
/usr/share/faust/examples/filtering/notch.dsp
/usr/share/faust/examples/filtering/oberheim.dsp
/usr/share/faust/examples/filtering/oberheimBPF.dsp
/usr/share/faust/examples/filtering/oberheimBSF.dsp
/usr/share/faust/examples/filtering/oberheimHPF.dsp
/usr/share/faust/examples/filtering/oberheimLPF.dsp
/usr/share/faust/examples/filtering/parametricEqLab.dsp
/usr/share/faust/examples/filtering/parametricEqualizer.dsp
/usr/share/faust/examples/filtering/peakNotch.dsp
/usr/share/faust/examples/filtering/peakingEQ.dsp
/usr/share/faust/examples/filtering/sallenKey2ndOrder.dsp
/usr/share/faust/examples/filtering/sallenKey2ndOrderBPF.dsp
/usr/share/faust/examples/filtering/sallenKey2ndOrderHPF.dsp
/usr/share/faust/examples/filtering/sallenKey2ndOrderLPF.dsp
/usr/share/faust/examples/filtering/sallenKeyOnePole.dsp
/usr/share/faust/examples/filtering/sallenKeyOnePoleHPF.dsp
/usr/share/faust/examples/filtering/sallenKeyOnePoleLPF.dsp
/usr/share/faust/examples/filtering/spectralTilt.dsp
/usr/share/faust/examples/filtering/vcfWahLab.dsp
/usr/share/faust/examples/filtering/vocoder.dsp
/usr/share/faust/examples/filtering/wahPedal.dsp
/usr/share/faust/examples/gameaudio
/usr/share/faust/examples/gameaudio/bubble.dsp
/usr/share/faust/examples/gameaudio/complex_rain.dsp
/usr/share/faust/examples/gameaudio/door.dsp
/usr/share/faust/examples/gameaudio/fire.dsp
/usr/share/faust/examples/gameaudio/insects.dsp
/usr/share/faust/examples/gameaudio/rain.dsp
/usr/share/faust/examples/gameaudio/thunder.dsp
/usr/share/faust/examples/gameaudio/wind.dsp
/usr/share/faust/examples/gameaudio/windchimes.dsp
/usr/share/faust/examples/generator
/usr/share/faust/examples/generator/churchOrgan.dsp
/usr/share/faust/examples/generator/filterOsc.dsp
/usr/share/faust/examples/generator/noise.dsp
/usr/share/faust/examples/generator/noiseMetadata.dsp
/usr/share/faust/examples/generator/osc.dsp
/usr/share/faust/examples/generator/osci.dsp
/usr/share/faust/examples/generator/sawtoothLab.dsp
/usr/share/faust/examples/generator/virtualAnalog.dsp
/usr/share/faust/examples/generator/virtualAnalogLab.dsp
/usr/share/faust/examples/misc
/usr/share/faust/examples/misc/UITester.dsp
/usr/share/faust/examples/misc/autopan.dsp
/usr/share/faust/examples/misc/capture.dsp
/usr/share/faust/examples/misc/drumkit.dsp
/usr/share/faust/examples/misc/guitarix.dsp
/usr/share/faust/examples/misc/inlooper.dsp
/usr/share/faust/examples/misc/matrix.dsp
/usr/share/faust/examples/misc/midiTester.dsp
/usr/share/faust/examples/misc/mixer.dsp
/usr/share/faust/examples/misc/paradigma.dsp
/usr/share/faust/examples/misc/sflooper.dsp
/usr/share/faust/examples/misc/statespace.dsp
/usr/share/faust/examples/misc/switcher.dsp
/usr/share/faust/examples/misc/tester.dsp
/usr/share/faust/examples/misc/tester2.dsp
/usr/share/faust/examples/old
/usr/share/faust/examples/old/README.md
/usr/share/faust/examples/old/freeverb.dsp
/usr/share/faust/examples/old/rewriting
/usr/share/faust/examples/old/rewriting/Makefile
/usr/share/faust/examples/old/rewriting/fact.dsp
/usr/share/faust/examples/old/rewriting/fold.dsp
/usr/share/faust/examples/old/rewriting/mesh.dsp
/usr/share/faust/examples/old/rewriting/mesh.pd
/usr/share/faust/examples/old/rewriting/sample.pd
/usr/share/faust/examples/old/rewriting/serial.dsp
/usr/share/faust/examples/old/rewriting/sum.dsp
/usr/share/faust/examples/old/rewriting/test.pd
/usr/share/faust/examples/phasing
/usr/share/faust/examples/phasing/flanger.dsp
/usr/share/faust/examples/phasing/phaser.dsp
/usr/share/faust/examples/phasing/phaserFlangerLab.dsp
/usr/share/faust/examples/physicalModeling
/usr/share/faust/examples/physicalModeling/brass.dsp
/usr/share/faust/examples/physicalModeling/brassMIDI.dsp
/usr/share/faust/examples/physicalModeling/churchBell.dsp
/usr/share/faust/examples/physicalModeling/clarinet.dsp
/usr/share/faust/examples/physicalModeling/clarinetMIDI.dsp
/usr/share/faust/examples/physicalModeling/djembeMIDI.dsp
/usr/share/faust/examples/physicalModeling/elecGuitarMIDI.dsp
/usr/share/faust/examples/physicalModeling/englishBell.dsp
/usr/share/faust/examples/physicalModeling/faust-stk
/usr/share/faust/examples/physicalModeling/faust-stk/NLFeks.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/NLFfm.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/README
/usr/share/faust/examples/physicalModeling/faust-stk/bass.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/bass.h
/usr/share/faust/examples/physicalModeling/faust-stk/blowBottle.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/bowed.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/brass.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/clarinet.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/flute.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/fluteStk.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/glassHarmonica.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/harpsi.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/harpsichord.h
/usr/share/faust/examples/physicalModeling/faust-stk/instrument.h
/usr/share/faust/examples/physicalModeling/faust-stk/modalBar.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/modalBar.h
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/audio-out.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/bottle.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/clarinets.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/canon
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/canon/audio-out.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/canon/bass.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/canon/canon.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/canon/flute.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/canon/pachelbel.mid
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy/audio-out.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy/daisy.mid
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy/daisy.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy/piano.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy/voiceForm.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/take5
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/take5/audio-out.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/take5/blowHole.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/take5/piano.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/take5/take5.mid
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/take5/take5.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/turkish-march
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/turkish-march/audio-out.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/turkish-march/harpsi.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/turkish-march/turkish-march.mid
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/turkish-march/turkish-march.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/audio-out.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/bass.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/modalBar.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/piano.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/what-a-friend.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/what_a_friend.mid
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/flutes.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/fm.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/glassBare.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/harpsichord-poly.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/ironBare.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/midi-in.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/modal.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/osc.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/piano-poly.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/plucked.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/saxophone.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/tibetan.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/trumpet.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/violin.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/voiceSynth.pd
/usr/share/faust/examples/physicalModeling/faust-stk/pd-patches/woodenBare.pd
/usr/share/faust/examples/physicalModeling/faust-stk/phonemes.h
/usr/share/faust/examples/physicalModeling/faust-stk/piano.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/piano.h
/usr/share/faust/examples/physicalModeling/faust-stk/piano1.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/saxophony.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/sitar.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/tibetanBowl.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/tunedBar.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/uniBar.dsp
/usr/share/faust/examples/physicalModeling/faust-stk/voiceForm.dsp
/usr/share/faust/examples/physicalModeling/fds
/usr/share/faust/examples/physicalModeling/fds/1dDampedWaveEquation.dsp
/usr/share/faust/examples/physicalModeling/fds/2dKirchhoffThinPlate.dsp
/usr/share/faust/examples/physicalModeling/fds/BowedString.dsp
/usr/share/faust/examples/physicalModeling/fds/ControllableNonPhysicalString.dsp
/usr/share/faust/examples/physicalModeling/fds/HammeredString.dsp
/usr/share/faust/examples/physicalModeling/fds/PianoHammeredString.dsp
/usr/share/faust/examples/physicalModeling/fds/StiffString.dsp
/usr/share/faust/examples/physicalModeling/flute.dsp
/usr/share/faust/examples/physicalModeling/fluteMIDI.dsp
/usr/share/faust/examples/physicalModeling/frenchBell.dsp
/usr/share/faust/examples/physicalModeling/germanBell.dsp
/usr/share/faust/examples/physicalModeling/guitarMIDI.dsp
/usr/share/faust/examples/physicalModeling/karplus.dsp
/usr/share/faust/examples/physicalModeling/marimbaMIDI.dsp
/usr/share/faust/examples/physicalModeling/mi-faust
/usr/share/faust/examples/physicalModeling/mi-faust/00_BasicOscillator
/usr/share/faust/examples/physicalModeling/mi-faust/00_BasicOscillator/harmonicOscillator.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/00_BasicOscillator/harmonicOscillator2.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/00_BasicOscillator/harmonicOscillator3.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/01_ParamControl
/usr/share/faust/examples/physicalModeling/mi-faust/01_ParamControl/paramOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/02_AudioParamControl
/usr/share/faust/examples/physicalModeling/mi-faust/02_AudioParamControl/audioParamOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/03_HammerTime
/usr/share/faust/examples/physicalModeling/mi-faust/03_HammerTime/hammerOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/04_Gravity
/usr/share/faust/examples/physicalModeling/mi-faust/04_Gravity/bouncingOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/05_PluckedOscillator
/usr/share/faust/examples/physicalModeling/mi-faust/05_PluckedOscillator/pluckedOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/06_BowedOscillator
/usr/share/faust/examples/physicalModeling/mi-faust/06_BowedOscillator/bowedOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/07_NonLinearOscillator
/usr/share/faust/examples/physicalModeling/mi-faust/07_NonLinearOscillator/nlOsc.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/08_TwoMassChain
/usr/share/faust/examples/physicalModeling/mi-faust/08_TwoMassChain/2massChain.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/09_TinyString
/usr/share/faust/examples/physicalModeling/mi-faust/09_TinyString/tinyString.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/10_PluckedString
/usr/share/faust/examples/physicalModeling/mi-faust/10_PluckedString/pluckedString.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/11_BowedString
/usr/share/faust/examples/physicalModeling/mi-faust/11_BowedString/bowedString.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/12_TriangleMesh
/usr/share/faust/examples/physicalModeling/mi-faust/12_TriangleMesh/triangleMesh.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/13_Construction
/usr/share/faust/examples/physicalModeling/mi-faust/13_Construction/construction.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/14_Polyphonic
/usr/share/faust/examples/physicalModeling/mi-faust/14_Polyphonic/polyTriangle.dsp
/usr/share/faust/examples/physicalModeling/mi-faust/15_PhysicalLFO
/usr/share/faust/examples/physicalModeling/mi-faust/15_PhysicalLFO/physicalLFO.dsp
/usr/share/faust/examples/physicalModeling/modularInterpInstrMIDI.dsp
/usr/share/faust/examples/physicalModeling/nylonGuitarMIDI.dsp
/usr/share/faust/examples/physicalModeling/old
/usr/share/faust/examples/physicalModeling/old/harpe.dsp
/usr/share/faust/examples/physicalModeling/old/karplus.dsp
/usr/share/faust/examples/physicalModeling/old/karplus32.dsp
/usr/share/faust/examples/physicalModeling/russianBell.dsp
/usr/share/faust/examples/physicalModeling/standardBell.dsp
/usr/share/faust/examples/physicalModeling/violin.dsp
/usr/share/faust/examples/physicalModeling/violinMIDI.dsp
/usr/share/faust/examples/physicalModeling/vocalBP.dsp
/usr/share/faust/examples/physicalModeling/vocalBPMIDI.dsp
/usr/share/faust/examples/physicalModeling/vocalFOF.dsp
/usr/share/faust/examples/physicalModeling/vocalFOFMIDI.dsp
/usr/share/faust/examples/pitchShifting
/usr/share/faust/examples/pitchShifting/pitchShifter.dsp
/usr/share/faust/examples/psychoacoustic
/usr/share/faust/examples/psychoacoustic/harmonicExciter.dsp
/usr/share/faust/examples/quantizing
/usr/share/faust/examples/quantizing/quantizedChords.dsp
/usr/share/faust/examples/reverb
/usr/share/faust/examples/reverb/dattorro.dsp
/usr/share/faust/examples/reverb/fdnRev.dsp
/usr/share/faust/examples/reverb/freeverb.dsp
/usr/share/faust/examples/reverb/greyhole.dsp
/usr/share/faust/examples/reverb/jprev.dsp
/usr/share/faust/examples/reverb/kb_rom_rev1.dsp
/usr/share/faust/examples/reverb/reverbDesigner.dsp
/usr/share/faust/examples/reverb/reverbTank.dsp
/usr/share/faust/examples/reverb/reverbTester.dsp
/usr/share/faust/examples/reverb/vital_rev.dsp
/usr/share/faust/examples/reverb/zitaRev.dsp
/usr/share/faust/examples/reverb/zitaRevFDN.dsp
/usr/share/faust/examples/smartKeyboard
/usr/share/faust/examples/smartKeyboard/acGuitar.dsp
/usr/share/faust/examples/smartKeyboard/associatedEffects
/usr/share/faust/examples/smartKeyboard/associatedEffects/elecGuitarEffect.dsp
/usr/share/faust/examples/smartKeyboard/associatedEffects/myEffect.dsp
/usr/share/faust/examples/smartKeyboard/associatedEffects/reverb.dsp
/usr/share/faust/examples/smartKeyboard/bells.dsp
/usr/share/faust/examples/smartKeyboard/bowed.dsp
/usr/share/faust/examples/smartKeyboard/brass.dsp
/usr/share/faust/examples/smartKeyboard/clarinet.dsp
/usr/share/faust/examples/smartKeyboard/crazyGuiro.dsp
/usr/share/faust/examples/smartKeyboard/drums.dsp
/usr/share/faust/examples/smartKeyboard/dubDub.dsp
/usr/share/faust/examples/smartKeyboard/elecGuitar.dsp
/usr/share/faust/examples/smartKeyboard/fm.dsp
/usr/share/faust/examples/smartKeyboard/frog.dsp
/usr/share/faust/examples/smartKeyboard/harp.dsp
/usr/share/faust/examples/smartKeyboard/midiOnly.dsp
/usr/share/faust/examples/smartKeyboard/multiSynth.dsp
/usr/share/faust/examples/smartKeyboard/toy.dsp
/usr/share/faust/examples/smartKeyboard/trumpet.dsp
/usr/share/faust/examples/smartKeyboard/turenas.dsp
/usr/share/faust/examples/smartKeyboard/violin.dsp
/usr/share/faust/examples/smartKeyboard/violin2.dsp
/usr/share/faust/examples/smartKeyboard/vocal.dsp
/usr/share/faust/examples/spat
/usr/share/faust/examples/spat/panpot.dsp
/usr/share/faust/examples/spat/spat.dsp
/usr/share/faust/examples/spat/wfs.dsp
/usr/share/faust/faust-llvm.cpp
/usr/share/faust/faust-netjack-gtk.cpp
/usr/share/faust/faustvst.cpp
/usr/share/faust/faustvstqt.h
/usr/share/faust/fds.lib
/usr/share/faust/filter.lib
/usr/share/faust/filters.lib
/usr/share/faust/gen-json.cpp
/usr/share/faust/hoa.lib
/usr/share/faust/hothouse
/usr/share/faust/hothouse/Makefile
/usr/share/faust/hothouse/README.md
/usr/share/faust/hothouse/ex_faust.cpp
/usr/share/faust/instruments.lib
/usr/share/faust/interpolators.lib
/usr/share/faust/jack-console.cpp
/usr/share/faust/jack-gtk-ros.cpp
/usr/share/faust/jack-gtk.cpp
/usr/share/faust/jack-internal.cpp
/usr/share/faust/jack-qt-chain-footer.cpp
/usr/share/faust/jack-qt-chain-header.cpp
/usr/share/faust/jack-qt.cpp
/usr/share/faust/jack-ros.cpp
/usr/share/faust/java-minimal.java
/usr/share/faust/java-swing.java
/usr/share/faust/jax
/usr/share/faust/jax/minimal.py
/usr/share/faust/js
/usr/share/faust/js/faust.js
/usr/share/faust/js/faust_webaudio_tools.js
/usr/share/faust/js/faustui.js
/usr/share/faust/js/faustuihtml.js
/usr/share/faust/js/jdesc.js
/usr/share/faust/js/jquery-1.7.1.min.js
/usr/share/faust/js/jsscripts.js
/usr/share/faust/js/stylesheet.js
/usr/share/faust/js/svg
/usr/share/faust/js/svg/api
/usr/share/faust/js/svg/api/Makefile
/usr/share/faust/js/svg/api/make.bat
/usr/share/faust/js/svg/api/source
/usr/share/faust/js/svg/api/source/conf.py
/usr/share/faust/js/svg/api/source/constants.rst
/usr/share/faust/js/svg/api/source/customizing.rst
/usr/share/faust/js/svg/api/source/index.rst
/usr/share/faust/js/svg/api/source/overview.rst
/usr/share/faust/js/svg/faust_css.css
/usr/share/faust/js/svg/faust_jquery_svg_backend.js
/usr/share/faust/js/svg/faust_load_external_file.js
/usr/share/faust/js/svg/faust_mobile.js
/usr/share/faust/js/svg/faust_proto.js
/usr/share/faust/js/svg/faust_server_communication.js
/usr/share/faust/js/svg/faust_ui_audio_bridge.js
/usr/share/faust/js/svg/faust_ui_builder.js
/usr/share/faust/js/svg/faust_ui_inits.js
/usr/share/faust/js/svg/faust_ui_interact.js
/usr/share/faust/js/svg/faust_ui_objects.js
/usr/share/faust/js/svg/jquery-1.7.1.min.js
/usr/share/faust/js/svg/jquerysvg
/usr/share/faust/js/svg/jquerysvg/jquery.svg.css
/usr/share/faust/js/svg/jquerysvg/jquery.svg.js
/usr/share/faust/js/svg/jquerysvg/jquery.svg.min.js
/usr/share/faust/js/svg/jquerysvg/jquery.svg.pack.js
/usr/share/faust/js/svg/jquerysvg/jquery.svganim.js
/usr/share/faust/js/svg/jquerysvg/jquery.svganim.min.js
/usr/share/faust/js/svg/jquerysvg/jquery.svganim.pack.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgdom.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgdom.min.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgdom.pack.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgfilter.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgfilter.min.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgfilter.pack.js
/usr/share/faust/js/svg/jquerysvg/jquery.svggraph.js
/usr/share/faust/js/svg/jquerysvg/jquery.svggraph.min.js
/usr/share/faust/js/svg/jquerysvg/jquery.svggraph.pack.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgplot.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgplot.min.js
/usr/share/faust/js/svg/jquerysvg/jquery.svgplot.pack.js
/usr/share/faust/juce
/usr/share/faust/juce/README.md
/usr/share/faust/juce/juce-plugin.cpp
/usr/share/faust/juce/juce-standalone.cpp
/usr/share/faust/juce/plugin
/usr/share/faust/juce/plugin/plugin-llvm.jucer
/usr/share/faust/juce/plugin/plugin.jucer
/usr/share/faust/juce/standalone
/usr/share/faust/juce/standalone/standalone-llvm.jucer
/usr/share/faust/juce/standalone/standalone.jucer
/usr/share/faust/julia
/usr/share/faust/julia/README.md
/usr/share/faust/julia/audio
/usr/share/faust/julia/audio/audio.jl
/usr/share/faust/julia/audio/portaudio.jl
/usr/share/faust/julia/dsp
/usr/share/faust/julia/dsp/dsp.jl
/usr/share/faust/julia/gui
/usr/share/faust/julia/gui/GTKUI.jl
/usr/share/faust/julia/gui/MapUI.jl
/usr/share/faust/julia/gui/OSCUI.jl
/usr/share/faust/julia/gui/UI.jl
/usr/share/faust/julia/gui/meta.jl
/usr/share/faust/julia/minimal-control.jl
/usr/share/faust/julia/minimal.jl
/usr/share/faust/julia/packages.jl
/usr/share/faust/julia/portaudio-gtk.jl
/usr/share/faust/ladspa.cpp
/usr/share/faust/latexheader.tex
/usr/share/faust/lfo.lib
/usr/share/faust/linearalgebra.lib
/usr/share/faust/lv2.cpp
/usr/share/faust/lv2qtgui.h
/usr/share/faust/lv2ui.cpp
/usr/share/faust/ma-gtk.cpp
/usr/share/faust/math.lib
/usr/share/faust/mathdoctexts-de.txt
/usr/share/faust/mathdoctexts-default.txt
/usr/share/faust/mathdoctexts-en.txt
/usr/share/faust/mathdoctexts-fr.txt
/usr/share/faust/mathdoctexts-it.txt
/usr/share/faust/maths.lib
/usr/share/faust/matlabplot.cpp
/usr/share/faust/max-msp
/usr/share/faust/max-msp/README.md
/usr/share/faust/max-msp/faustgen-wrapper-poly.maxpat
/usr/share/faust/max-msp/faustgen-wrapper.maxpat
/usr/share/faust/max-msp/max-msp.cpp
/usr/share/faust/max-msp/max-msp64.cpp
/usr/share/faust/max-msp/mc-faustgen-wrapper-poly.maxpat
/usr/share/faust/max-msp/mc-faustgen-wrapper.maxpat
/usr/share/faust/max-msp/mc-wrapper-poly.maxpat
/usr/share/faust/max-msp/mc-wrapper.maxpat
/usr/share/faust/max-msp/rnbo.py
/usr/share/faust/max-msp/sndfile
/usr/share/faust/max-msp/sndfile/sndfile.h
/usr/share/faust/max-msp/ui.js
/usr/share/faust/max-msp/wrapper-poly.maxpat
/usr/share/faust/max-msp/wrapper.maxpat
/usr/share/faust/maxmsp.lib
/usr/share/faust/mi.lib
/usr/share/faust/minimal-bench.cpp
/usr/share/faust/minimal-effect.c
/usr/share/faust/minimal-effect.cpp
/usr/share/faust/minimal-static.cpp
/usr/share/faust/minimal.c
/usr/share/faust/minimal.cpp
/usr/share/faust/minimal.d
/usr/share/faust/misceffects.lib
/usr/share/faust/module.cpp
/usr/share/faust/music.lib
/usr/share/faust/netjack-console.cpp
/usr/share/faust/netjack-qt.cpp
/usr/share/faust/nodejs
/usr/share/faust/nodejs/DspFaustNode.cpp
/usr/share/faust/nodejs/DspFaustNode.h
/usr/share/faust/nodejs/README.md
/usr/share/faust/nodejs/binding.gyp
/usr/share/faust/nodejs/faust.cpp
/usr/share/faust/noises.lib
/usr/share/faust/octave.cpp
/usr/share/faust/old-scheduler.cpp
/usr/share/faust/operator.lib
/usr/share/faust/oscillator.lib
/usr/share/faust/oscillators.lib
/usr/share/faust/oscio-gtk.cpp
/usr/share/faust/oscio-qt.cpp
/usr/share/faust/osclib
/usr/share/faust/osclib/README.md
/usr/share/faust/osclib/faust
/usr/share/faust/osclib/faust/Doxyfile
/usr/share/faust/osclib/faust/changelog.txt
/usr/share/faust/osclib/faust/faust
/usr/share/faust/osclib/faust/faust/OSCControler.h
/usr/share/faust/osclib/faust/faust/OSCIO.h
/usr/share/faust/osclib/faust/faust/osc
/usr/share/faust/osclib/faust/faust/osc/FaustFactory.h
/usr/share/faust/osclib/faust/faust/osc/FaustNode.h
/usr/share/faust/osclib/faust/faust/osc/Message.h
/usr/share/faust/osclib/faust/faust/osc/MessageDriven.h
/usr/share/faust/osclib/faust/faust/osc/MessageProcessor.h
/usr/share/faust/osclib/faust/faust/osc/RootNode.h
/usr/share/faust/osclib/faust/faust/osc/smartpointer.h
/usr/share/faust/osclib/faust/license.txt
/usr/share/faust/osclib/faust/src
/usr/share/faust/osclib/faust/src/OSCControler.cpp
/usr/share/faust/osclib/faust/src/lib
/usr/share/faust/osclib/faust/src/lib/OSCFError.cpp
/usr/share/faust/osclib/faust/src/lib/OSCFError.h
/usr/share/faust/osclib/faust/src/lib/OSCRegexp.cpp
/usr/share/faust/osclib/faust/src/lib/OSCRegexp.h
/usr/share/faust/osclib/faust/src/lib/deelx.h
/usr/share/faust/osclib/faust/src/msg
/usr/share/faust/osclib/faust/src/msg/Message.cpp
/usr/share/faust/osclib/faust/src/nodes
/usr/share/faust/osclib/faust/src/nodes/FaustFactory.cpp
/usr/share/faust/osclib/faust/src/nodes/FaustNode.cpp
/usr/share/faust/osclib/faust/src/nodes/MessageDriven.cpp
/usr/share/faust/osclib/faust/src/nodes/RootNode.cpp
/usr/share/faust/osclib/faust/src/osc
/usr/share/faust/osclib/faust/src/osc/OSCAddress.cpp
/usr/share/faust/osclib/faust/src/osc/OSCAddress.h
/usr/share/faust/osclib/faust/src/osc/OSCIO.cpp
/usr/share/faust/osclib/faust/src/osc/OSCListener.cpp
/usr/share/faust/osclib/faust/src/osc/OSCListener.h
/usr/share/faust/osclib/faust/src/osc/OSCSetup.cpp
/usr/share/faust/osclib/faust/src/osc/OSCSetup.h
/usr/share/faust/osclib/faust/src/osc/OSCStream.cpp
/usr/share/faust/osclib/faust/src/osc/OSCStream.h
/usr/share/faust/osclib/faust/src/threads
/usr/share/faust/osclib/faust/src/threads/TThreads.h
/usr/share/faust/osclib/faust/src/threads/pthreads_impl.cpp
/usr/share/faust/osclib/faust/src/threads/winthreads_impl.cpp
/usr/share/faust/osclib/oscpack
/usr/share/faust/osclib/oscpack/CHANGES
/usr/share/faust/osclib/oscpack/LICENSE
/usr/share/faust/osclib/oscpack/Makefile
/usr/share/faust/osclib/oscpack/README
/usr/share/faust/osclib/oscpack/TODO
/usr/share/faust/osclib/oscpack/cmake
/usr/share/faust/osclib/oscpack/cmake/CMakeLists.txt
/usr/share/faust/osclib/oscpack/examples
/usr/share/faust/osclib/oscpack/examples/OscDump.cpp
/usr/share/faust/osclib/oscpack/examples/SimpleReceive.cpp
/usr/share/faust/osclib/oscpack/examples/SimpleSend.cpp
/usr/share/faust/osclib/oscpack/ip
/usr/share/faust/osclib/oscpack/ip/IpEndpointName.cpp
/usr/share/faust/osclib/oscpack/ip/IpEndpointName.h
/usr/share/faust/osclib/oscpack/ip/NetworkingUtils.h
/usr/share/faust/osclib/oscpack/ip/PacketListener.h
/usr/share/faust/osclib/oscpack/ip/TimerListener.h
/usr/share/faust/osclib/oscpack/ip/UdpSocket.h
/usr/share/faust/osclib/oscpack/ip/posix
/usr/share/faust/osclib/oscpack/ip/posix/NetworkingUtils.cpp
/usr/share/faust/osclib/oscpack/ip/posix/UdpSocket.cpp
/usr/share/faust/osclib/oscpack/ip/win32
/usr/share/faust/osclib/oscpack/ip/win32/NetworkingUtils.cpp
/usr/share/faust/osclib/oscpack/ip/win32/UdpSocket.cpp
/usr/share/faust/osclib/oscpack/make.MinGW32.bat
/usr/share/faust/osclib/oscpack/osc
/usr/share/faust/osclib/oscpack/osc/MessageMappingOscPacketListener.h
/usr/share/faust/osclib/oscpack/osc/OscException.h
/usr/share/faust/osclib/oscpack/osc/OscHostEndianness.h
/usr/share/faust/osclib/oscpack/osc/OscOutboundPacketStream.cpp
/usr/share/faust/osclib/oscpack/osc/OscOutboundPacketStream.h
/usr/share/faust/osclib/oscpack/osc/OscPacketListener.h
/usr/share/faust/osclib/oscpack/osc/OscPrintReceivedElements.cpp
/usr/share/faust/osclib/oscpack/osc/OscPrintReceivedElements.h
/usr/share/faust/osclib/oscpack/osc/OscReceivedElements.cpp
/usr/share/faust/osclib/oscpack/osc/OscReceivedElements.h
/usr/share/faust/osclib/oscpack/osc/OscTypes.cpp
/usr/share/faust/osclib/oscpack/osc/OscTypes.h
/usr/share/faust/osclib/oscpack/tests
/usr/share/faust/osclib/oscpack/tests/OscReceiveTest.cpp
/usr/share/faust/osclib/oscpack/tests/OscReceiveTest.h
/usr/share/faust/osclib/oscpack/tests/OscSendTests.cpp
/usr/share/faust/osclib/oscpack/tests/OscSendTests.h
/usr/share/faust/osclib/oscpack/tests/OscUnitTests.cpp
/usr/share/faust/osclib/oscpack/tests/OscUnitTests.h
/usr/share/faust/owl.cpp
/usr/share/faust/pa-console.cpp
/usr/share/faust/pa-gtk.cpp
/usr/share/faust/pa-qt.cpp
/usr/share/faust/params.d
/usr/share/faust/path-printer.cpp
/usr/share/faust/phaflangers.lib
/usr/share/faust/physmodels.lib
/usr/share/faust/pipewire-console.cpp
/usr/share/faust/pipewire-gtk.cpp
/usr/share/faust/pipewire-qt.cpp
/usr/share/faust/pitchenv.lib
/usr/share/faust/platform.lib
/usr/share/faust/plot.cpp
/usr/share/faust/pure.c
/usr/share/faust/pure.cpp
/usr/share/faust/puredata.cpp
/usr/share/faust/quantizers.lib
/usr/share/faust/ra-qt.cpp
/usr/share/faust/reducemaps.lib
/usr/share/faust/reverbs.lib
/usr/share/faust/ros-callbacks.cpp
/usr/share/faust/routes.lib
/usr/share/faust/rust
/usr/share/faust/rust/README.md
/usr/share/faust/rust/cpal.rs
/usr/share/faust/rust/jack-double.rs
/usr/share/faust/rust/jack-float.rs
/usr/share/faust/rust/minimal.rs
/usr/share/faust/rust/portaudio-double.rs
/usr/share/faust/rust/portaudio-float.rs
/usr/share/faust/sam
/usr/share/faust/sam/fast_pow2.h
/usr/share/faust/sam/fastexp.h
/usr/share/faust/sam/samFaustDSP.cpp
/usr/share/faust/sam/samFaustDSP.h
/usr/share/faust/scheduler.cpp
/usr/share/faust/sf.lib
/usr/share/faust/signals.lib
/usr/share/faust/smartKeyboard
/usr/share/faust/smartKeyboard/LICENCE.md
/usr/share/faust/smartKeyboard/README.md
/usr/share/faust/sndfile.cpp
/usr/share/faust/soundfiles.lib
/usr/share/faust/spats.lib
/usr/share/faust/stdfaust.lib
/usr/share/faust/supercollider.cpp
/usr/share/faust/svgplot
/usr/share/faust/svgplot/README.md
/usr/share/faust/svgplot/example.png
/usr/share/faust/svgplot/heatmap.h
/usr/share/faust/svgplot/plot.h
/usr/share/faust/svgplot/probeexample.png
/usr/share/faust/svgplot/splitexample.png
/usr/share/faust/svgplot/svgplot.cpp
/usr/share/faust/synths.lib
/usr/share/faust/teensy
/usr/share/faust/teensy/README.md
/usr/share/faust/teensy/teensy.cpp
/usr/share/faust/teensy/teensy.h
/usr/share/faust/template-llvm.cpp
/usr/share/faust/thread.h
/usr/share/faust/tonestacks.lib
/usr/share/faust/tubes.lib
/usr/share/faust/unity
/usr/share/faust/unity/FaustPlugin_template.cs
/usr/share/faust/unity/FaustPolyUtilities_template.cs
/usr/share/faust/unity/FaustUtilities_template.cs
/usr/share/faust/unity/README.md
/usr/share/faust/unity/unity.cpp
/usr/share/faust/unity/unityplugin.cpp
/usr/share/faust/vaeffects.lib
/usr/share/faust/vcvrack
/usr/share/faust/vcvrack/README.md
/usr/share/faust/vcvrack/template
/usr/share/faust/vcvrack/template/Makefile
/usr/share/faust/vcvrack/template/res
/usr/share/faust/vcvrack/template/res/FaustModule.svg
/usr/share/faust/vcvrack/template/src
/usr/share/faust/vcvrack/template/src/FaustModule.cpp
/usr/share/faust/version.lib
/usr/share/faust/vst.cpp
/usr/share/faust/wdmodels.lib
/usr/share/faust/webaudio
/usr/share/faust/webaudio.lib
/usr/share/faust/webaudio/README.md
/usr/share/faust/webaudio/mixer32.wasm
/usr/share/faust/webaudio/mixer32.wast
/usr/share/faust/webaudio/mixer64.wasm
/usr/share/faust/webaudio/mixer64.wast
/usr/share/faust/webaudio/wasm-standalone-node-wrapper-double.js
/usr/share/faust/webaudio/wasm-standalone-node-wrapper.js
/usr/share/faust/wwise
/usr/share/faust/wwise.cpp
/usr/share/faust/wwise/README.md
/usr/share/faust/wwise/__init__.py
/usr/share/faust/wwise/config.py
/usr/share/faust/wwise/default
/usr/share/faust/wwise/default/effect (in-place)
/usr/share/faust/wwise/default/effect (in-place)/SoundEnginePlugin
/usr/share/faust/wwise/default/effect (in-place)/SoundEnginePlugin/ProjectNameFX.cpp
/usr/share/faust/wwise/default/effect (in-place)/SoundEnginePlugin/ProjectNameFX.h
/usr/share/faust/wwise/default/effect (in-place)/SoundEnginePlugin/ProjectNameFXParams.cpp
/usr/share/faust/wwise/default/effect (in-place)/SoundEnginePlugin/ProjectNameFXParams.h
/usr/share/faust/wwise/default/effect (in-place)/WwisePlugin
/usr/share/faust/wwise/default/effect (in-place)/WwisePlugin/ProjectNamePlugin.cpp
/usr/share/faust/wwise/default/effect (out-of-place)
/usr/share/faust/wwise/default/effect (out-of-place)/SoundEnginePlugin
/usr/share/faust/wwise/default/effect (out-of-place)/SoundEnginePlugin/ProjectNameFX.cpp
/usr/share/faust/wwise/default/effect (out-of-place)/SoundEnginePlugin/ProjectNameFX.h
/usr/share/faust/wwise/default/effect (out-of-place)/SoundEnginePlugin/ProjectNameFXParams.cpp
/usr/share/faust/wwise/default/effect (out-of-place)/SoundEnginePlugin/ProjectNameFXParams.h
/usr/share/faust/wwise/default/effect (out-of-place)/WwisePlugin
/usr/share/faust/wwise/default/effect (out-of-place)/WwisePlugin/ProjectNamePlugin.cpp
/usr/share/faust/wwise/default/source
/usr/share/faust/wwise/default/source/SoundEnginePlugin
/usr/share/faust/wwise/default/source/SoundEnginePlugin/ProjectNameSource.cpp
/usr/share/faust/wwise/default/source/SoundEnginePlugin/ProjectNameSource.h
/usr/share/faust/wwise/default/source/SoundEnginePlugin/ProjectNameSourceParams.cpp
/usr/share/faust/wwise/default/source/SoundEnginePlugin/ProjectNameSourceParams.h
/usr/share/faust/wwise/default/source/WwisePlugin
/usr/share/faust/wwise/default/source/WwisePlugin/ProjectNamePlugin.cpp
/usr/share/faust/wwise/integrator.py
/usr/share/faust/wwise/jsonprocessor.py
/usr/share/faust/wwise/orchestrator.py
/usr/share/faust/wwise/parameters.py
/usr/share/faust/wwise/processor.py
/usr/share/faust/wwise/spkcfg.py
/usr/share/faust/wwise/test.py
/usr/share/faust/wwise/utils.py
/usr/share/faust/wwise/xmlinjector.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Oct 15 23:19:25 2025