Skip to content

Tags: lifeModder19135/DawDreamer

Tags

v0.5.8.2

Toggle v0.5.8.2's commit message
try to fix pip install requirement issue

v0.5.8.1

Toggle v0.5.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/multichannel (DBraun#68)

* Multichannel support for all processors where appropriate, such as Faust and VSTs
* Fixes for simultaneously x86_64 and arm64 (M1) support (libfaust got updated in a few ways)
* Testing VSTs better than before on macOS

v0.5.7.9

Toggle v0.5.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mac and jucer updates (DBraun#58)

* macos and jucer updates to build on macos 10.15 and make more useable wheels

v0.5.7.8

Toggle v0.5.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/faust soundfile (DBraun#56)

new feature where numpy arrays of audio can be passed to Faust and used as `soundfile` primitives

v0.5.7.7

Toggle v0.5.7.7's commit message
increment release

v0.5.7.6

Toggle v0.5.7.6's commit message
add python 3.7

v0.5.7.5

Toggle v0.5.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/GitHub actions (DBraun#47)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump urllib3 from 1.25.10 to 1.26.5 (DBraun#29)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.25.10...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Develop (DBraun#18)

* add warning for when a plugin isn't found
* fix crashes when rendering some vst3 effects plugins that involve secondary buses (sidechain compression for example).