I tried the Pharo sound package, so far it looks sound is not working. Is it true or is it a mistake of myself.
For example:
No sound output when executing: FMSound bass1 play
DNU FMSound copy when executing: (FMSound lowMajorScaleOn: FMSound bass1) play
oops, the DNU message was FMSound>>clone (and not #copy as I wrote) So this #clone message is gone. I have tested with a PharoCore1.11291 Of course I took your latest commit. Do this latest commit include the patches Stephane mentioned? To say the true, I came to test the sound feature after I compiled a VM for the XO-1 environment with the sound plugin, then I wanted to check some sound, I realized the classes were not in the image I was using (a core one), so I took a look in PharoNonCore, load and test the package. Then I wondered if I did something wrong. Hilaire