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.