jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

New DSP AnalysisLib class: peakamp #199

Open lossius opened 10 years ago

lossius commented 10 years ago

This would work in a similar way to the MSP peakamp~ object. It could be further extended with attack and release parameters in a similar way to levelmeter~ so that we could have ballistics.

Nilson commented 10 years ago

peakamp~ returns a single float number message rather than signal. I think at the moment, it is not possible to return a float number from a DSP object, we can only return signals. We could implement the peakamp functionality within Jamoma Graph - see the code for j.unsig≈ as an example