comparison CHANGELOG @ 1935:2ea9537868d5

Version and changelog
author Chris Cannam
date Wed, 04 Jul 2018 15:37:11 +0100
parents 03811526db36
children c49588dc7c96
comparison
equal deleted inserted replaced
1934:20f9651242e2 1935:2ea9537868d5
1 1
2 Changes in Sonic Visualiser 3.1 (July 2018) since the previous release 3.0.3: 2 Changes in Sonic Visualiser 3.1 (July 2018) since the previous release 3.0.3:
3
4 - Properly chunk the export of audio data and other CSV data so that
5 very large exports don't hang the UI or run us out of memory
6 (thanks to Lucas Thompson)
7 3
8 - Add Plugins tab to Preferences dialog, from which you can review 4 - Add Plugins tab to Preferences dialog, from which you can review
9 the plugin load paths and see which plugins were loaded from which 5 the plugin load paths and see which plugins were loaded from which
10 locations, and also customise load paths (though the various path 6 locations, and also customise load paths (though the various path
11 environment variables are still supported) 7 environment variables are still supported)
8
9 - Stream the export of audio data and other CSV data so that
10 very large exports don't hang the UI or run us out of memory
11 (thanks to Lucas Thompson)
12
13 - Ensure vertical scale appears for auto-align layers when there is
14 nothing else to auto-align them to
12 15
13 - Fix another long-standing Windows-platform wide-char/utf8 16 - Fix another long-standing Windows-platform wide-char/utf8
14 conversion problem, with environment variable naming and contents 17 conversion problem, with environment variable naming and contents
15 18
16 - Improve handling of incomplete session loads, i.e. situations where 19 - Improve handling of incomplete session loads, i.e. situations where
22 - Update pane and layer menu shortcuts so that the 25 - Update pane and layer menu shortcuts so that the
23 waveform/spectrogram/etc shortcuts (Shift+G etc) operate on the 26 waveform/spectrogram/etc shortcuts (Shift+G etc) operate on the
24 source model in the currently-selected pane rather than the main 27 source model in the currently-selected pane rather than the main
25 model. This is a backward-incompatible change but is a far more 28 model. This is a backward-incompatible change but is a far more
26 intuitive way for the function to work 29 intuitive way for the function to work
30
31 - Use dark background for bright colours in time-value/note/etc
32 layers as well as e.g. waveforms - this is how it was always
33 "intended to" work, but it is a backward-incompatible change
27 34
28 - Make "Select All" select the whole span of everything that exists, 35 - Make "Select All" select the whole span of everything that exists,
29 not just the main model 36 not just the main model
30 37
31 - Add horizontal scale to Spectrum layer 38 - Add horizontal scale to Spectrum layer