I read a few postings. I am new to Pd. I have not found a definitive answer to the question I have: can I use PD to do sample by sample analysis. I need to interpolate a signal using the granularity of the sampling rate. most patches dealing with time, e.g metro, use millisecond as the time unit. can I get metro to work at 0.0226757 ms and be in sync with the ADC patch? how can I get a "bang" each time the adc samples the signal?
thanks.
-
Sample granularity?
-
[metro] actually has a hard-coded limit of 1 ms. But if you want to do sample-by-sample analysis in real-time, it's best to try and use the audio objects (those with ~) than message-rate ones, as they are more efficient for things like that.
-
thanks for the reply.
Signal.