Re: [PD] iOS: writesf~ problem

2018-07-19 Thread Dan Wilcox
;> location aka the app's Documents or temp folders. >>> >>>> On Jul 12, 2018, at 7:17 PM, pd-list-requ...@lists.iem.at wrote: >>>> >>>> From: ar...@katlenok.ru >>>> To: pd-list@lists.iem.at, IOhannes m zmölnig >>>> Subje

Re: [PD] iOS: writesf~ problem

2018-07-18 Thread artem
> location aka the app's Documents or temp folders. > > > > > On Jul 12, 2018, at 7:17 PM, pd-list-requ...@lists.iem.at wrote: > > > > > > From: ar...@katlenok.ru > > > To: pd-list@lists.iem.at, IOhannes m zmölnig > > > Subject: Re: [PD] iOS: writesf~ probl

Re: [PD] iOS: writesf~ problem

2018-07-15 Thread artem
..@katlenok.ru > > To: pd-list@lists.iem.at, IOhannes m zmölnig > > Subject: Re: [PD] iOS: writesf~ problem > > Message-ID: <8f71e953-8b31-43f0-8704-ae63d1f07beb@Spark> > > Content-Type: text/plain; charset="utf-8" > > > > I’ve increased v

Re: [PD] iOS: writesf~ problem

2018-07-14 Thread Dan Wilcox
tlenok.ru <mailto:ar...@katlenok.ru> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>, IOhannes m zmölnig > mailto:zmoel...@iem.at>> > Subject: Re: [PD] iOS: writesf~ problem > Message-ID: <8f71e953-8b31-43f0-8704-ae63d1f07beb@Spark> > Content-Type: text/

Re: [PD] iOS: writesf~ problem

2018-07-12 Thread artem
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. I have Objective C written application, where everything works as intended, and my Swift version is stuck on this one. Any more ideas? Artem On 12 Jul 2018, 16:21

Re: [PD] iOS: writesf~ problem

2018-07-12 Thread artem
Dear Iohannes, Dear all, Infinite recursion it is, it gets stuck in while block. The file is not created, I don’t receive any errors from Pd, I tried to stop recording just moments after record start and nothing happened, no error, but no file either. It looks like Pd has no access or

Re: [PD] iOS: writesf~ problem

2018-07-12 Thread Claude Heiland-Allen
Hi Artem, On 12/07/18 13:28, ar...@katlenok.ru wrote: Hello community, I am having a problem when recording a soundfile using pure data in my iOS application. Just like David’s message here: https://www.mail-archive.com/pd-list@lists.iem.at/msg08232.html I am having same behaviour with

[PD] iOS: writesf~ problem

2018-07-12 Thread artem
Hello community, I am having a problem when recording a soundfile using pure data in my iOS application. Just like David’s message here:  https://www.mail-archive.com/pd-list@lists.iem.at/msg08232.html I am having same behaviour with endless recursion: writesf waiting for disk write.. (head