[PD] get the values of an array as a list

2010-01-21 Thread Jaime Oliver
Hi all is there a pd-vanilla way to get the values of an array as a list? thx, J -- Jaime E Oliver LR joliv...@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org 858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA

Re: [PD] get the values of an array as a list

2010-01-21 Thread William Brent
As far as I know, only at the patching level. But I've got an external that does it much faster... On Thu, Jan 21, 2010 at 12:18 AM, Jaime Oliver jaime.oliv...@gmail.com wrote: Hi all is there a pd-vanilla way to get the values of an array as a list? thx, J -- Jaime E Oliver LR

Re: [PD] get the values of an array as a list

2010-01-21 Thread Jaime Oliver
hey On Thu, Jan 21, 2010 at 12:42 AM, William Brent william.br...@gmail.com wrote: As far as I know, only at the patching level.  But I've got an which way would that be? i am looking for patching way right now... external that does it much faster... is this in your website? On Thu, Jan

Re: [PD] RJDJ, comport, Pd on iPhone, serial communication

2010-01-21 Thread Frank Barknecht
Hallo, David NG McCallum hat gesagt: // David NG McCallum wrote: I'm looking at doing a project prototype where the audio system is on the iPhone, and it interfaces with an Arduino through serial. I'm assuming since RJDJ is a working version of Pd, I could just use it as the engine for this

Re: [PD] get the values of an array as a list

2010-01-21 Thread Frank Barknecht
Hallo Jaime, Jaime Oliver hat gesagt: // Jaime Oliver wrote: Hi all is there a pd-vanilla way to get the values of an array as a list? [list-tabdump] in [list]-abs. It kind of clones zexy's tabdump, but you need to give the size of the array you want to dump, too. Ciao -- Frank

Re: [PD] get the values of an array as a list

2010-01-21 Thread William Brent
Here's an abstraction that takes the array name as an argument. It just uses an until loop. You bang it and get out a list... I don't have the external on my site yet...but I could clean it up and put it out there if someone hasn't already done it. On Thu, Jan 21, 2010 at 12:44 AM, Jaime

Re: [PD] get the values of an array as a list

2010-01-21 Thread Jaime Oliver
oh i see, i was thinking of some sort of a message one could send to an array or a way to intercept a message that is writing to an array, something less [until]-like, i haven't checked list-abs, but i suppose it is similar? but thanks to both... J On Thu, Jan 21, 2010 at 12:52 AM, William

Re: [PD] openpanel crash

2010-01-21 Thread IOhannes m zmoelnig
Alexandre Porres wrote: Hi there, I am having the hardest of times getting the [openpanel] to work here. It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time. Now it just about never works. Not in

Re: [PD] get the values of an array as a list

2010-01-21 Thread Frank Barknecht
Hallo, William Brent hat gesagt: // William Brent wrote: Oops...looks like I made it so that you give it the size of the array, not a bang. Frank's post reminded me... But is there something in Pd-ext that does this? There must be, right? An external is wy faster for long arrays.

Re: [PD] recording to array in loop mode?

2010-01-21 Thread volker böhm
On 20.01.2010, at 10:28, Frank Barknecht wrote: Hallo, volker böhm hat gesagt: // volker böhm wrote: thanks for all the replies. and yes, something similar you posted, frank, is what i had in mind. i couldn't remember the block-quantisation, but it makes sense now. in G05.execution.order

Re: [PD] Convolution / Impulse Response

2010-01-21 Thread hard off
is it possible to do something vaguely similiar in vanilla pd? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] get the values of an array as a list

2010-01-21 Thread Roman Haefeli
Am 21.01.10 09:57 schrieb William Brent unter william.br...@gmail.com: But is there something in Pd-ext that does this? There must be, right? An external is wy faster for long arrays. An external will always be faster. However, the patching method still can be optimized a lot.

Re: [PD] RJDJ, comport, Pd on iPhone, serial communication

2010-01-21 Thread Ricardo Lameiro
Sorry for hijacking the thread. Hans, does the pd-mobile0.43 branch can be built for android? I think it it is a more open platform to use, although you wil, maybe, need to root the phone. 2010/1/21 Frank Barknecht f...@footils.org Hallo, David NG McCallum hat gesagt: // David NG McCallum

Re: [PD] get the values of an array as a list

