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

2018-07-13 Thread Lucas Cordiviola
On 7/12/2018 8:01 AM, IOhannes m zmölnig wrote: > the summer update... > > TL;DR: https://vimeo.com/album/5289665/video/279631360 > > I've built this PR on windows and did all the examples from the video. They all work OK. Nice PR. +1 -- Mensaje telepatico asistido por maquinas. ___

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

2018-07-13 Thread IOhannes m zmölnig
On 07/13/2018 10:01 AM, Lucas Cordiviola wrote: > On 7/12/2018 8:01 AM, IOhannes m zmölnig wrote: >> the summer update... >> >> TL;DR: https://vimeo.com/album/5289665/video/279631360 >> >> > > I've built this PR on windows and did all the examples from the video. > They all work OK. thanks for t

[PD] iemlib fails to load SOME objects OSX 10.10

2018-07-13 Thread José Rafael Subía Valdez
Hello List, I am using iemlib's stripfilename and splitfilename succesfully in linux but when I tested in OSX 10.10, these objects do not load, other objects from the library do work. Is there any reason for this? does anyone have instructions of how to compile this library in OSX. thanks -- J

Re: [PD] iemlib fails to load SOME objects OSX 10.10

2018-07-13 Thread IOhannes m zmölnig
On 07/13/2018 11:30 AM, José Rafael Subía Valdez wrote: > Hello List, > > I am using iemlib's stripfilename and splitfilename succesfully in linux > but when I tested in OSX 10.10, these objects do not load, other objects > from the library do work.ld -z separate-code so where did you get the lib

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

2018-07-13 Thread Liam Goodacre
Oh wow, these look great. Many thanks for working on this. It's going to make things so much easier! From: Pd-list on behalf of IOhannes m zmölnig Sent: 12 July 2018 12:01 To: pd-list@lists.iem.at Subject: [PD] more intelligent patching (was Re: intelligent patc

Re: [PD] iemlib fails to load SOME objects OSX 10.10

2018-07-13 Thread Roman Haefeli
On Fri, 2018-07-13 at 11:37 +0200, IOhannes m zmölnig wrote: > (since 1.21, the objects are now > included in a single binary "iemlib.pd_darwin", so you need to load > that > instead of the traditional iemlib1 resp. iemlib2) That sounds like some progress. I only see a package for Windows in Deke

Re: [PD] malfunction of pd-0.48.1

2018-07-13 Thread Csaba Láng
Thanks, that helped. Back to the malfunction part of my mail, which anyway could cause the strange behaving of the canvas size, is the next: if I patch on a second screen and resizing the window, when crossing an object with the edge of the window, then the window jumps into a minimal size, which

Re: [PD] standard paths for externals

2018-07-13 Thread Roman Haefeli
On Thu, 2018-06-14 at 16:32 -0300, Alexandre Torres Porres wrote: > 2018-06-14 15:35 GMT-03:00 Roman Haefeli : > > Is this the idea? > > Yes! And it's working like that in my tests. Ok, it's working for me, too. I see significant progress in that (after having cleared all preferences) I end up wi

[PD] [PD-announce] Camomile v1.0.6 - LV2 support, PdStalFx, Audio Buses, etc.

2018-07-13 Thread Pierre Guillot
Hi, I'm pleased to announce the new *Camomile* release *1.0.6*. Camomile is a plugin with Pure Data embedded that offers to load and to control patches inside a digital audio workstation. The plugin is available in the VST2, VST3, Audio Unit and *LV2* formats for Linux, Windows and MacOS. Download

Re: [PD] standard paths for externals

2018-07-13 Thread Alexandre Torres Porres
This is not a switch in behaviour as I see it, since you can keep things as they are and the behaviour is still the same. Hence, no compatibility breakage here. Now, if you wanna do things differently, in a new way, as another option, then this is provided and you should adapt your patches. So it

Re: [PD] malfunction of pd-0.48.1

2018-07-13 Thread Csaba Láng
So it looks like the crash is caused by saving the patch on a second screen. After that I am unable to reopen the patch, and pd quits unexpectedly.. Changing the first line back as Lucas suggested, opens the patch again on the first screen. is it a bug? On Fri, Jul 13, 2018 at 3:49 PM Csaba Láng

Re: [PD] malfunction of pd-0.48.1

2018-07-13 Thread Csaba Láng
just one last word, if I have the second screen anywhere else than above my main screen, and there is no negative number in the first line after saving, the patch opens normally like this: #N canvas 2527 187 908 638 10; On Fri, Jul 13, 2018 at 7:21 PM Csaba Láng wrote: > So it looks like the cra

Re: [PD] standard paths for externals

2018-07-13 Thread Alexandre Torres Porres
2018-07-13 11:12 GMT-03:00 Roman Haefeli : > > > So, does that mean the [declare]-flags -stdlib and -stdpath are > obsolete now? > yes, and this was mentioned in this thread already - but it is kept there for backwards compatibility concerns, for not to have a change in behaviour from one version

Re: [PD] [PD-announce] Camomile v1.0.6 - LV2 support, PdStalFx, Audio Buses, etc.

2018-07-13 Thread Alexandre Torres Porres
2018-07-13 13:13 GMT-03:00 Pierre Guillot : > > - Add a new plugin example *PdStalFx* that allows to dynamically load > patches. It can be used in a similar way to the first Camomile versions > (v0.0.1 to v0.0.7). > this is awesome, would you consider making a video example for this?