Skip to content

Commit 5f5953d

Browse files
committed
Version 2.2
1 parent e7678b1 commit 5f5953d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

sources/changelog

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
polyphone (2.1) unstable; urgency=low
1+
polyphone (2.2) unstable; urgency=low
2+
3+
* (new) tool for editing sample properties
4+
* (new) solo mode focused on selection
5+
* (new) basic loading of GrandOrgue sample sets
6+
* (new) single instance of the application
7+
* (improvement) resizable panes
8+
* (improvement) stereo editing enabled for sample tools
9+
* (improvement) new instrument or preset dialog can link selected samples or instruments
10+
* (improvement) key "escape" cancels a drag & drop
11+
* (improvement) automatic selection in the tree after an operation
12+
* (improvement) sample tuning area redesigned
13+
* (fix) EQ fix
14+
* (fix) loop playing mode can be changed during playback
15+
* (fix) loading sample pitch correction
16+
* (fix) infinite loop in a table repaint
17+
* (fix) renaming with a different case
18+
* (fix) sample transposition tool correctly adapts rootkey / correction
19+
* (fix) instrument transposition tool correctly adapts rootkey / correction
20+
* (fix) playing state at the sample level
21+
22+
-- Davy Triponney <[email protected]> Wed, 13 Nov 2019 08:37:48 +0100
23+
24+
25+
polyphone (2.1) UNRELEASED; urgency=low
226

327
* (new) Modulator support in the sound engine
428
* (new) FLAC sample files can be imported

sources/polyphone.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#DEFINES += USE_LOCAL_QCUSTOMPLOT
1313

1414
# Polyphone version
15-
DEFINES += SOFT_VERSION=\\\"2.1.3\\\"
15+
DEFINES += SOFT_VERSION=\\\"2.2.0\\\"
1616
DEFINES += IDENTIFIER=\\\"\\\"
1717
1818
OBJECTS_DIR=generated_files

0 commit comments

Comments
 (0)