Mercurial > hg > sonic-visualiser
comparison CHANGELOG @ 1527:5ffe87f75931
Typo fix and small reorder
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2017 17:13:53 +0000 |
parents | a2801c212fbf |
children | e89533a844f4 |
comparison
equal
deleted
inserted
replaced
1526:44e09e1996a3 | 1527:5ffe87f75931 |
---|---|
9 and icons. This makes the biggest difference when using a retina | 9 and icons. This makes the biggest difference when using a retina |
10 Mac, on which previous versions did not render layer data at retina | 10 Mac, on which previous versions did not render layer data at retina |
11 resolution, but it also improves scaling and rendering of UI | 11 resolution, but it also improves scaling and rendering of UI |
12 elements on Hi-DPI displays on Windows and Linux | 12 elements on Hi-DPI displays on Windows and Linux |
13 | 13 |
14 - Add ability to open, display, and analyse very long audio files (of | |
15 more than 2^32 sample frames) | |
16 | |
17 - Add ability to export scalable (SVG) image files | 14 - Add ability to export scalable (SVG) image files |
18 | 15 |
19 - Run plugins in a separate process, so that if a plugin crashes, it | 16 - Run plugins in a separate process, so that if a plugin crashes, it |
20 no longer brings down Sonic Visualiser with it. In every other | 17 no longer brings down Sonic Visualiser with it. In every other |
21 respect the behaviour should be unchanged | 18 respect the behaviour should be unchanged |
22 | 19 |
23 - Scan plugins on startup in a separate process, and report on any | 20 - Scan plugins on startup in a separate process, and report on any |
24 that crash or won't load | 21 that crash or won't load |
22 | |
23 - Add ability to open, display, and analyse very long audio files (of | |
24 more than 2^32 sample frames) | |
25 | 25 |
26 - Change mp3 file loading so as to compensate for encoder/decoder | 26 - Change mp3 file loading so as to compensate for encoder/decoder |
27 delay and padding (using "gapless playback" logic). While this is a | 27 delay and padding (using "gapless playback" logic). While this is a |
28 real improvement, unfortunately it does mean that the initial | 28 real improvement, unfortunately it does mean that the initial |
29 padding in mp3 file load has changed from previous versions, which | 29 padding in mp3 file load has changed from previous versions, which |
52 - Fix a number of problems on Windows with loading and saving some | 52 - Fix a number of problems on Windows with loading and saving some |
53 file formats to filenames not representable in system codepage | 53 file formats to filenames not representable in system codepage |
54 | 54 |
55 - Add "What's New" dialog | 55 - Add "What's New" dialog |
56 | 56 |
57 - Finally switch the Windows built to 64-bit by default (with | 57 - Finally switch the Windows build to 64-bit by default (with |
58 adapters to run either 32- or 64-bit plugins) | 58 adapters to run either 32- or 64-bit plugins) |
59 | 59 |
60 | 60 |
61 Changes in Sonic Visualiser 2.5 (Oct 2015) since the previous release 2.4.1: | 61 Changes in Sonic Visualiser 2.5 (Oct 2015) since the previous release 2.4.1: |
62 | 62 |