Re: [PD] soundtouch~ for ARM (Raspberry Pi / RPi)

2018-04-05 Thread Etienne Landon
Hi list, Anyone have a copy of soundtouch binary for rpi anywhere ? The link in this thread is dead Thanks 2015-05-26 14:24 GMT+02:00 IOhannes m zmoelnig : > On 2015-05-22 15:23, pured...@11h11.com wrote: > > > But really it depends. Also it's not that simple, you need to install > > automake,

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Chris McCormick
On 03/04/18 21:52, Jonathan Wilkes via Pd-list wrote: When users for a decade have said they wanted $0 in msg boxes, they mean that they want to use Pd's notion of send-symbol locality inside message boxes. They want that instead of manually querying the value of a reserved dollarsign variable an

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Chris McCormick
On 03/04/18 03:02, Miller Puckette wrote: shouldn't this be expanded into a full-on scripting language? Heck yes! For audio vectors the dataflow paradigm is glorious. But building k-rate algorithms and logic with a mouse makes one i-rate (a bit weird to whinge about this when I choose to spen

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Roman Haefeli
On Die, 2018-04-03 at 13:52 +, Jonathan Wilkes wrote: > > Why is nobody complaining about not being able to use the third > > creation argument directly withing a message? What's the fuzz about > the > > $0? > > $0 isn't part of the argument vector. It's certainly not part of the incoming me

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread hans w. koch
yes, great to say that, chris: thank you so much miller for the wonderful pure data! hans > Am 05.04.2018 um 12:53 schrieb Chris McCormick : > > Anyway, I'm sorry to conjure up the spectacle of another several decades of > challenging software development and maintenance work. We probably don'

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread IOhannes m zmoelnig
On 2018-04-05 13:44, Roman Haefeli wrote: > I already pointed out that dollar variables > are a totally different thing in messages and objects. they are very much the same (from Pd's POV). > >> whereas you cannot get an abstraction's selector (which would  >> be handy for error reporting).  >

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Jonathan Wilkes via Pd-list
> From patching I know that it would be far more convenient to be able to > reference the patch-local $0 variable in messages. That's what users have requested $0 in msg boxes to do for over a decade. And that is what Ico implemented in Pd-l2ork. > Perhaps in that case there should also be a [se

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Seb Shader via Pd-list
>What is wrong with [my_selector(--[list]--[$1( for instance, [42(--[list]--[$1( will give 42 not float, similarly [symbol crabs(--[list]--[$1( will give crabs not symbol Also it seems reasonable to just have 1 object box for querying a selector, which is a main element of the pd message environ

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Jonathan Wilkes via Pd-list
>> whereas you cannot get an abstraction's selector (which would >> be handy >> for error reporting).  > What is the selector of an abstraction? [my_abs arg1 arg2] The selector is "my_abs". The reason consistency probably keeps coming up is because everything on the Pd canvas as well as Pd file

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Jonathan Wilkes via Pd-list
>>What is wrong with [my_selector(--[list]--[$1( > for instance, [42(--[list]--[$1( will give 42 not float, > similarly [symbol > crabs(--[list]--[$1( will give crabs not symbol > Also it seems reasonable to > just have 1 object box for querying a selector, > which is a main element of > the pd

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Christof Ressi
I don't understand this whole thing about getting the selector of a message to a msgbox and why this could be a useful feature. can someone give me a real world example? when I have a msgbox like [foo $1 $2 $3 $4( I expect the input to be a list of (at least) 4 atoms which is then expanded. [fo

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Seb Shader via Pd-list
>>>What is wrong with [my_selector(--[list]--[$1( >> for instance, [42(--[list]--[$1( will give 42 not float, >> similarly [symbol crabs(--[list]--[$1( will give crabs not symbol > >Also it seems reasonable to just have 1 object box for querying a selector, > >which is a main element of t

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Dan Wilcox
test? https://github.com/pure-data/pure-data/pull/346 Dan Wilcox @danomatika danomatika.com robotcowboy.com

[PD] shrinking subpatches!?

2018-04-05 Thread Christof Ressi
in the project I'm working on I have a couple of subpatches which shrink vertically whenever I close and open them... I made a funny little patch to demonstrate the issue. can anyone reproduce this on his/her machine? I'm on Pd 0.48.1 Windows 7 shrink-test.pd Description: Binary data

Re: [PD] shrinking subpatches!?

2018-04-05 Thread Lucas Cordiviola
It shrinks here. 0.48-1 Win 8.1 Mensaje telepatico asistido por maquinas. On 4/5/2018 5:55 PM, Christof Ressi wrote: > in the project I'm working on I have a couple of subpatches which shrink > vertically whenever I close and open them... > I made a funny little patch to demonstrate the issue.

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Jonathan Wilkes via Pd-list
> On Thursday, April 5, 2018, 3:20:03 PM EDT, Dan Wilcox > wrote: > test? https://github.com/pure-data/pure-data/pull/346 That will add a malloc/free for every method call to a msg box. So I'd measure the performance impact before using that implementation. On the l2ork dev list I mentioned

Re: [PD] suggestion: $0 in messages

2018-04-05 Thread Alexandre Torres Porres
2018-04-05 16:17 GMT-03:00 Dan Wilcox : > test? https://github.com/pure-data/pure-data/pull/346 > wow, didn't see that coming :) THANKS! Well, since I opened this thread and mentioned I wanted to do such a Pull Request, let me respond so some issues raised here. One argument against this - and o

Re: [PD] shrinking subpatches!?

2018-04-05 Thread Alexandre Torres Porres
doesn't shrink macOS 10.12.6, pd 0.48-1 2018-04-05 18:04 GMT-03:00 Lucas Cordiviola : > It shrinks here. > > 0.48-1 > > Win 8.1 > > Mensaje telepatico asistido por maquinas. > > On 4/5/2018 5:55 PM, Christof Ressi wrote: > > in the project I'm working on I have a couple of subpatches which shrin

Re: [PD] shrinking subpatches!?

2018-04-05 Thread Ingo
I'm on 0.47.1 on Windows 7 and it shrinks. > Subject: [PD] shrinking subpatches!? > > in the project I'm working on I have a couple of subpatches which shrink > vertically whenever I close and open them... > I made a funny little patch to demonstrate the issue. can anyone reproduce > this on his/

[PD] message boxes and console errors

2018-04-05 Thread Liam Goodacre
Since message boxes have been receiving attention and might be updated in 0.49, I thought I'd bring up another request. If a message box generates a "$2 out of range" error, you currently can't locate the source of that error using the Find Last Error feature. This can lead to headaches in tryi

Re: [PD] shrinking subpatches!?

2018-04-05 Thread rolfm
windows 10, Vanilla 48.1 it's shrinking rolf ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list