Re: [PD] 'synced' number and slider

2010-01-17 Thread Lorenzo
First of all, thanks for all the input, didn't think such a trivial question would arise such a fruitful discussion :) the send/receive "magic" in the iemguis are explicitely designed to allow the same send/receive names in order to sync several different objects. of course you can do this exp

Re: [PD] debugging Graph-On-Parent

2010-01-17 Thread Hans-Christoph Steiner
I am pretty sure I fixed this one with this commit. I think it also fixes the bug (I think) Roman reported where sending [vis 1( messages didn't always work properly. I attached my test patch too. http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=13033 bug.pd Desc

Re: [PD] slightly off topic - interesting generative/recursive music inspiration

2010-01-17 Thread Matt Barber
Well, yes, but the crab-canon symmetry here has nothing to do with the mobius strip -- it still needed two "playheads" running in the opposite direction to accomplish the task, and it could be written on any (opaque) two-dimensional surface with the same parameters. I actually had two points: 1)

Re: [PD] 'synced' number and slider

2010-01-17 Thread Jonathan Wilkes
--- On Sun, 1/17/10, zmoel...@iem.at wrote: > From: zmoel...@iem.at > Subject: Re: [PD] 'synced' number and slider > To: pd-list@iem.at > Date: Sunday, January 17, 2010, 8:20 PM > Quoting "Jonathan Wilkes" : > > > > I don't think writing a self-documenting patch and the > use of iem gui > > o

Re: [PD] slightly off topic - interesting generative/recursive music inspiration

2010-01-17 Thread Mario Mora
if you check that video with the volume on, you will hear that the intervalic relationships between the notes are perfect, this means that the beginning works perfectly in conjunction with the end, and that means that what can be melody, can also be accompaniment, so you can do any inversion of the

Re: [PD] slightly off topic - interesting generative/recursive music inspiration

2010-01-17 Thread Matt Barber
This is interesting, but unfortunately it isn't a correct analysis -- for it to be a real mobius strip it would need inversional symmetry, not symmetry in time -- the topology of this piece does not match that of a mobius strip (to visualize the topology of the music itself, you have to imagine it

Re: [PD] pd-gui-rewrite testing

2010-01-17 Thread Hans-Christoph Steiner
On Jan 17, 2010, at 3:01 PM, Rich E wrote: On Sun, Jan 17, 2010 at 8:07 PM, Hans-Christoph Steiner wrote: On Jan 17, 2010, at 10:10 AM, Rich E wrote: On Sun, Jan 10, 2010 at 12:29 AM, Hans-Christoph Steiner > wrote: On Jan 9, 2010, at 5:37 PM, Rich E wrote: Still in OS X 10.6.

Re: [PD] pd-gui-rewrite testing

2010-01-17 Thread Rich E
On Sun, Jan 17, 2010 at 8:07 PM, Hans-Christoph Steiner wrote: > > On Jan 17, 2010, at 10:10 AM, Rich E wrote: > > > > On Sun, Jan 10, 2010 at 12:29 AM, Hans-Christoph Steiner wrote: > >> >> On Jan 9, 2010, at 5:37 PM, Rich E wrote: >> >> >> Still in OS X 10.6. I don't have one of these problems

[PD] Manchester, community based PD workshop/collective

2010-01-17 Thread Andrew Faraday
Hey All I'm starting workshops in PD in Manchester (England) in this coming week. This might mean teaching some people from scratch but it's moving towards the ideal of a collective who can share our skills etc. and perhaps do some collaborative digital arts work. can anyone interested in takin

Re: [PD] 'synced' number and slider

2010-01-17 Thread zmoelnig
Quoting "Jonathan Wilkes" : I don't think writing a self-documenting patch and the use of iem gui objects are mutually exclusive; after all, I use iem guis in the example patch you are referring to. It's just that for the particular behavior of linking two iem guis, I wouldn't rely on whatever

Re: [PD] 'synced' number and slider

2010-01-17 Thread zmoelnig
Quoting "Jonathan Wilkes" : If I just set the same receive-symbol for both GUIs and use a single [s same-receive-symbol] coming from the [nbx], I get a bunch of console messages: error: stack overflow then you produce a loop in your patch. the iemguis do their best to prevent such loops (th

Re: [PD] folder management question

2010-01-17 Thread Hans-Christoph Steiner
[folder_list] and count the items by banging a counter. .hc On Jan 17, 2010, at 12:37 PM, David Schaffer wrote: Hi there, I'd like to know if there's any way that Pd can tell me how many files there is in a folder. Thank you D.S http://www.flickr.com/photos/schafferdavid/ http://au

Re: [PD] pd-gui-rewrite testing

2010-01-17 Thread Hans-Christoph Steiner
On Jan 17, 2010, at 10:10 AM, Rich E wrote: On Sun, Jan 10, 2010 at 12:29 AM, Hans-Christoph Steiner > wrote: On Jan 9, 2010, at 5:37 PM, Rich E wrote: Still in OS X 10.6. I don't have one of these problems with Pd- devel-0.43 (dec 15) nightly build, so it must all be because of the

Re: [PD] 'synced' number and slider

2010-01-17 Thread Jonathan Wilkes
--- On Sun, 1/17/10, Rich E wrote: > From: Rich E > Subject: Re: [PD] 'synced' number and slider > To: "Jonathan Wilkes" > Cc: "Lorenzo" , "IOhannes zmölnig" , > pd-list@iem.at > Date: Sunday, January 17, 2010, 7:31 PM > Ah that is nice, you just don't need the > set messages. :) > I always

[PD] slightly off topic - interesting generative/recursive music inspiration

2010-01-17 Thread Chuck Wiggins
Canon 1 a 2 from J. S. Bach as a Möbius strip http://strangepaths.com/canon-1-a-2/2009/01/18/en/ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] 'synced' number and slider

2010-01-17 Thread Jonathan Wilkes
--- On Sun, 1/17/10, zmoel...@iem.at wrote: > From: zmoel...@iem.at > Subject: Re: [PD] 'synced' number and slider > To: pd-list@iem.at > Date: Sunday, January 17, 2010, 7:17 PM > Quoting "Jonathan Wilkes" : > > > I attached a modified version of your patch to show > what I mean.  On the > >

Re: [PD] 'synced' number and slider

2010-01-17 Thread Rich E
Ah that is nice, you just don't need the set messages. :) I always looked at the iem gui objects as more sophisticated and better for GUI front ends, not meant for writing a self-documenting patch. They save time and look/act better, but everyone I have met using pd for educational purposes uses

Re: [PD] folder management question

2010-01-17 Thread Jack
This is one method with [shell]. Should work on Linux and MacOSX. ++ Jack Le dimanche 17 janvier 2010 à 18:37 +0100, David Schaffer a écrit : > Hi there, > > I'd like to know if there's any way that Pd can tell me how many > files there is in a folder. > > Thank you > > D.S > > htt

Re: [PD] 'synced' number and slider

2010-01-17 Thread zmoelnig
Quoting "Jonathan Wilkes" : I attached a modified version of your patch to show what I mean. On the right, you can look at the patch and figure out the behavior before you scroll the gatom box (important if you want to make sure you're avoiding a buffer overflow). On the left, you have to read

[PD] folder management question

2010-01-17 Thread David Schaffer
Hi there, I'd like to know if there's any way that Pd can tell me how many files there is in a folder. Thank you D.S http://www.flickr.com/photos/schafferdavid/ http://audioblog.arteradio.com/David_Schaffer/ ___ Pd-list@iem.at mailing list UNSUB

Re: [PD] pd-gui-rewrite testing

2010-01-17 Thread Rich E
On Sun, Jan 10, 2010 at 12:29 AM, Hans-Christoph Steiner wrote: > > On Jan 9, 2010, at 5:37 PM, Rich E wrote: > > > Still in OS X 10.6. I don't have one of these problems with Pd-devel-0.43 > (dec 15) nightly build, so it must all be because of the tk/cocoa version > that you mention. I'm not su

Re: [PD] Problem with Snow Leopard and Flext

2010-01-17 Thread Thomas Grill
Hey all, the current flext svn version should fix all compilation issues on Snow Leopard / gcc 4.2. However, i can confirm that flext crashes also for me when pd is launched. I'll be able to look into in about a week, so until then, any hints/solutions/backtraces are welcome. gr~~~ 2010/1/16 Rich

Re: [PD] Pd-list Digest, Vol 58, Issue 68

2010-01-17 Thread Willy
I used this rule for use HID, but i have buffer overflow when i open a device. See vol 58, issue 65 for all the log error. cat /etc/udev/rules.d/10-joystick.rules #Set rw for every one on joystick KERNEL=="event[0-9]*",GROUP="users" KERNEL=="js[0-9]*",GROUP="users" Message: 1 Date: Sat, 16 Jan