using audio signal to control a led

PIERPAOLO FERLAINO's icon
Max Patch
Copy patch and select New From Clipboard in Max.

I'm trying to create a patch to control a blinking led using an audio input.
I'm not very good at math so I'm trying to figure out how to smooth the values coming from the audio signal. I would like them to be less "nervous".
This is how I tried to solve the problem but the values are still too "nervous" (in this example patch I replaced the led with a bang). Any suggestion?

umma08's icon

you could use the object slide which may help smooth the numbers.

Max Patch
Copy patch and select New From Clipboard in Max.

i was not entirely sure what you were trying to achieve with your scales, but here is the patch with slide and !- included

PIERPAOLO FERLAINO's icon

Thank you very much... this works fine for me...
(the scales were only a mistake that I left there before posting the patch)