Re: [PD] more intelligent patching (was Re: intelligent patching)

2018-07-12 Thread IOhannes m zmölnig
On 07/12/2018 07:17 PM, Alexandre Torres Porres wrote: > Ok, here's one more. I remember seeing something in pd-l2ork/purr-data > where you could select a few objects and turn them into a subpatch. > > you'd select something like 5 objects or so in your patch, then hit some > shortcut and there'd

Re: [PD] comments in [text]

2018-07-12 Thread Martin Hiendl
Thanks, yes, that makes sense. I'm not using the [text] outlets but rather using global sends in [text sequence -g]. A dummy [r #] does the trick in this case. On Thu, 12 Jul 2018 at 11:17, Roman Haefeli wrote: > On Thu, 2018-07-12 at 10:34 +0200, Martin Hiendl wrote: > > > I was wondering

Re: [PD] malfunction of pd-0.48.1

2018-07-12 Thread Lucas Cordiviola
@Csaba: Your test patch does not crash my windows machine. I have problems visualizing it because is outside of the bounds of my monitor. Open your patch with a text editor and change the first line: #N canvas 1306 -1075 590 601 10; to #N canvas 1 1 590 601 10; May be is just that? --

[PD] comments in [text]

2018-07-12 Thread Martin Hiendl
Hi all, I was wondering whether there is a comment function for the [text] object that I'm not aware of, or if not, whether that would be a useful feature (for handling and navigating large cue-lists for example). best Martin ___ Pd-list@lists.iem.at

Re: [PD] comments in [text]

2018-07-12 Thread Roman Haefeli
On Thu, 2018-07-12 at 10:34 +0200, Martin Hiendl wrote: > I was wondering whether there is a comment function for the [text] > object that I'm not aware of, or if not, whether that would be a > useful feature (for handling and navigating large cue-lists for > example). How about this: Mark

[PD] more intelligent patching (was Re: intelligent patching)

2018-07-12 Thread IOhannes m zmölnig
the summer update... TL;DR: https://vimeo.com/album/5289665/video/279631360 I've implemented a few more features in my "intelligent patching" pull-request [374], that might make patching easier. so what's new: - everything is undoable. - single actions can be undo with a single undo (e.g. if

[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

Re: [PD] malfunction of pd-0.48.1

2018-07-12 Thread IOhannes m zmölnig
On 07/12/2018 03:12 PM, Csaba Láng wrote: > Dear list, > > already for a while I have realised that pd has some malfunctions, namely, > none of the shortcuts work for me. all of them work for me. i also suspect, that they work for most other people, as otherwise their would have been at least

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] malfunction of pd-0.48.1

2018-07-12 Thread Csaba Láng
Dear list, already for a while I have realised that pd has some malfunctions, namely, none of the shortcuts work for me. To put in any object, message or number etc elements is possible only from the menu line. Furthermore, a simple patch (see in the attachment) makes pd crash again and again.

Re: [PD] malfunction of pd-0.48.1

2018-07-12 Thread Csaba Láng
IOhannes, thanks for your reply. There is no instruction about clicking in the right order, as Pd crashes at opening the patch itself. I am on 64bit version from binary. Regarding the shortcuts, I had already this before on pd-extended, first time today it happened using 0.48.1. It must be

Re: [PD] malfunction of pd-0.48.1

2018-07-12 Thread IOhannes m zmölnig
On 07/12/2018 03:32 PM, Csaba Láng wrote: > IOhannes, > > thanks for your reply. > There is no instruction about clicking in the right order, as Pd crashes at > opening the patch itself. then you should: - open a terminal - start Pd from the console and tell it to print to stderr. something

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 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] more intelligent patching (was Re: intelligent patching)

2018-07-12 Thread Alexandre Torres Porres
2018-07-12 8:01 GMT-03:00 IOhannes m zmölnig : > > that's probably it. > thanks to Alex, Dan, José & Liam for more inspirational ideas. > well... thank *YOU!!!* :) seems perfect, can't wait for it ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] more intelligent patching (was Re: intelligent patching)

2018-07-12 Thread Alexandre Torres Porres
Ok, here's one more. I remember seeing something in pd-l2ork/purr-data where you could select a few objects and turn them into a subpatch. you'd select something like 5 objects or so in your patch, then hit some shortcut and there'd be a [pd] subopatch created with those objects inside. The thin