so� I tested this (in mac, still does not tried in other platforms).

On 10 Mar 2014, at 19:33, J.F. Rick <self@je77.com> wrote:

Yes, load PharoSound and do the following:

SoundPlayer boinkScale. 
SoundService soundEnabled.
SoundService registeredClasses.
SoundService reset.

until here works.

BaseSoundSystem soundEnabled: true.
SoundService default.
ss := SoundService default new.
ss class soundEnabled.
ss class soundEnabled: true.
ss beep.

until here does not works, but looks like a package problem, not a plugin one. 

(FMSound lowMajorScaleOn: FMSound pluckedElecBass) play.
(FMSound lowMajorScaleOn: FMSound randomWeird1) play.
(FMSound majorScaleOn: FMSound oboe1) play.
FMSound testFMInteractively.
(SampledSound bachFugueVoice2On: SampledSound new) play.
SoundPlayer shutDown

all of this works.


SoundPlayer boinkScale.
SoundService soundEnabled.
BaseSoundSystem soundEnabled: true.
FMSound testFMInteractively.

sound := FMSound pitch: 'a4' dur: 1.0 loudness: 0.4.
sound play.

all of this too.


SoundService default new class soundEnabled: true.
(FMSound pitch: 'a4' dur: 1.0 loudness: 0.4) play

and this too (which is the same as before).

So� I assume is working. 
I will try in linux and windows now. 

Esteban



On Mon, Mar 10, 2014 at 5:33 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,

I�m working on the SoundPlugin (finally!) and I would like to know how can I test that is working.
Is there a package or a script that I can execute to see if it is working?

cheers,
Esteban



--
Jochen "Jeff" Rick, Ph.D.
http://www.je77.com/
Skype ID: jochenrick