Re: [PD] list issue

2009-03-06 Thread Max
here is my humble interpretation of mathieus idea. randombeatz.pd Description: Binary data list-shuffle.pd Description: Binary data Am 05.03.2009 um 12:21 schrieb YOhannes: thanks guys, i made a simple patch based on mathieus idea. (see attachment) i like to apply more control on

Re: [PD] list issue

2009-03-06 Thread Roman Haefeli
--- Mathieu Bouchard ma...@artengine.ca schrieb am Fr, 6.3.2009: Unless you happen to be listening to Carter, Cowell, Ferneyhough, Johnston, Nancarrow, or anyone who has ever happened to use a quintuplet (Chopin, Elvin Jones, maybe Al Pacino in Heat) I didn't say that quintuplets

Re: [PD] list issue

2009-03-06 Thread Matt Barber
Unless you happen to be listening to Carter, Cowell, Ferneyhough, Johnston, Nancarrow, or anyone who has ever happened to use a quintuplet (Chopin, Elvin Jones, maybe Al Pacino in Heat) -Jonathan Or Beethoven, Schubert, Brahms, Tchaikovsky Wagner, Mahler, Strauss, Bartok, Schoenberg,

Re: [PD] list issue

2009-03-05 Thread YOhannes
thanks guys, i made a simple patch based on mathieus idea. (see attachment) i like to apply more control on listlength, without specifying it, like i would have to with [list-equalize]. now, depending on the devisor of 2, with my master-sequence of lets say 2000 (ms) i get lists with very small

Re: [PD] list issue

2009-03-05 Thread Mathieu Bouchard
On Thu, 5 Mar 2009, YOhannes wrote: i like to apply more control on listlength, without specifying it, like i would have to with [list-equalize]. now, depending on the devisor of 2, with my master-sequence of lets say 2000 (ms) i get lists with very small and very big values. for example:

Re: [PD] list issue

2009-03-05 Thread Jonathan Wilkes
--- On Thu, 3/5/09, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] list issue To: YOhannes this_is_...@web.de Cc: pd-list@iem.at Date: Thursday, March 5, 2009, 5:39 PM On Thu, 5 Mar 2009, YOhannes wrote: i like to apply more

Re: [PD] list issue

2009-03-05 Thread Mathieu Bouchard
On Thu, 5 Mar 2009, Jonathan Wilkes wrote: Unless you happen to be listening to Carter, Cowell, Ferneyhough, Johnston, Nancarrow, or anyone who has ever happened to use a quintuplet (Chopin, Elvin Jones, maybe Al Pacino in Heat) I didn't say that quintuplets don't happen! I mean that

Re: [PD] list issue [Off-topic]

2009-03-05 Thread Jonathan Wilkes
--- On Fri, 3/6/09, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] list issue To: Jonathan Wilkes jancs...@yahoo.com Cc: YOhannes this_is_...@web.de, pd-list@iem.at Date: Friday, March 6, 2009, 1:29 AM On Thu, 5 Mar 2009, Jonathan

Re: [PD] list issue

2009-03-05 Thread Ichabod
On Thu, Mar 5, 2009 at 7:29 PM, Mathieu Bouchard ma...@artengine.ca wrote: On Thu, 5 Mar 2009, Jonathan Wilkes wrote: Unless you happen to be listening to Carter, Cowell, Ferneyhough, Johnston, Nancarrow, or anyone who has ever happened to use a quintuplet (Chopin, Elvin Jones, maybe Al

[PD] list issue

2009-03-04 Thread YOhannes
hello, ive got some trouble with list handling, maybe somone can give me a hand. i like to group an unnown number of floats in a list. (these floats are the result of different divisors, used all for a fixed value. like 100/16, 100/32...) what i want to do is to put them randomly into the list

Re: [PD] list issue

2009-03-04 Thread YOhannes
Frank Barknecht schrieb: Hallo, YOhannes hat gesagt: // YOhannes wrote: ive got some trouble with list handling, maybe somone can give me a hand. i like to group an unnown number of floats in a list. (these floats are the result of different divisors, used all for a fixed value. like

Re: [PD] list issue

2009-03-04 Thread Mathieu Bouchard
On Wed, 4 Mar 2009, YOhannes wrote: what i want to do is to put them randomly into the list as long as the sum of all items in the list equals the size of the fixed value. this seems to be pretty difficult...since i use random i cant know what the next float will be. how to handle that? any