[ENH] SoundSystemCleanup-gk ( [et] Filed into 3.7a 5707 image )

hoanga at mac.com hoanga at mac.com
Thu Feb 26 14:47:30 UTC 2004


Filed into image and it loaded fine on Squeak 3.7.1b2 VM Mac OS X

Opened up Preferences panel.   When I went to the general tab
a popup menu came up asking to choose the default SoundService.
I choose aBaseSoundSystem.

Tested the following with BaseSoundSystem set as default:
SampledSound beep.                                             OK (Made
Expected Sound)
TrashCanMorph playDeleteSound.                        OK (Made Expected
Sound)
TrashCanMorph playMouseEnterSound.               OK (Made Expected
Sound)
TrashCanMorph playMouseLeaveSound.              OK (Made Expected Sound)
EToyCommunicatorMorph playArrivalSound.       OK (Made Expected Sound)
Object beep.                                                          OK
(Made Expected Sound)
Object beep.  (Deprecation warnings enabled)   OK (Made Expected Sound)

Also tested setting DummySoundSystem by
evaluating:
SoundService askForDefault

Tested the following with DummySoundSystem enabled:
SampledSound beep.                                        Made Coffee
Clink Sound (Is this expected?)
TrashCanMorph playDeleteSound.                    No Sound
TrashCanMorph playMouseEnterSound.           No Sound
TrashCanMorph playMouseLeaveSound.          No Sound
EToyCommunicatorMorph playArrivalSound.   Made primitiveBeep
Object beep.                                                      Made
Coffee Click Sound (Expected?)



More information about the Squeak-dev mailing list