Skip to content

Commit ea596b7

Browse files
committed
Changelog - update for v4.0.3
1 parent f890efd commit ea596b7

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
2-
* [v4.0.2 'Relink''](#v4.0.2), 15th July 2022
2+
* [v4.0.3 'Dovetail'](#v4.0.3), 18th July 2022
3+
* [v4.0.2 'Relink'](#v4.0.2), 15th July 2022
34
* [v4.0.1 'Verknüpfen'](#v4.0.1), 12th July 2022
45
* [v4.0.0 'Link'](#v4.0.0), 6th July, 2022
56
* [v3.3.1 'Beamer'](#v3.3.1), 1st Feb, 2021
@@ -26,6 +27,25 @@
2627
* [v2.0.1](#v2.0.1), 9th Sept, 2014
2728
* [v2.0 'Phoenix'](#v2.0), 2nd Sept, 2014
2829

30+
31+
<a name="v4.0.3"></a>
32+
33+
## Version 4.0.3 'Dovetail'
34+
18th July 2022
35+
<!-- [(view commits)](https://github.com/sonic-pi-net/sonic-pi/commits/v4.0.3): -->
36+
37+
This is a minor bugfix and maintenance release.
38+
39+
### Improvements
40+
* The docs for `beat` have been updated to reflect the beat value can no longer be assumed to start at `0`. This changed since Ableton Link integration in v4 which now defines the initial beat value based on its internal state.
41+
42+
### Translations
43+
* Minor improvements to the Vietnamese translation.
44+
45+
### Bugfixes
46+
* A regression in the function `midi_sysex` introduced in v4 has been resolved. `midi_sysex` can now be called as expected.
47+
48+
2949
<a name="v4.0.2"></a>
3050

3151
## Version 4.0.2 'Relink'
@@ -84,6 +104,7 @@ Now, go and get your Live Coded Jam On!
84104
* Previously it was possible that the `onset:` option for `sample` silently ignored the last onset of a given sample. This has now been fixed. Some samples may therefore have an additional onset index which won't affect any code using earlier indexes but will affect code which uses indexes larger than the number of onsets (and therefore relying on the index wrapping behaviour).
85105
* The Minecraft Pi Edition API has been removed (all `mc_` fns). Minecraft Pi Edition appears to no longer ship on Raspberry Pi OS and the Pi Edition API is not the same as the standard Minecraft API.
86106
* The main mixer settings have been modified to reduce load on the limiter in common scenaries with the GUI volume slider set to a high position. This caused distortion and other unwanted audio issues. This change should be an improvement for most users - however if you wish to return to the old behaviour, you can run the following at the start of your session: `set_mixer_control! pre_amp: 1, amp: 1`.
107+
* The value returned by `beat` no longer starts at `0`. Instead it is now initialised with Ableton Link's current beat value. Other than the initial value not being `0`, `beat`'s behaviour remains unchanged.
87108

88109
### New
89110
* Support for [Ableton Link](https://www.ableton.com/link/). This enables you to synchronise the tempo of Sonic Pi running on multiple computers connected on the same network. It will also enable automatic BPM synchronisation with music production tools such as Ableton Live, VJ tools such as Resolume, DJ hardware such as the MPC and many compatible iPad music apps. For a full list see: https://www.ableton.com/link/products/,,
@@ -273,7 +294,7 @@ Happy Live Coding!
273294
*5th April, 2020*
274295
[(view commits)](https://github.com/sonic-pi-net/sonic-pi/commits/v3.2.2):
275296

276-
This is a minor bugfix and maintenance release.
297+
This is a minor bugfix and maintenance release.
277298

278299
### GUI
279300
* Significant improvements to the Danish and Swedish translations.

0 commit comments

Comments
 (0)