Is there a non-graphic version of meter~?
I am looking for a non-graphic version of meter~. I need peek information but I'd like to save CPU as much as possible.
Many thanks for your help,
Masa
Max Patch
Copy patch and select New From Clipboard in Max.
maybe this one:
Max Patch
Copy patch and select New From Clipboard in Max.
Or use peakamp~:
of course forgot about that ... :) much better!
And minmax~ for bipolar peaks.
interesting, didn't even know about that object, Peter. In theory, wouldn't doing minmax~ -> abs~ be the proper way to test for peaks in audio data?
ah yeah I see that.
peakamp~ seems exactly the non-graphic version of meter~. Thanks a lot!