Mercurial > hg > sonic-visualiser
comparison CHANGELOG @ 1451:e4f223fc9099 svg
Implement "Export SVG file..."
author | Chris Cannam |
---|---|
date | Mon, 19 Dec 2016 16:32:34 +0000 |
parents | 68abc2ea47aa |
children | c73d90d378ac |
comparison
equal
deleted
inserted
replaced
1450:c8b03c666185 | 1451:e4f223fc9099 |
---|---|
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 | 14 - Add ability to open, display, and analyse very long audio files (of |
15 more than 2^32 sample frames) | 15 more than 2^32 sample frames) |
16 | |
17 - Add ability to export scalable (SVG) image files | |
16 | 18 |
17 - Run plugins in a separate process, so that if a plugin crashes, it | 19 - 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 | 20 no longer brings down Sonic Visualiser with it. In every other |
19 respect the behaviour should be unchanged | 21 respect the behaviour should be unchanged |
20 | 22 |
38 - Switch to using combined level/pan controls in layer property boxes | 40 - Switch to using combined level/pan controls in layer property boxes |
39 and for the main volume control | 41 and for the main volume control |
40 | 42 |
41 - Finally switch the Windows built to 64-bit by default (with | 43 - Finally switch the Windows built to 64-bit by default (with |
42 adapters to run either 32- or 64-bit plugins) | 44 adapters to run either 32- or 64-bit plugins) |
43 | 45 |
44 | 46 |
45 Changes in Sonic Visualiser 2.5 since the previous release 2.4.1: | 47 Changes in Sonic Visualiser 2.5 since the previous release 2.4.1: |
46 | 48 |
47 - Add unit-converter dialog, for converting between various pitch and | 49 - Add unit-converter dialog, for converting between various pitch and |
48 timing units | 50 timing units |