| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Faust version 2.85.9 source code.tar.gz | 2026-07-01 | 71.7 MB | |
| Faust version 2.85.9 source code.zip | 2026-07-01 | 73.7 MB | |
| README.md | 2026-07-01 | 1.0 kB | |
| Faust-2.85.9-arm64.dmg | 2026-06-30 | 268.2 MB | |
| Faust-2.85.9-x64.dmg | 2026-06-30 | 282.3 MB | |
| faust-2.85.9.tar.gz | 2026-06-30 | 79.3 MB | |
| faustgen-1.82-arm64.dmg | 2026-06-30 | 32.8 MB | |
| faustgen-1.82-win64.zip | 2026-06-30 | 42.2 MB | |
| faustgen-1.82-x64.dmg | 2026-06-30 | 39.2 MB | |
| libfaust-ubuntu-aarch64.zip | 2026-06-30 | 106.0 MB | |
| libfaust-ubuntu-x86_64.zip | 2026-06-30 | 107.8 MB | |
| Faust-2.85.9-win64.exe | 2026-06-30 | 109.6 MB | |
| Totals: 12 Items | 1.2 GB | 1 | |
Change log
WARNING: to get the source version
- be sure to download the
faust-2.85.9.tar.gzfile to get a complete source folder (in particular, with all the libraries). - on macOS, binary files are still to notarise, you may have to use the
xattr -rd com.apple.quarantine filecommand to remove thecom.apple.quarantineextended attribute. See the xattr man page for details on how to use that tool. MacOS Monterey is now the minimal version.
New
- Add spcap.dsp example.
- architecture/rust: register N×M JACK ports based on DSP channel count.
Deprecated
Fixed bugs
- Fix division by zero in uiNumEntry when step is 0.
- Changed types on inputs and outputs to compute! from overly constrained Matrix to the more useable AbstractMatrix.
- Correct faustmini/faustmaxi prototypes.
- Rework JACK and PortAudio Rust architectures.
Libraries
- Add spcap et spcap_ui in spats.lib.