[squeak-dev] Re: [Bug] user interrupt does not stop sound anymore

marcel.taeumel Marcel.Taeumel at hpi.de
Tue Apr 5 16:35:15 UTC 2016


Hi Bert,

the expression "SoundService defaultOrNil" returns the DummySoundSystem in
my system although your Bach Fugue is playing and I can hear it. This seems
to be wrong. If I can hear sound, the BaseSoundSystem should be in charge,
right?

If the following code snippet mutes this example, CMD+. will do, too:

SoundService defaultOrNil ifNotNil: [ : soundSystem | soundSystem shutDown
].

But it does not. Bug! Bug! Bug! :-)

Best,
Marcel




--
View this message in context: http://forum.world.st/Bug-user-interrupt-does-not-stop-sound-anymore-tp4888430p4888436.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list