We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(AbstractSound noteSequenceOn: FMSound flute2 from: #( (e5 0.5 500) (d5 0.5 300) (c5 0.5 350) (d5 0.5 300) (e5 0.5 500) (e5 0.5 300) (e5 1.0 350) (d5 0.5 400) (d5 0.5 300) (d5 1.0 330) (e5 0.5 400) (g5 0.5 300) (g5 1.0 500) )) storeWAVOnFileNamed: 'maryhadalittlelamb.wav'
And play it with
(SampledSound fromWaveFileNamed: 'maryhadalittlelamb.wav') play
Source: http://wiki.squeak.org/squeak/152