The Trunk: Sound-ct.102.mcz

[email protected] Sat, 13 Jun 2026 01:33:31 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-ct.102.mcz

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

Name: Sound-ct.102
Author: ct
Time: 13 June 2026, 3:33:30.726363 am
UUID: 5b994809-12cf-4819-b8ef-e9d5ebd9e0f1
Ancestors: Sound-eem.101

Fixes a typo (trailing quote) in a preference.

=============== Diff against Sound-eem.101 ===============

Item was changed:
  ----- Method: SoundPlayer class>>soundQuickStart (in category 'preferences') -----
  soundQuickStart
+ 	<preference: 'Quickstart Sounds'
- 		<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 buffers"'
  		type: #Boolean>
  	
  	^SoundsShouldStartQuick ifNil: [self defaultQuickStartForPlatform]!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]