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
Yes, I fell they were a dublication problem. Does the PharoSound code come with the latest fixes in sound package at http://www.squeaksource.com/PharoNonCorePackages ? Hilaire Le 21/01/2011 18:16, Henrik Sperre Johansen a écrit :
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
-- Education 0.2 -- http://blog.ofset.org/hilaire
Hi henrik let us know (I did not follow carefully) how to fix that. Stef On Jan 21, 2011, at 6:16 PM, Henrik Sperre Johansen wrote:
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
On 21.01.2011 20:28, Stéphane Ducasse wrote:
Hi henrik
let us know (I did not follow carefully) how to fix that.
Stef
On Jan 21, 2011, at 6:16 PM, Henrik Sperre Johansen wrote:
2 steps: 1: Apply slice in Issue 3566 to 1.2 and 1.3 2: Update Metacello ConfigurationOfSound to use http://www.squeaksource.com/PharoSound as repository, with: For 1.2: - latest versions of all packages For 1.1/1.1.1 : - latest version of SoundMorphicUserInterface - version 53 of Sound - No inclusion of Settings-Sound And yes, they include all changes from NonCorePackages, plus preserve all settings so you can avoid crashing the VM if you want :) Cheers, Henry
Thanks
2 steps: 1: Apply slice in Issue 3566 to 1.2 and 1.3
I will do that.
2: Update Metacello ConfigurationOfSound to use
http://www.squeaksource.com/PharoSound
as repository, with: For 1.2: - latest versions of all packages For 1.1/1.1.1 : - latest version of SoundMorphicUserInterface - version 53 of Sound - No inclusion of Settings-Sound
And yes, they include all changes from NonCorePackages, plus preserve all settings so you can avoid crashing the VM if you want :)
Cheers, Henry
Le 21/01/2011 20:39, Henrik Sperre Johansen a écrit :
And yes, they include all changes from NonCorePackages, plus preserve all settings so you can avoid crashing the VM if you want :)
Thanks to clarify! I will contribute to the sound effort latter in the year, but not right now. Hilaire
participants (3)
-
Henrik Sperre Johansen -
Hilaire Fernandes -
Stéphane Ducasse