<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">I’ve increased value to 3e+08, and I waited for this recursion for a minute, it did not occur, but the file was not created.
<div><br /></div>
<div>I have Objective C written application, where everything works as intended, and my Swift version is stuck on this one. </div>
<div><br /></div>
<div>Any more ideas?</div>
<div><br /></div>
<div>Artem</div>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">On 12 Jul 2018, 16:21 +0300, IOhannes m zmölnig <zmoelnig@iem.at>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">On 07/12/2018 02:28 PM, artem@katlenok.ru wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">Hello community,<br />
<br />
I am having a problem when recording a soundfile using pure data in my iOS application.<br />
<br />
Just like David’s message here: https://www.mail-archive.com/pd-list@lists.iem.at/msg08232.html<br />
I am having same behaviour with endless recursion:<br /></blockquote>
<br />
infinite recursion? (i think you mean something else)<br />
<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;"><br />
writesf waiting for disk write..<br />
(head 524032, tail 0, room 256, want 256)<br />
... done waiting.<br /></blockquote>
<br />
it seems like the write thread fails to put bytes into the disk (and<br />
thus empty the data queue).<br />
<br />
is the file created?<br />
do you get an "error" (disguised as an ordinary printout) when trying to<br />
open the file for writing?<br />
<br />
does it help if you raise the buffer size (via the 2nd argument to<br />
[writesf~] - it's undocumented, but see [readsf~])<br />
<br />
what happens if you close the file before the error appears? (e.g. does<br />
it get written?)<br />
<br />
gfamdsr<br />
IOhannes<br />
<br />
<br />
_______________________________________________<br />
Pd-list@lists.iem.at mailing list<br />
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list<br /></blockquote>
<div></div>
</div>
</body>
</html>