Mercurial > hg > sonic-visualiser
comparison CHANGELOG @ 1984:015416e3a298 import-audio-data
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 04 Sep 2018 14:10:47 +0100 |
parents | a97ff24ad167 |
children | 6af7dec43347 |
comparison
equal
deleted
inserted
replaced
1912:a28cab68eac6 | 1984:015416e3a298 |
---|---|
1 | 1 |
2 Changes in Sonic Visualiser 3.1 (July 2018) since the previous release 3.1: | 2 Changes in Sonic Visualiser 3.1.1 (Aug 2018) since the previous release 3.1: |
3 | 3 |
4 - Properly chunk the export of audio data and other CSV data so that | 4 - Fix failure to record correctly into an empty session with certain |
5 very large exports don't hang the UI or run us out of memory | 5 audio drivers |
6 (thanks to Lucas Thompson) | 6 |
7 - Fix failure to run LADSPA plugins at all, except with some unusual | |
8 path layouts | |
9 | |
10 - Fix failure to silence sonified notes when rewinding backwards or | |
11 jumping back from a loop endpoint | |
12 | |
13 - Fix macOS .dmg image so as to use older HFS+ filesystem for compatibility | |
14 | |
15 | |
16 Changes in Sonic Visualiser 3.1 (July 2018) since the previous release 3.0.3: | |
7 | 17 |
8 - Add Plugins tab to Preferences dialog, from which you can review | 18 - Add Plugins tab to Preferences dialog, from which you can review |
9 the plugin load paths and see which plugins were loaded from which | 19 the plugin load paths and see which plugins were loaded from which |
10 locations, and also customise load paths (though the various path | 20 locations, and also customise load paths (though the various path |
11 environment variables are still supported) | 21 environment variables are still supported) |
22 | |
23 - Stream the export of audio data and other CSV data so that | |
24 very large exports don't hang the UI or run us out of memory | |
25 (thanks to Lucas Thompson) | |
26 | |
27 - Ensure vertical scale appears for auto-align layers when there is | |
28 nothing else to auto-align them to | |
12 | 29 |
13 - Fix another long-standing Windows-platform wide-char/utf8 | 30 - Fix another long-standing Windows-platform wide-char/utf8 |
14 conversion problem, with environment variable naming and contents | 31 conversion problem, with environment variable naming and contents |
15 | 32 |
16 - Improve handling of incomplete session loads, i.e. situations where | 33 - Improve handling of incomplete session loads, i.e. situations where |
22 - Update pane and layer menu shortcuts so that the | 39 - Update pane and layer menu shortcuts so that the |
23 waveform/spectrogram/etc shortcuts (Shift+G etc) operate on the | 40 waveform/spectrogram/etc shortcuts (Shift+G etc) operate on the |
24 source model in the currently-selected pane rather than the main | 41 source model in the currently-selected pane rather than the main |
25 model. This is a backward-incompatible change but is a far more | 42 model. This is a backward-incompatible change but is a far more |
26 intuitive way for the function to work | 43 intuitive way for the function to work |
44 | |
45 - Use dark background for bright colours in time-value/note/etc | |
46 layers as well as e.g. waveforms - this is how it was always | |
47 "intended to" work, but it is a backward-incompatible change | |
27 | 48 |
28 - Make "Select All" select the whole span of everything that exists, | 49 - Make "Select All" select the whole span of everything that exists, |
29 not just the main model | 50 not just the main model |
30 | 51 |
31 - Add horizontal scale to Spectrum layer | 52 - Add horizontal scale to Spectrum layer |