You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add get_parameter_range and other features (#208)
PluginProcessor:
* Add get_parameter_range
FaustProcessor:
* Use libfaust 2.70.3.
* Add parameter for LLVM optimization level.
* Allow multiple paths for Faust assets paths and library paths.
Libfaust update (#165)
* remove libfaust files
* dynamically download libfaust
* update faust, faustlibraries, and pybind11
* drop support for macOS python 3.7/3.8
* fix crash with `PluginProcessor.record_automation`
* fix some of the `isBox` functions in the Faust Box API.