comparison CHANGELOG @ 1447:68abc2ea47aa 3.0-integration

Start updating changelog for 3.0
author Chris Cannam
date Fri, 16 Dec 2016 19:25:17 +0000
parents ed4119424c6b
children e4f223fc9099
comparison
equal deleted inserted replaced
1446:c88ddb8aae21 1447:68abc2ea47aa
1
2 Changes in Sonic Visualiser 3.0 since the previous release 2.5:
3
4 - Add ability to record audio, and ability to change audio device for
5 playback or recording in the preferences
6
7 - Add complete support for high-resolution (Hi-DPI or retina)
8 displays, spanning layer data rendering and UI controls and
9 icons. This makes the biggest difference when using a retina Mac,
10 on which previous versions did not render layer data at retina
11 resolution, but it also improves scaling and rendering of UI
12 elements on Hi-DPI displays on Windows and Linux
13
14 - Add ability to open, display, and analyse very long audio files (of
15 more than 2^32 sample frames)
16
17 - Run plugins in a separate process, so that if a plugin crashes, it
18 no longer brings down Sonic Visualiser with it. In every other
19 respect the behaviour should be unchanged
20
21 - Scan plugins on startup in a separate process, and report on any
22 that crash or won't load
23
24 - Change mp3 file loading so as to compensate for encoder/decoder
25 delay and padding (using "gapless playback" logic). While this is a
26 real improvement, unfortunately it does mean that the initial
27 padding in mp3 file load has changed from previous versions, which
28 may mean some sessions saved in previous versions are no longer
29 correctly aligned. It's not a great idea to use mp3 as a file
30 format of record, because of differences like this between
31 decoders. The previous behaviour is still available as a preference.
32
33 - Add function to subdivide time instant layers into regular
34 intervals (and its inverse)
35
36 - Add new preference for default colour scales
37
38 - Switch to using combined level/pan controls in layer property boxes
39 and for the main volume control
40
41 - Finally switch the Windows built to 64-bit by default (with
42 adapters to run either 32- or 64-bit plugins)
43
44
1 Changes in Sonic Visualiser 2.5 since the previous release 2.4.1: 45 Changes in Sonic Visualiser 2.5 since the previous release 2.4.1:
2 46
3 - Add unit-converter dialog, for converting between various pitch and 47 - Add unit-converter dialog, for converting between various pitch and
4 timing units 48 timing units
5 49