Re: [Pharo-users] New version of PharoSound

2013-08-09 Thread Stéphane Ducasse
> Hi Stephane, > > I'm always using fresh stable version with latest updates. > Here it's Pharo 2.0 summer edition on Unbutu 12.04 64bits. > > In fact, there are a lot of wrong ways to load packages and i use them all > :) (i'm novice !!) > no problem. > So i try to use the wright way doing :

Re: [Pharo-users] New version of PharoSound

2013-08-09 Thread Xavier MESSNER
Hi Stephane, I'm always using fresh stable version with latest updates. Here it's Pharo 2.0 summer edition on Unbutu 12.04 64bits. In fact, there are a lot of wrong ways to load packages and i use them all :) (i'm novice !!) So i try to use the wright way doing : ((Smalltalk at: #ConfigurationO

Re: [Pharo-users] New version of PharoSound

2013-08-09 Thread Stéphane Ducasse
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 co