Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vvvar/PeakEater

Tags

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix: Fix comb-filter effect on oversampled dry/wet; Fix link-in-ou…

…t knob positioning; Fix oversampled filter artefacts (#100)

* Fix oversampling issues and refactor DSP

* Fix bypass

* Fix linkinout position

* Fix link-in-out

* Simplify clipper - remove block

* Prettify namespaces

* Proper Clipper cpp split

* Update dry/wet position; Update screenshots

* Remove switch simplification to support Linux build

* Exclude filtering for non-oversampled signal

* Use default mixing rule

* Prototype dry wet on whole section

* Fix comb filter effect

* Fix position of dry/wet knob

* Fix Level Meter magnitude calculation

* Use FIR and report latency to the DAW

* Use cross platform find_max stl function

* Bring back lowest possible macos compatible version

* Bring back test folder

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. The key has expired.
Fix Link-in-Out: Read actual state on window open (#97)

Fix Link-in-Out - Read the actual state on the window open

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix: Switch to STL tanh implementation to avoid peaks (#92)

Switch to STL tanh implementation to avoid peaks passing on high clipping

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.
Fix incorrect bundling of CLAP and LV2 on macOS - they shall not be a… (

#91)

Fix incorrect bundling of CLAP and LV2 on macOS - they shall not be a CFBundle

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pluginval integration (#89)

* Verify VST3 and AU versions
* Simplify build
* Fixed Windows local build
* Added Linux local dev env(devcontainer)
* Docs updated

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add macOS Mojave 10.14 Support (#77)

* :Link all builds to local scripts

* fix Win and Linux

* fix Linux permissions

* fix macOS Clap; fix Windows target

* fix Linux deploy path

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Native M1++ support(through universal binaries) (#72)

* Add build configuration to support apple universal binaries

* Fix CMake parameter value

* Update documentation - explain M1 integration

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added scaling of level meter (#59)

* Added scaling of level meter

* Fix bypass

* Fix parameters in Ableton

* Share workflow with signed exe

* Share secret with reusable workflow

* Fix wrong env vars for macOS

* Bring back original macOS secret flow

* Bring back non-reusable workflow

* Bring back non-reusable workflow

* Fix documentation

---------

Co-authored-by: VOV3SH <[email protected]>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prettify macOS dmg (#58)

* Prettify mac dmg isntaller

* Fix docs

* Update mscOS docs

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.
Add visualiser for clipping algo (#54)