Skip to content

Commit 522b102

Browse files
authored
Merge pull request #2760 from ethancrawford/proofreading-1
2 parents 0599a31 + f98993c commit 522b102

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ To be released...
4848

4949

5050
### GUI
51-
* Teach autocompletion abotu random source choices: `:white, `:light_pink`, `:pink`, etc.
51+
* Teach autocompletion about random source choices: `:white`, `:light_pink`, `:pink`, etc.
5252
* Improve syntax indentation.
5353
* Improvements for Dutch, Estonian, German, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Sinhala, Spanish
5454
* Introduced new translations for Basque.
5555

5656

5757
### Improvements
5858
* Many minor documentation fixes and improvements.
59-
* When running on Rasperry Pi pulse audio is now connected to by default.
59+
* When running on Raspberry Pi, Sonic Pi connects to PulseAudio by default.
6060

6161

6262
### Bugfixes
6363
* Improve robustness of outgoing OSC messages in the case where an outgoing hostname is malformed and can't be resolved.
64-
* Synths `dull_bell` and `pretty_bell` now properly free themselves when they finish playing which now means the resources they consumed are also properly freed.
64+
* Synths `:dull_bell` and `:pretty_bell` now properly free themselves when they finish playing, which now means the resources they consumed are also properly freed.
6565
* Indexing into an empty ring no longer causes a divide by zero error.
66-
* No longer attempt to increase audio server prioirty on Windows which causes booting errors in some cases.
66+
* No longer attempt to increase audio server priority on Windows which causes booting errors in some cases.
6767

6868

6969
<a name="v3.3.1"></a>

app/server/ruby/lib/sonicpi/lang/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3875,7 +3875,7 @@ def current_random_source
38753875
SonicPi::Core::SPRand.get_random_number_distribution
38763876
end
38773877
doc name: :current_random_source,
3878-
introduced: Version.new(3,3,2),
3878+
introduced: Version.new(3,4,0),
38793879
summary: "Get current random source",
38803880
doc: "Returns the source of the current random number generator (what kind of noise is generating the random numbers).
38813881

0 commit comments

Comments
 (0)