Mercurial > hg > sonic-visualiser
changeset 2328:f2dd9218617e time-frequency-boxes
I think actually this must be v4.0, because of the file format change. Add the beta-release warning for the moment
author | Chris Cannam |
---|---|
date | Fri, 20 Sep 2019 14:48:19 +0100 |
parents | 0359c178d5c3 |
children | 19ae2c170ff8 |
files | CHANGELOG main/MainWindow.cpp main/MainWindow.h sonic-visualiser.qrc version.h |
diffstat | 5 files changed, 12 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Fri Sep 20 14:46:47 2019 +0100 +++ b/CHANGELOG Fri Sep 20 14:48:19 2019 +0100 @@ -1,5 +1,14 @@ -Changes in Sonic Visualiser v3.3 (Apr 2019) since the previous release 3.2.1: +Changes in Sonic Visualiser v4.0 since the previous release 3.3: + + - Add Time-Frequency Box annotation layer type. Because this + introduces a new layer type into the session file format, the major + version number has been bumped to v4.0. (Sessions saved from v4.0 + can be opened in earlier versions of Sonic Visualiser, but any + Time-Frequency Box layers will not be loaded.) + + +Changes in Sonic Visualiser v3.3 (May 2019) since the previous release 3.2.1: - Add support for reading the Opus audio codec on all platforms
--- a/main/MainWindow.cpp Fri Sep 20 14:46:47 2019 +0100 +++ b/main/MainWindow.cpp Fri Sep 20 14:48:19 2019 +0100 @@ -357,9 +357,7 @@ startOSCQueue(false); } -/* QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); -*/ QString warning = PluginScan::getInstance()->getStartupFailureReport(); if (warning != "") { @@ -4540,7 +4538,6 @@ shownOnce = true; } -/* void MainWindow::betaReleaseWarning() { @@ -4548,7 +4545,6 @@ (this, tr("Beta release"), tr("<b>This is a beta release of Sonic Visualiser</b><p>Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.</p>")); } -*/ void MainWindow::pluginPopulationWarning()
--- a/main/MainWindow.h Fri Sep 20 14:46:47 2019 +0100 +++ b/main/MainWindow.h Fri Sep 20 14:48:19 2019 +0100 @@ -155,9 +155,7 @@ virtual void midiEventsAvailable(); virtual void playStatusChanged(bool); -/* virtual void betaReleaseWarning(); -*/ virtual void pluginPopulationWarning(); virtual void saveSessionAsTemplate();
--- a/sonic-visualiser.qrc Fri Sep 20 14:46:47 2019 +0100 +++ b/sonic-visualiser.qrc Fri Sep 20 14:48:19 2019 +0100 @@ -61,6 +61,7 @@ <file>icons/scalable/smooth.svg</file> <file>icons/scalable/invert-colour.svg</file> <file>icons/scalable/values.svg</file> + <file>icons/scalable/timefreq.svg</file> <file>icons/scalable/waveform.svg</file> <file>icons/scalable/zoom.svg</file> <file>icons/scalable/zoom-in.svg</file>