[PD] save state. race condition?

2018-10-12 Thread Atte via Pd-list
Hi I just simply flat out love the new savestate mechanism! I normally start from the example in the help, add sends/receives, I use it alot with number boxes and toggles. I found that in larger patches, sometimes the states doesn't always "get to" all receives, the gui elements seems to

Re: [PD] PdParty 1.2.0 is out

2018-10-25 Thread Atte via Pd-list
That sound amazing, thanks alot! I've com to rely heavily on things like [savestate] from 0.49. Any ETA on when to expect PdParty to use 0.49? I imagine it depends on when libpd gets in sync, so might be out of your hands... Just curious, just asking :-) Cheers -- Atte http://atte.dk

Re: [PD] PdParty 1.2.0 is out

2018-10-26 Thread Atte via Pd-list
On Thu, 25 Oct 2018 22:16:23 +0200 Dan Wilcox wrote: > As I'm also working on libpd, it's partially up to me. I decided to stick > with 0.48 for now as I've been using it with PdParty for a while. I'll > probably do another version sooner once we put out libpd 0.12.0 with pd 0.49. > I'm

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Mon, 24 Sep 2018 10:12:14 +0200 IOhannes m zmoelnig wrote: > weird. why would you do exactly the opposite of what i suggested? > also, Pd-0.48-2 is available for Debian/stretch via backports. Oops, sorry bout that, I totally misunderstood you, then. My bad. So you would suggest pd from

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Mon, 24 Sep 2018 11:17:18 +0200 IOhannes m zmoelnig wrote: > > How about externals/abstractions (is this referred to as "packages" or > > "libraries"?)? If I stick to debian repos here, is there a simple way to > > add all these to the search path in pd? It seems cumbersome and error prone

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Mon, 24 Sep 2018 09:57:58 +0200 Antoine Rousseau wrote: > just search "avg~" in deken, it will answer that you'll find it in > "cyclone". Ah, actually didn't try with exactly "avg~", just a bunch of other objects. I guess that when search doesn't turn up anything, it means it's not provided

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Sun, 23 Sep 2018 21:02:23 +0200 IOhannes m zmölnig wrote: > there is also the "pd-deken-apt" (Debian) package, which allows you to > install the Debian packaged libraries from within Pd (using the deken > plugin) Ok, thanks!. I just installed 0.48.2 (with my debian hat off), deken is

[PD] Managing externals/abstractions in libraries

2018-09-23 Thread Atte via Pd-list
I can think of three ways to make external libraries (externals/abstractions) available on my debian stable (running pd 0.47.1 from the debian repos): 1) install the ones from the debian repos 2) using the deken plugin 3) compiling by hand I'd rather stick with one to avoid total mess. What do

[PD] select based on first "element"

2018-09-12 Thread Atte via Pd-list
Hi I'm getting back into PD after a long time. Sorry if the following is either obvious, obviously impossible, unclear, or the wrong way to go about things. I have an abstraction that I'd like to send different data through the same inlet, say param1=0, param2=3. Taking the abstraction part

Re: [PD] select based on first "element"

2018-09-12 Thread Atte via Pd-list
On Wed, 12 Sep 2018 19:28:52 +0200 Kaj Ailomaa wrote: > A really simple solution is to use [route] instead of [select]. I feel so embarassed, of course, route is the solution, total newbie here... Thanks alot!!! Cheers -- Atte http://atte.dk http://a773.dk