-
Notifications
You must be signed in to change notification settings - Fork 69
Release Notes
David Braun edited this page Aug 14, 2021
·
6 revisions
-
[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.