Hello Everyone, I'm currently working on a project where I need to be able to quantize incoming data and I need a way to adjust quantization. Currently I have the incoming bang append a list with it's position in time in milliseconds. At this point I'm completely stuck. I've thought about maybe doing some scripting in python to do this but I'm sure that there's got to be an easier way. Any help would be much appreciated. Thanks, Pat
[metro] [receive your_incoming_data]| /| /| /| /[f]
(Or you could use [list] depending on what type of data it is) -Jonathan --- On Wed, 3/24/10, patrick mcnameeking pmcnameeking@gmail.com wrote:
From: patrick mcnameeking pmcnameeking@gmail.com Subject: [PD] Data Quantization To: Pd-list@iem.at Date: Wednesday, March 24, 2010, 10:36 PM
Hello Everyone,I'm currently working on a project where I need to be able to quantize incoming data and I need a way to adjust quantization. Currently I have the incoming bang append a list with it's position in time in milliseconds. At this point I'm completely stuck. I've thought about maybe doing some scripting in python to do this but I'm sure that there's got to be an easier way. Any help would be much appreciated. Thanks,Pat
-----Inline Attachment Follows-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2010-03-25 00:21, Jonathan Wilkes wrote:
[metro] [receive your_incoming_data]| /| /| /| /[f]
so the original author meant "time quantization" (?).
anyhow, if you want proper data then the above patch is a bit naive, as it is totally ignoring the nyquist-shannon sampling theorem.
fgmsdra IOhannes