Hi Mariano & all!
About the changes in 3489 and 3566 earlier today, I think there were
some misunderstandings.
The changes I made in 3566 is to PharoCore, and are intended to work
with the Sound package in
http://www.squeaksource.com/PharoSound.
It moves the settings stored in SoundSettings to SoundService +
ThemeSounds, which are more localized places for them.
This makes sense by itself, but also because that's where they (well,
only soundEnabled) are likely to be found if refactored to use
preference pragmas in Squeak.
Because the package in PharoSound has the Squeak trunk Sound package as
ancestor as well, it's easy to synch up changes from it. (AFAIK the one
in NonCorePackages does not).
I feel this is important, since Sound does not really receive a lot of
attention in Pharo, and efforts in Squeak should be as easy to integrate
as possible.
Thus, I'd really appreciate it if the ConfigurationOfSound could be
changed to use this repository as the primary source.
Cheers,
Henry