From 9206b8489d17b1696dee1fab7249965ea34a106b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 17 Jan 2023 15:06:41 +0100 Subject: [PATCH] Bump Buffr Blitch to 0.2.0 --- Cargo.lock | 2 +- plugins/buffr_glitch/CHANGELOG.md | 20 +++++++++++--------- plugins/buffr_glitch/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20ab9385..2e8e9334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ dependencies = [ [[package]] name = "buffr_glitch" -version = "0.1.0" +version = "0.2.0" dependencies = [ "nih_plug", ] diff --git a/plugins/buffr_glitch/CHANGELOG.md b/plugins/buffr_glitch/CHANGELOG.md index 8a523b20..5b064eee 100644 --- a/plugins/buffr_glitch/CHANGELOG.md +++ b/plugins/buffr_glitch/CHANGELOG.md @@ -6,22 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2023-01-17 ### Added - Added polyphony support. You can now play up to eight voices at once. -- Added an option to crossfade the recorded buffer to avoid clicks when looping - around. -- Added attack and release time controls to avoid clicks when pressing or - releasing a key. +- Added an option to crossfade the recorded buffer to avoid or dial down clicks + when looping. +- Added attack and release time controls to avoid or dial down clicks when + pressing or releasing a key. - Added an optional velocity sensitive mode. +- Added support for polyphonic CLAP and VST3 volume note expressions to + precisely control each note's volume while it's playing. ### Removed -- The normalization option has temporarily been removed since the old method to - automatically normalize the buffer doesn't work anymore with below recording - change. +- The normalization option been removed since the old method to automatically + normalize the buffer doesn't work anymore with recording change mentioned + below. ### Changed @@ -29,4 +31,4 @@ Versioning](https://semver.org/spec/v2.0.0.html). back previously played audio. This makes it possible to use Buffr Glitch in a more rhythmic way without manually offsetting notes. This is particularly important at the start of the playback since then the buffer will have - otherwise been completely silent. + otherwise been completely silent, and also when playing chords. diff --git a/plugins/buffr_glitch/Cargo.toml b/plugins/buffr_glitch/Cargo.toml index d12f550c..8ea2c6d8 100644 --- a/plugins/buffr_glitch/Cargo.toml +++ b/plugins/buffr_glitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buffr_glitch" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Robbert van der Helm "] license = "GPL-3.0-or-later"