Skip to content

Tags: DBraun/DawDreamer

Tags

v0.8.3

Toggle v0.8.3's commit message
try to fix PyPI upload

v0.8.2

Toggle v0.8.2's commit message
update version to 0.8.2

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Faust Box improvements (#182)

* add boxTGroup, boxHGroup, boxVGroup
* add inputs, outputs, valid property to Box
* remove faust.box.getBoxType
* boxFromDSP now just returns a box
* update libfaust to 2.69.3
* update JUCE to 7.0.8
* update pybind11
* update notebooks
* update project version to 0.8.0

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #179 from DBraun/fix-midi-reset

Fix midi reset

v0.7.3

Toggle v0.7.3's commit message
update version to 0.7.3

v0.7.2

Toggle v0.7.2's commit message
update README and .gitignore

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multiprocessing example (#169)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.6.16

Toggle v0.6.16's commit message
minor updates