sending the values of a waveform via osc

miguelvb's icon

Hi,
I want to be able to send the values of a playing sound via osc, each 50 miliseconds.
I did the patch in PureData long time ago (see attachment), but i can not get to make a list of numbers from the "incoming audio" in MaxMSP (i.e., the values of the present wave -say 512 numbers for example).
Any idea on how to do that?
A simpler question to begin with would be:How to get values from an audio signal and transform them into a list of numbers?

sendwave-pd.jpg
jpg
Pedro Santos's icon

audio -> jit.catch~ -> jit.spill -> list

miguelvb's icon

Great !
That worked as a charm :-)
Tanks !!