FrankBz <kyotosong <at> libero.it> writes:
>
>
> Hi, I was wondering, what's an easy and quick way to load and play a sound
> file, say a wav, in a squeak program?
> If you have experience with any other format (midi, mp3, etc.) feel free to
> share it.
> What I'm really interested in is how sound works in squeak.
>
> Regards
>
Hi Frank,
Here is a basic load/play....
thewavfile:= SampledSound fromWaveFileNamed: '(path)\filename.wav'
(AbstractSound soundNamed:'thewavfile') play
Regards
Nicholas Tocadelius
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners