From 5f5953d6205c8bba820e8693b380952933574359 Mon Sep 17 00:00:00 2001 From: Davy Date: Wed, 13 Nov 2019 08:53:30 +0100 Subject: [PATCH] Version 2.2 --- sources/changelog | 26 +++++++++++++++++++++++++- sources/polyphone.pro | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/sources/changelog b/sources/changelog index 8258bdb9..c7e09721 100644 --- a/sources/changelog +++ b/sources/changelog @@ -1,4 +1,28 @@ -polyphone (2.1) unstable; urgency=low +polyphone (2.2) unstable; urgency=low + + * (new) tool for editing sample properties + * (new) solo mode focused on selection + * (new) basic loading of GrandOrgue sample sets + * (new) single instance of the application + * (improvement) resizable panes + * (improvement) stereo editing enabled for sample tools + * (improvement) new instrument or preset dialog can link selected samples or instruments + * (improvement) key "escape" cancels a drag & drop + * (improvement) automatic selection in the tree after an operation + * (improvement) sample tuning area redesigned + * (fix) EQ fix + * (fix) loop playing mode can be changed during playback + * (fix) loading sample pitch correction + * (fix) infinite loop in a table repaint + * (fix) renaming with a different case + * (fix) sample transposition tool correctly adapts rootkey / correction + * (fix) instrument transposition tool correctly adapts rootkey / correction + * (fix) playing state at the sample level + + -- Davy Triponney Wed, 13 Nov 2019 08:37:48 +0100 + + +polyphone (2.1) UNRELEASED; urgency=low * (new) Modulator support in the sound engine * (new) FLAC sample files can be imported diff --git a/sources/polyphone.pro b/sources/polyphone.pro index ecc03db5..2dc4d52e 100644 --- a/sources/polyphone.pro +++ b/sources/polyphone.pro @@ -12,7 +12,7 @@ #DEFINES += USE_LOCAL_QCUSTOMPLOT # Polyphone version -DEFINES += SOFT_VERSION=\\\"2.1.3\\\" +DEFINES += SOFT_VERSION=\\\"2.2.0\\\" DEFINES += IDENTIFIER=\\\"\\\" OBJECTS_DIR=generated_files