From c84cef93883b1add9f05233abbd6e77d38da89a6 Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Sat, 17 Feb 2024 10:13:50 +0100 Subject: [PATCH] Add Changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d680d7b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +## v1.2.0 + (2024-02-17) + +### changed (3 changes) + +- [Rename MULTI to GRAIN mode for consistency](sdiy/daisyy/daisyy-software/daisyy-looper@0898d482b0308bd8cc8570333df6028fa1b30043) +- [Automatically switch to multi-mode from FX-MENU](sdiy/daisyy/daisyy-software/daisyy-looper@fa1b06e009b769160c1a5892095d1c34b5bd7fb0) +- [Make default grain settings less extreme](sdiy/daisyy/daisyy-software/daisyy-looper@d4a2bd1651d382794f23ddc3b35eb4813beb8264) + +### fix (1 change) + +- [Loop bounds are now copied over to fresh buffers](sdiy/daisyy/daisyy-software/daisyy-looper@772705e440f7cff2cd30cdc5678b2a5adcb5259c) + +### feature (3 changes) + +- [Each Playhead gets his own LFO](sdiy/daisyy/daisyy-software/daisyy-looper@f6271548a24920cd750f1f445dec4c8e59a76761) +- [Scale waveform when volume is changed](sdiy/daisyy/daisyy-software/daisyy-looper@e541c44e385fc4c299388efe3c3571c808e146a6) +- [Each looper has their own volume control now](sdiy/daisyy/daisyy-software/daisyy-looper@e70ff28f788fca3bf428f76a0b76e0b1c951d5f4) + +### fixed (1 change) + +- [Fix Grain Settings](sdiy/daisyy/daisyy-software/daisyy-looper@ffbad53a21dd801c99a7b19c7a715269eb33be70) -- GitLab