You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Known Issues (to be addressed in upcoming Betas)
34
+
* Currently the GUI just disappears when there's a boot issue without displaying the error dialog.
35
+
* On macOS, the booting procedure no longer attempts to tweak the audio-card's sample rates to match and instead crashes on a mismatch.
36
+
* There are no GUI elements to view/manipulate the new Link metronome.
37
+
* Link is enabled by default and cannot be disabled via the GUI.
38
+
* MIDI port names are very long and change on disconnect/reconnect on Linux.
39
+
* Timing safety system (that kills threads if they get too far behind) is currently disabled. (This is being redesigned to work within the new constraints imposed by the Link system).
40
+
33
41
34
42
### Breaking Changes
35
43
* Previously it was possible that the `onset:` option for `sample`
@@ -41,7 +49,10 @@ To be released...
41
49
42
50
43
51
### New
52
+
* 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/,,
44
53
* New fn `current_random_source` which returns the current random number source kind (see `use_random_source`).
54
+
* New `:link` option to fn `use_bpm`. This enables Link mode for the current thread which automatically syncs the BPM to the Link metronome (which also syncs it with all other Link-capable apps running on any computer connected to the local (wired or wifi) network.
55
+
* New fn `set_link_bpm!` to change the BPM/tempo of the Link metronome (and simultaneously change the tempo of all connected Link-capable apps on the network).
45
56
46
57
47
58
### Synths & FX
@@ -50,13 +61,16 @@ To be released...
50
61
### GUI
51
62
* Teach autocompletion about random source choices: `:white`, `:light_pink`, `:pink`, etc.
0 commit comments