Re: [PD] Data Quantization

2010-03-25 Thread IOhannes m zmoelnig
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

[PD] Data Quantization

2010-03-24 Thread patrick mcnameeking
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

Re: [PD] Data Quantization

2010-03-24 Thread Jonathan Wilkes
[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 pmcnameek...@gmail.com wrote: From: patrick mcnameeking pmcnameek...@gmail.com Subject: [PD] Data