Bug? WindowsVM or other problem?

Ned Konz ned at bike-nomad.com
Wed Feb 6 18:00:05 UTC 2002


On Tuesday 05 February 2002 02:04 pm, Jimmie Houchin wrote:
> I am going thru Mark's OODwMA book. :)
>
> While at work in a workspace I type and doit.
>
> 10 timesRepeat: [Smalltalk beep].

You might try 

SoundPlayer stopReverb.
mySound := (PluckedSound pitch: 261.625*4 dur: 1 loudness: 0.4).

then:

10 timesRepeat: [ mySound play. SoundPlayer waitUntilDonePlaying: mySound ].

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com



More information about the Squeak-dev mailing list