[squeak-dev] The Trunk: Sound-eem.92.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 10 02:08:54 UTC 2022


Eliot Miranda uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-eem.92.mcz

==================== Summary ====================

Name: Sound-eem.92
Author: eem
Time: 9 August 2022, 7:08:53.016079 pm
UUID: 6e13b207-ddca-4f1c-854d-8b6124f946f0
Ancestors: Sound-eem.91

fix a typo

=============== Diff against Sound-eem.91 ===============

Item was changed:
  ----- Method: SoundPlayer class>>soundQuickStart (in category 'preferences') -----
  soundQuickStart
  		<preference: 'Quickstart Sounds'
  		category: 'media'
+ 		description: 'If true, attempt to start playing sounds immediately rather than waiting for the next chance to fill the sound buffers"'
- 		description: 'If true, attempt to start playing sounds immediately rather than waiting for the next chance to fill the sound bufffers"'
  		type: #Boolean>
  	
  	^SoundsShouldStartQuick ifNil: [self defaultQuickStartForPlatform]!



More information about the Squeak-dev mailing list