Mercurial > hg > sonic-visualiser
comparison CHANGELOG @ 717:c2b9b781f006
Merge from branch "tony_integration"
author | Chris Cannam |
---|---|
date | Fri, 09 May 2014 17:54:16 +0100 |
parents | c63a27614970 |
children | 70397c0a78f0 |
comparison
equal
deleted
inserted
replaced
711:0db5796a41da | 717:c2b9b781f006 |
---|---|
1 | |
2 Changes in Sonic Visualiser 2.4 since the previous release 2.3: | |
3 | |
4 - Make the octave numbering into a configurable option, and change | |
5 the default. Previously Sonic Visualiser labelled middle-C as "C3"; | |
6 now it labels middle-C as "C4", a more common standard in the world | |
7 outside MIDI sequencer software. The previous system available as | |
8 an option in the Preferences. This affects only the visible labels: | |
9 there is no change to analysis or to the file format | |
10 | |
11 - Sonify time-value layers. Any time-value curve whose scale unit is | |
12 set to Hz will now acquire a playback toggle control; this control | |
13 is off by default, but if it is switched on, the curve will be | |
14 played back using a variable-frequency sound generator | |
15 | |
16 - Add support for playback of note layers with non-MIDI frequencies | |
17 (formerly the note playback was limited to exact MIDI pitch) | |
18 | |
19 - Change the default playback sample for note layers from piano to an | |
20 electric piano with sustain. The piano sample is still available, | |
21 and any sessions saved using it should continue to use it | |
22 | |
23 - Shade the start and end of the main audio file, to make them easier | |
24 to see for files that start or end in silence | |
25 | |
26 - Speed up rendering and scrolling in time-value layers | |
27 | |
28 - Make it possible to import CSV files directly into Note layers by | |
29 adding Pitch as a data type in the CSV file import dialog | |
1 | 30 |
2 | 31 |
3 Changes in Sonic Visualiser 2.3 since the previous release 2.2: | 32 Changes in Sonic Visualiser 2.3 since the previous release 2.2: |
4 | 33 |
5 - Add a startup welcome dialog that also explains what SV makes | 34 - Add a startup welcome dialog that also explains what SV makes |
22 - Add American English translation and make choice of translation | 51 - Add American English translation and make choice of translation |
23 into a preference (defaulting to system locale) | 52 into a preference (defaulting to system locale) |
24 | 53 |
25 - Permit installation to non-default location with Windows installer | 54 - Permit installation to non-default location with Windows installer |
26 build | 55 build |
27 | 56 |
28 | 57 |
29 Changes in Sonic Visualiser 2.2 since the previous release 2.1: | 58 Changes in Sonic Visualiser 2.2 since the previous release 2.1: |
30 | 59 |
31 - Build with support for hidpi ("retina") text on OS/X | 60 - Build with support for hidpi ("retina") text on OS/X |
32 | 61 |