-
Notifications
You must be signed in to change notification settings - Fork 71
Release Notes
David Braun edited this page Oct 10, 2021
·
6 revisions
- Faust code can now use the
soundfile
primitive. Numpy audio can be passed from Python to Faust with theset_soundfiles
method.
-
[Breaking Change] The Plugin Processor no longer has the method
set_automation(str, np.array)
. It has been changed toset_automation(int, np.array)
. We can't rely on plugins having unique names, so we must distinguish them by their indices.
- Add Faust Processor.
- Remove JUCE from global namespace.
- Add Linux build (thanks @guillaumephd)
- Add parameter automation feature.
- First release of DawDreamer.