Hi Xavier
on which version of Pharo are you working?
How to do you load the code?
do you use stable?
Because if you read the class comment of the configuration you will see that
the latest version works only for Pharo30
while the previous one works on both Pharo 20 and pharo 30.
The configuration handles that well when you load the stable it should load the
corresponding one.
Let me know if this is not the case
Stef
> Hi Stef,
>
> I've used smalltalkhub instead of squeaksource and it still work with the
> same packages i used in my tests, but when i load latest version sound stop
> working.
> After trying all packages i can tell that sound stop working after loading
> package Sound-janniklaval.74.mcz or Sound-StephaneDucasse.72.mcz.
>
> When i look into changes i can see that in resumePlaying:quickStart
>
> BaseSoundSystem soundEnabled ifFalse: [^ self].
> ...
> BaseSoundSystem soundQuickStart ifFalse: [doQuickStart := false].
>
> In Sound-jannikaval.72.mcz it was
>
> SoundService soundEnabled ifFalse: [^ self].
> ...
> self soundQuickStart ifFalse: [doQuickStart := false].
>
> Not really big changes but this make sound not working anymore.
> If i rollback only these 2 lines, sound work again.
>
> I suppose these changes are there for cleaning purpose and to have a more
> uptodate sound system. I think that some stuff still missing for the moment.
> It's just a question of time and hard work.
>
> For the moment i'll stay with Sound-Jannikaval.72. It will help me start
> some sound stuff in Pharo.
> I keep an eye on new versions in the same time :)
>
> Xavier.
>
>
>
> --
> View this message in context:
> http://forum.world.st/New-version-of-PharoSound-tp4702032p4702934.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>