PharoSound

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

PharoSound

Henrik Sperre Johansen
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

Reply | Threaded
Open this post in threaded view
|

Re: PharoSound

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: PharoSound

Stéphane Ducasse
In reply to this post by Henrik Sperre Johansen
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
>


Reply | Threaded
Open this post in threaded view
|

Re: PharoSound

Henrik Sperre Johansen
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

Reply | Threaded
Open this post in threaded view
|

Re: PharoSound

Stéphane Ducasse
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
>


Reply | Threaded
Open this post in threaded view
|

Re: PharoSound

hilaire
In reply to this post by Henrik Sperre Johansen
CONTENTS DELETED
The author has deleted this message.