Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Jonathan Wilkes
--- On Thu, 7/29/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] abstraction setting its own arguments > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Thursday, July 29, 2010, 1:15 AM > On Wed, 28 Jul 2010, Jonathan Wilkes > wrote: > > > That sounds like a good

[PD] fluid~.pd_linux with -rt

2010-07-28 Thread patrick
hi, i am trying to revive a patch that use fluid~.pd_linux. compiled flext (from grill svn) and compiled fluid~ (from pd svn). no problem here. but using pd-0.42.5 (from miller's site): ./pd -rt -alsa fluid~-help.pd GThread-ERROR **: file /build/buildd/glib2.0-2.24.1/gthread/gthread-posix.c:

Re: [PD] pd with pulse?

2010-07-28 Thread patrick
Hi Roman, I didn't have PulseAudio Jack Sink / Source listed. I found this tutorial: http://www.linuxmao.org/tikiwiki/tiki-index.php?page=pulseaudio+vers+jack and now everything is working! a startup script for qjackctl: #!/bin/bash pactl load-module module-jack-sink pactl load-module module-ja

Re: [PD] pd with pulse?

2010-07-28 Thread patrick
hi cyrille, it works! with pd extended, pd vanilla, pd from git. thx, pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Auto unique number tagging of gui objects

2010-07-28 Thread saint
Thanks for taking the time to explain that stuff Frank. I think I've got a handle on it now, and I think it's perfect for me. Don't know why I've been so scared of it! --- On Tue, 27/7/10, saint wrote: > From: saint > Subject: Re: Auto unique number tagging of gui objects > To: "pd list" ,

[PD] Openlab#8 - Thursday 12th August, 8pm-midnight @ The Hackney Rose.

2010-07-28 Thread Robert Munro
The next OpenLab OpenNight is scheduled for Thursday 12th August 8pm-midnight @ The Hackney Rose (Suggested £2 donation), 458 Hackney Rd, E29EG. As usual everyone is free to join in, just get in touch or add your name on the WIKI. (http://www.pawfal.org/openlabwiki/index.php?page=OpenNight). Line

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, Jonathan Wilkes wrote: That sounds like a good idea. Ok, it's implemented already. You can try it if you checkout the svn trunk. Since adddollsym currently ignores any additional args, couldn't you just add the functionality to adddollsym so that when there's no $2 it

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Jonathan Wilkes
--- On Thu, 7/29/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] abstraction setting its own arguments > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Thursday, July 29, 2010, 12:21 AM > On Wed, 28 Jul 2010, Jonathan Wilkes > wrote: > > > [adddollsym 1-$$1( > >

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, Jonathan Wilkes wrote: [adddollsym 1-$$1( You have to dynamically patch because saving [$1-$$1( will give you [$1-$\$1( the next time you load the patch. That looks like a bug... is that $$1 behaviour documented anywhere ? Not only I haven't seen it in any documentation,

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Jonathan Wilkes
--- On Wed, 7/28/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] abstraction setting its own arguments > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Wednesday, July 28, 2010, 10:46 PM > On Wed, 28 Jul 2010, Mathieu Bouchard > wrote: > > > Now I have two more q

Re: [PD] howto get "pool"

2010-07-28 Thread Stefan Jensen
Hi,... Am Mittwoch, den 28.07.2010, 13:36 -0400 schrieb Hans-Christoph Steiner: > Welcome to Pd! You've already jumped quite a hurdle by building your Thank you, I appreciate it. > own Pd-extended. It would be great if you could document how you did it > on the pure-data wiki. You could crea

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, Mathieu Bouchard wrote: Now I have two more questions : 1. how do I make the dollsym "$0-something-$1" in a messagebox ? it seems like I just can't. (I mean using messagebox-edition commands like adddollsym) Also, 3. how do I make the dollsym "something-$1" in a

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, Jonathan Wilkes wrote: I haven't tested it yet but I think the "just like message boxes" design is a great idea. Looking at the help-png: message boxes don't have a "clear" message. You just use "set" to clear them. damn. I don't know where I pulled this out of. [setargs

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Jonathan Wilkes
I haven't tested it yet but I think the "just like message boxes" design is a great idea. Looking at the help-png: message boxes don't have a "clear" message. You just use "set" to clear them. -Jonathan --- On Wed, 7/28/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: [PD] a

[PD] how do I edit puredata.info ?

2010-07-28 Thread Mathieu Bouchard
how do I edit this page ? http://puredata.info/downloads/other_members/ I can't see how to add any entries, now how to edit the «GridFlow» entry. Clicking «Modify» only seems to be about the text at the top of the bullet-list. _ _ __ ___ _ _ _

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, Hans-Christoph Steiner wrote: Doesn't iemguts let you do that? How is one supposed to install iemguts ? Its a very nice library for all sorts of "introspection". [canvasargs] doesn't support commas nor semicolons, and most of all, doesn't update the objectbox, doesn'

Re: [PD] abstraction setting its own arguments

2010-07-28 Thread Hans-Christoph Steiner
Doesn't iemguts let you do that? Its a very nice library for all sorts of "introspection". .hc On Wed, 2010-07-28 at 13:11 -0400, Mathieu Bouchard wrote: > Is there any class that allows abstractions to set their own arguments ? > It's important for making properties dialogues that can save ar

Re: [PD] howto get "pool"

2010-07-28 Thread Hans-Christoph Steiner
Oops, forgot the URL: http://puredata.info/docs/developer/64BitLinux .hc On Wed, 2010-07-28 at 13:36 -0400, Hans-Christoph Steiner wrote: > Welcome to Pd! You've already jumped quite a hurdle by building your > own Pd-extended. It would be great if you could document how you did it > on the p

Re: [PD] howto get "pool"

2010-07-28 Thread Hans-Christoph Steiner
Welcome to Pd! You've already jumped quite a hurdle by building your own Pd-extended. It would be great if you could document how you did it on the pure-data wiki. You could create a new page off of this one: .hc On Wed, 2010-07-28 at 18:42 +0200, Stefan Jensen wrote: > Hi,... > > first thi

[PD] abstraction setting its own arguments

2010-07-28 Thread Mathieu Bouchard
Is there any class that allows abstractions to set their own arguments ? It's important for making properties dialogues that can save args the same way that numbox (Ctrl+3) and IEMGUIs do. Well, I just made one. http://gridflow.ca/help/setargs-help.png Does it seem like it's designed the

[PD] howto get "pool"

2010-07-28 Thread Stefan Jensen
Hi,... first thing: i'm very very new to pd, so be nice to a first time user, please. ;-) I've got pd-extended compiling and working fine on Fedora13_x86_64. (I use "rsync -av --delete rsync://128.238.56.50/distros/pd-extended" to get the tree.) Now i'm missing "pool". Where can i get it and how

Re: [PD] pd with pulse?

2010-07-28 Thread cyrille henry
hello, with pulse audio, it help a lot if you remove audio input... on my setup (ubuntu 10.04, no change in ubuntu audio configuration, pd 0.42 vanilla) : pd -rt -alsa -alsaadd default -audiooutdev 3 -noadc -audiobuf 50 result in pd to output as a pulsaudio application. it work fine. i've got

Re: [PD] pd with pulse?

2010-07-28 Thread patrick
ok, here's the result of my testing: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data cd pure-data/src && autoconf && configure --enable-alsa --enable-jack && make cd ../bin ./pd -rt -alsa -alsaadd default go to Media, Preferences, Audio Settings... Input device 1: cho

Re: [PD] Auto unique number tagging of gui objects

2010-07-28 Thread Jonathan Wilkes
--- On Wed, 7/28/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] Auto unique number tagging of gui objects > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Wednesday, July 28, 2010, 4:09 PM > On Tue, 27 Jul 2010, Jonathan Wilkes > wrote: > > > If I remember corre

Re: [PD] pd with pulse?

2010-07-28 Thread Roman Haefeli
On Thu, 2010-07-29 at 00:36 +0900, patrick wrote: > hi olsen, > > it almost works, vlc gets "jacked", firefox, pd no problem. but the main > application i am trying to use with pd is simon, and this application is > not able to make the bridge to jack. If you go for the 'route-all-pulseaudio-t

Re: [PD] pd with pulse?

2010-07-28 Thread Miller Puckette
Me, I do: cd src; autoconf; ./configure [--enable-jack] [etc]; make There's another(Hans's) make system for which one CDs just to the pd directory, types "./autogen.sh && ./cofigure & make" Somehow they both coexist in the same source tree... http://puredata.info/dev/PdGuiRewrite cheers Miller

Re: [PD] pd with pulse?

2010-07-28 Thread patrick
Hi Miller, I would like to test it, but i am not sure which version should i compile. I tried the svn (where externals are) and when launching pd only a gray window appear: tcl: /home/psc/src/pd/pd/bin/pd.tk: can't open script invalid command name "pdtk_post" Then, i tried the git version, bu

Re: [PD] pd with pulse?

2010-07-28 Thread patrick
hi olsen, it almost works, vlc gets "jacked", firefox, pd no problem. but the main application i am trying to use with pd is simon, and this application is not able to make the bridge to jack. i don't know exactly why, in the configuration of audio is all about pulse, so in theory it should w

Re: [PD] pd with pulse?

2010-07-28 Thread Miller Puckette
Hi all -- I haven't tested this, but if it doesn't work I should try to fix... invoke "pd -aldaadd default" and the "default" device that shows up should be pulseaudio. (I've disabled pulseaudio on all my machines and can't test this right now, sorry) If not running pd from command line, add "-

Re: [PD] change list order according to their first element

2010-07-28 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, patko wrote: using [list length] is a good idea, I also use [list prepend] to prepare a gridflow message for rows number like this: | | |[list length] | | |[$1 4 #] | | you are missing [/ 4] and it is not clear that [$1 4 #] is a

Re: [PD] new readanysf~ for mac intel

2010-07-28 Thread Hans-Christoph Steiner
On Jul 28, 2010, at 5:18 AM, august wrote: 10th time's a charm! ;) Thanks for spotting that, I needed to run the build on the Mac OS X 10.4/Intel build farm machine, and also add one more pass to the embed script. So here's a new build: http://autobuild.puredata.info/pdlab/readanysf~.zip

Re: [PD] change list order according to their first element

2010-07-28 Thread patko
hi again, I forgot one point, sorry, (I couldn't try it right now because of lots of issues with pd on vista...) before you have to make a list with one item of each column, with [list split 1] for example, then it's length will give you the number of columns and then prepend the entire list w

Re: [PD] change list order according to their first element

2010-07-28 Thread patko
Hello, using [list length] is a good idea, I also use [list prepend] to prepare a gridflow message for rows number like this: [trigger l l] | | |[list length] | | |[$1 4 #] | | [list prepend] | [list trim] The non-integer number I've used only

Re: [PD] Auto unique number tagging of gui objects

2010-07-28 Thread Mathieu Bouchard
On Tue, 27 Jul 2010, Jonathan Wilkes wrote: If I remember correctly, the send/receive symbols are always the first and second symbol-atom arguments the send/receive "symbols" can actually be floats as well... in iemgui, not the ordinary floatbox nor the symbolbox. It would save having to ch

Re: [PD] Compile sms_peak

2010-07-28 Thread linedicons...@gmail.com
> > > that error that you are citing, is that for compilation on a 64-bit > machine? > I'll check that later in the week. > gr~~~ > No, I use 32 bit Ubuntu. Thanks -- Marco Amato ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> ht

Re: [PD] new readanysf~ for mac intel

2010-07-28 Thread august
> >> 10th time's a charm! ;) Thanks for spotting that, I needed to run the > >> build on the Mac OS X 10.4/Intel build farm machine, and also add one > >> more pass to the embed script. So here's a new build: > >> > >> http://autobuild.puredata.info/pdlab/readanysf~.zip > >> > >> And here's h

Re: [PD] Sydney

2010-07-28 Thread Simon Wise
On 27/07/10 22:32, chrism wrote: Hi Simon, I moved back to Perth recently? You are the first person I have found here using Pd. Maybe we should start a Pd patchers group? :) sure ... I'd noticed you were Perth a while back, but then you moved out before I got here. I'm a full time student, do

Re: [PD] pd with pulse?

2010-07-28 Thread patrick
sorry olsen, i didn't see your email. thank you, very useful information! i will try your solution asap and report back. sorry for the noise, pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinf

Re: [PD] pd with pulse?

2010-07-28 Thread Roman Haefeli
Hi Pat Probably it didn't get through, but if I'm understanding Olsen correctly, his proposal was to route the whole pulseaudio traffic through jack (a.k.a using jack as a backend of pulseaudio). This way pulseaudio shows up as a client in jack (for reading and for writing) and this way you can co

Re: [PD] change list order according to their first element

2010-07-28 Thread Libero Mureddu
Thank you very much Patrice and Mathieu! There are a couple of things though that are not clear to me: 1) I'm using the second example that was posted here: http://lists.puredata.info/pipermail/pd-list/2010-06/080331.html However, in my case I know only the number of columns (4), but the number