[Fix][Enh] Instead of Name that sound, Sound that name.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Fix][Enh] Instead of Name that sound, Sound that name.

Jerome Peace
Hi all.

See:

7497: [FIX][Enh] Sound that name.
http://bugs.squeak.org/view.php?id=7497

proposes adding a method that would allow:

'click' sound play

In place of the now deprecated and nuked:

Beeper beep: 'click'

In the case of a sound not in the Sound Library the default Beeper sound is returned.

This is the follow up on my previous post

http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-April/148394.html
[squeak-dev] What is the proper way to add bells and whistles?
(was:Re: Beeper can now only make one sound.)

and includes some simple tests that fail before and pass after the enhancement is adopted.

Yours in curiosity and service, --Jerome Peace