Skip to content

Commit f2a1954

Browse files
authored
Merge pull request #3466 from ethancrawford/fix_changelog_typos
Changelog - Add various typo and grammar fixes
2 parents c0083a6 + 23b4655 commit f2a1954

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<a name="v4.6.0"></a>
3838

39-
## version 5 'Tuplet'
39+
## Version 4.6.0 'Tuplet'
4040

4141
Welcome to v4.6 of Sonic Pi. This new release introduces a significant overhaul of the GUI shortcuts. You can now choose between the default (called Emacs Live), Windows or Mac modes. There's also a wonderful new function for working with tuplets designed by Dago Sondervan. We've also added some beautiful new samples created by Sheffield techno legends The Black Dog. These came from the experimental sister live-coding platform "Bleep" developed by Sam Aaron and Guy Brown at the University of Sheffield (https://bleep.sheffield.ac.uk).
4242

@@ -46,12 +46,11 @@ All dependencies have been updated and there are many, many bug fixes and intern
4646
* Complete overhaul of the shortcut system.
4747

4848
### Improvements
49-
* Where supported, you can now indepedently specify different input and output sound cards in the `audio-settings.toml` config file. This is done with the new options `input_sound_card_name = ""` and `output_sound_card_name = ""`. Note, you still have to ensure that the sample rate is the same for input and output.
50-
* Incoming OSC bundles are now supported. Timestamps are ignored (if OSC scheduling is a commonly requested feature this could be added in the future). This increases compatability with software which exlusively sends OSC in bundle format such as TouchDesigner.
49+
* Where supported, you can now independently specify different input and output sound cards in the `audio-settings.toml` config file. This is done with the new options `input_sound_card_name = ""` and `output_sound_card_name = ""`. Note, you still have to ensure that the sample rate is the same for input and output.
50+
* Incoming OSC bundles are now supported. Timestamps are ignored (if OSC scheduling is a commonly requested feature this could be added in the future). This increases compatibility with software which exclusively sends OSC in bundle format such as TouchDesigner.
5151

5252
### New Fns
53-
* `tuplets` - Run block with tuplet timing and optional swing. Lets you supply a nested list such as `[70, 72, [73, 74], 76]` and a block. It will run the block passing in each element of the list and the sleep time between block calls will be automatically calculated depending on the length of the tuplet. Non-nested values e.g. `70`, `72` and `76` will take one beat and nested values `73`, and `74` will change the time density depending on the length of the nested list. So, a nested `[73, 74]` will be with density 2 (all time values are halved) and a nested `[73, 74, 75]` will be with a density of 3 which creates triplets. There's also options to add swing and set the duration of one tuplet beat (defaults to 1).
54-
53+
* `tuplets` - Run a block with tuplet timing and optional swing. Lets you supply a nested list such as `[70, 72, [73, 74], 76]` and a block. It will run the block passing in each element of the list and the sleep time between block calls will be automatically calculated depending on the length of the tuplet. Non-nested values e.g. `70`, `72` and `76` will take one beat each and nested values `73`, and `74` will change the time density depending on the length of the nested list. So, a nested `[73, 74]` will be with density 2 (all time values are halved) and a nested `[73, 74, 75]` will be with a density of 3 which creates triplets. There are also options to add swing and set the duration of one tuplet beat (defaults to 1).
5554

5655
### Samples
5756
* New CC0-licensed samples by Sheffield techno legends The Black Dog: `:tbd_fxbed_loop`, `:tbd_highkey_c4`, `:tbd_pad_1`, `:tbd_pad_2`, `:tbd_pad_3`, `:tbd_pad_4`, `:tbd_perc_blip`, `:tbd_perc_hat`, `:tbd_perc_tap_1`, `:tbd_perc_tap_2`, `:tbd_voctone`
@@ -60,8 +59,7 @@ All dependencies have been updated and there are many, many bug fixes and intern
6059

6160
### Translations
6261

63-
* Improvements to the French, German, Korean, Polish, Portuguese, Portguguese (Brazil), Russian and Turkish, translations.
64-
62+
* Improvements to the French, German, Korean, Polish, Portuguese, Portuguese (Brazil), Russian and Turkish translations.
6563

6664
<a name="v4.5.1"></a>
6765

0 commit comments

Comments
 (0)