has anyone got any clever ideas to quantize incoming beats/bangs to a metro. tom
don't worry i worked it out, but sugestions might be useful ----- Original Message ----- From: tdunstan@ihug.com.au To: pd-list@iem.at Sent: Thursday, November 06, 2003 1:45 PM Subject: [PD] Quantization
has anyone got any clever ideas to quantize incoming beats/bangs to a
metro.
tom
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Did you have a look at my beatpipe external?
http://www.xs4all.nl/~gml/software,html
You will need to add a small number as a time stamp in front of the bang to make a list, and the external will quantify it according to a BPM and a ticks per beat number you can change dynamically.
The source should compile on any platform. It is also in the pure-date CVS at http://pure-data.sourceforge.net
Gerard
don't worry i worked it out, but sugestions might be useful ----- Original Message ----- From: tdunstan@ihug.com.au To: pd-list@iem.at Sent: Thursday, November 06, 2003 1:45 PM Subject: [PD] Quantization
has anyone got any clever ideas to quantize incoming beats/bangs to a
metro.
tom
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
This external looks great.. I tried compiling on OS X, but it doesn't seem to to work. Is there an OS X version?
matt
On 6-Nov-03, at 4:53 AM, gml@xs4all.nl wrote:
Did you have a look at my beatpipe external?
http://www.xs4all.nl/~gml/software,html
You will need to add a small number as a time stamp in front of the bang to make a list, and the external will quantify it according to a BPM and a ticks per beat number you can change dynamically.
The source should compile on any platform. It is also in the pure-date CVS at http://pure-data.sourceforge.net
Gerard
don't worry i worked it out, but sugestions might be useful ----- Original Message ----- From: tdunstan@ihug.com.au To: pd-list@iem.at Sent: Thursday, November 06, 2003 1:45 PM Subject: [PD] Quantization
has anyone got any clever ideas to quantize incoming beats/bangs to a
metro.
tom
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi tom,
not very clever -- just connect a banging source to the pipe in
[metro <delta>] -> 'flush' -> [pipe <delta or more>] -> 'bang'
which gives you a ceiling' quentization. For
rounding' use
a predelay scheme.
Krzysztof
tdunstan@ihug.com.au wrote:
has anyone got any clever ideas to quantize incoming beats/bangs to a metro.