2010-01-21 Thread Jack
My little participation :) A small modification of [list-tabdump] is 40% faster than the original (avoiding to send everytime the new list from [list append] in [list]). ++ Jack Le jeudi 21 janvier 2010 à 13:53 +0100, Roman Haefeli a écrit : Am 21.01.10 09:57 schrieb William Brent unter

[PD] content of table is saved in Pd-extended?? was: get the values of an array as a list

2010-01-21 Thread Roman Haefeli
Hi I just realized, that my little patch posted previously is ~40kB heavy. Sorry for filling your mail boxes with zeros. Unlike Pd-vanilla, Pd-extended seems to save the content of a [table] object in the .pd-file. Why was that changed? Is there any way to have the content _not_ saved with the

Re: [PD] openpanel crash

2010-01-21 Thread Alexandre Porres
you are using freebsd Gee, how come, what is that? I am using the MAC OS 10.6.2 Snow Leopard actually. thanks alex On Thu, Jan 21, 2010 at 7:01 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: Alexandre Porres wrote: Hi there, I am having the hardest of times getting the [openpanel] to work

Re: [PD] [PD-announce] [many]

2010-01-21 Thread Hans-Christoph Steiner
Looks quite nice. Is it necessarily part of Gridflow? Seems like it would be generally useful, not only for video stuff. .hc On Jan 21, 2010, at 12:31 AM, Mathieu Bouchard wrote: automatically make many gui objects. http://gridflow.ca/help/many-help.png (those are actual toggle

Re: [PD] RJDJ, comport, Pd on iPhone, serial communication

2010-01-21 Thread Hans-Christoph Steiner
Yeah, Pd builds on Android. It currently builds on Android as a NDK library to be used in a Android Java app. Like the iPhone side of things, we have the audio I/O code, it just needs to be integrated. More people working on it means it goes faster. :)

Re: [PD] RJDJ, comport, Pd on iPhone, serial communication

2010-01-21 Thread Hans-Christoph Steiner
On Jan 21, 2010, at 3:45 AM, Frank Barknecht wrote: Hallo, David NG McCallum hat gesagt: // David NG McCallum wrote: I'm looking at doing a project prototype where the audio system is on the iPhone, and it interfaces with an Arduino through serial. I'm assuming since RJDJ is a working

[PD] [PD-announce] [many]

2010-01-21 Thread Mathieu Bouchard
Hans-Christoph Steiner wrote: Looks quite nice. Is it necessarily part of Gridflow? Yes. Seems like it would be generally useful, not only for video stuff. GridFlow is not only for video stuff. It's never been only for video stuff. _ _ __ ___ _ _

Re: [PD] content of table is saved in Pd-extended?? was: get the values of an array as a list

2010-01-21 Thread Jaime Oliver
in array you can click or unclick save contents. is that what you are talking about? J On Thu, Jan 21, 2010 at 5:41 AM, Roman Haefeli reduzie...@yahoo.de wrote: Hi I just realized, that my little patch posted previously is ~40kB heavy. Sorry for filling your mail boxes with zeros. Unlike

Re: [PD] get the values of an array as a list

2010-01-21 Thread Matt Barber
I don't know if this is relevant, but I thought that since it came up I would mention that you can get the size of an array with expr: [symbol arrayname( | [expr size($s1)] should do it. Matt My little participation :) A small modification of [list-tabdump] is 40% faster than the original

Re: [PD] openpanel crash

2010-01-21 Thread Jaime Oliver
indeed you patch crashes in osx10.6.2, but the following patch doesn't, so perhaps its not openpanel, but something else. haven't really scrutinized your patch, just tested it... #N canvas 0 22 814 381 10; #N canvas 0 22 450 300 (subpatch) 0; #X array table23 44103 float 0; #X coords 0 1.02 44100

Re: [PD] openpanel crash

2010-01-21 Thread Jaime Oliver
ok, so i think it is definitely your patch... the routing after openpanel doesn't make sense to me: read -resize $1 is getting the filename... J On Thu, Jan 21, 2010 at 1:20 PM, Jaime Oliver jaime.oliv...@gmail.com wrote: indeed you patch crashes in osx10.6.2, but the following patch

Re: [PD] 'synced' number and slider

2010-01-21 Thread Matteo Sisti Sette
Hi, I haven't read the pd-list for a few days so I reply to this a bit late. Hope not too much. Usually, not only I want a number and a slider (and maybe more) to remain always synced, but also to respond to any variation of the value they control when it is changed from other sources. I

