<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>For follow-up, I have solved the rest sound issue via the following do-it:</p>
<p><br>
</p>
<p><span>(RepeatingSound repeatForever: (RestSound dur: 10)) play</span><br>
</p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von tim Rowledge <tim@rowledge.org><br>
<b>Gesendet:</b> Dienstag, 29. Juni 2021 01:48:28<br>
<b>An:</b> The general-purpose Squeak developers list<br>
<b>Betreff:</b> Re: [squeak-dev] Many questions about sounds :-)</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
> On 2021-06-28, at 4:08 PM, Thiede, Christoph <Christoph.Thiede@student.hpi.uni-potsdam.de> wrote:<br>
> <br>
> Hi Tim, thanks for the background! So most likely, I will implement some kind of infinite NullSound to work around the issue.<br>
> <br>
<br>
I don't think you should need that; the soundplayer simpy fills the buffer with zeros if it is set to keep playing even when there are no actual sounds. See SoundPlayer class>>#playLoop near the end where you see 'willStop'.<br>
<br>
Also I suspect that RestSound is already a silent note. If you see what I mean.<br>
<br>
<br>
> But then my profiler stack must be wrong? Is this an issue with MessageTally?<br>
<br>
Oh my, be careful about opening that can of vermiform creatures.  MessageTally is not very helpful about primitive times. There is/was an improved version somewhere. I'll leave that to someone else to explain.<br>
<br>
<br>
tim<br>
--<br>
tim Rowledge; tim@rowledge.org; <a href="http://www.rowledge.org/tim">http://www.rowledge.org/tim</a><br>
Breakthrough: It finally booted on the first try.<br>
<br>
<br>
<br>
</div>
</span></font>
</body>
</html>