Re: [PD] Convolution / Impulse Response

2010-01-21 Thread Matt Barber
in vanilla pd? -- next part -- An HTML attachment was scrubbed... URL: http://lists.puredata.info/pipermail/pd-list/attachments/20100121/0a39cf0d/attachment-0001.htm ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] openpanel crash

2010-01-21 Thread Alexandre Porres
routing after openpanel doesn't make sense yep, and then I prepend it to a list with the tables name... it is not wrong and was working not using [openpanel]. The weirdest of all is that [openpanel] was crashing even if not conected to anything. Anyway, I don't know what happened, but it is now

Re: [PD] content of table is saved in Pd-extended?? was: get the values of an array as a list

2010-01-21 Thread Roman Haefeli
No, I really mean the [table] object. I am irritated, that in Pd-extended its content is saved with the patch, which is not the case on Pd-vanilla. I wonder, if there is really no way not to save table data in Pd-extended. Roman On Thu, 2010-01-21 at 12:20 -0800, Jaime Oliver wrote: in array

[PD] Help installing pd-extended

2010-01-21 Thread David
Hi! I'm trying to install pd-extended 0.41.4 on an Asus Eee PC running Xandros Linux (derived, I believe, from Debian etch). I used to have an earlier version of pd (0.39.2-4) installed, but would like to install pd-extended. I downloaded the package 'Pd-0.41.4-extended-debian-etch-i386.deb' and

[PD] pd-gui-rewrite preferences

2010-01-21 Thread Rich E
Hi list, I was just thinking, as I noticed that Hans made it where Apple+, opens the preferences menu on OS X (as does every other native-mac app), why not group all the preferences in one dialog, with sub dialogs? This is how other apps I use on OS X behave and I find it convenient. Besides,

Re: [PD] Help installing pd-extended

2010-01-21 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 liblame is non-free because of patent issues in some countries, that's why its not included in Debian. You can download that package from a country that does not have the patent issue here: http://debian-multimedia.org/ If you live in a country

Re: [PD] Help installing pd-extended

2010-01-21 Thread András Murányi
On Fri, Jan 22, 2010 at 1:27 AM, David dfket...@gmail.com wrote: Hi! I'm trying to install pd-extended 0.41.4 on an Asus Eee PC running Xandros Linux (derived, I believe, from Debian etch). I used to have an earlier version of pd (0.39.2-4) installed, but would like to install pd-extended.

Re: [PD] pd-gui-rewrite testing

2010-01-21 Thread Rich E
Does this wish shell in Contents/MacOS have the Tcl/Tk Frameworks built into it (whether Carbon or Cocoa)? Its working now, thanks. Nice method, I have one symlinked to the svn repository and one for myself to hack on. cheers, Rich On Sun, Jan 17, 2010 at 9:05 PM, Hans-Christoph Steiner

Re: [PD] Help installing pd-extended

2010-01-21 Thread David
Thanks. As I said, I did download a package that was supposed to be the required version of lame, but I wasn't able to install it. I'll try this one, though; it seems to be a different version of the package (the name is different, anyway). I couldn't care less about the patent issue, I'm not even

Re: [PD] Help installing pd-extended

2010-01-21 Thread David
Thanks. I was thinking of installing a different version of Linux myself, because of all the conflicts I seem to have between different packages. The Asus and Xandros repositories don't seem to be very up-to-date. But I'm relatively new to Linux, so I'm being cautious. I'd also like to understand

Re: [PD] pd-gui-rewrite testing

2010-01-21 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The Wish program will look thru its Frameworks search path to find the frameworks. It something like: - - look Contents/Frameworks - - ~/Library/Frameworks - - /Library/Frameworks - - /System/Library/Frameworks .hc Rich E wrote: Does this wish

Re: [PD] Help installing pd-extended

2010-01-21 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David wrote: Thanks. I was thinking of installing a different version of Linux myself, because of all the conflicts I seem to have between different packages. The Asus and Xandros repositories don't seem to be very up-to-date. But I'm relatively

Re: [PD] pd-gui-rewrite preferences

2010-01-21 Thread Hans-Christoph Steiner
The only reason its not like that is because someone hasn't done the work. I'd love to be able to include that work in pd-gui-rewrite. Be aware, it'll probably require some weirdness, because of the nature of the messages that the pref panels send to 'pd'. But I don't think it would be too