Audio input/output clipping indicator


#1

Hi,

for my Axoloti guitar pedal interface i'm writing some custom objects, and the next thing on my list is a audio clipping indicator led.

For control signals i'm getting the hang of it, but dealing with the audio signals is still a bit of a mystery for me. What would be a good place to start for this object?

Greetings,
Kriz


#2

look at the code of the embedded object, that should get you in the right direction

clip indicator.axp (1.2 KB)


#3

Thanks, i will give that a go.


#4

clipping indicator.axp (1.9 KB)
I know this is an old topic, but I wanted a clipping indictor aswell. the object uploaded by lokki didn't work for me, there was just nothing happening, also I wanted a bool outlet to control an led.
so heres my version, it works, you just have to set the clipping level dial and the max of the limit object to the same value.
i know this is kind of a workaround, since the envelope follower will not give out an exact sample value buut it works to give you the idea when the signal is too hot for the axoloti to handle.
for me the LED lights up about 1dB before clipping starts.


#5

I was looking for the same thing, modified the patch of @lokki to be able to trigger a led.
Maybe it can help others that are not that coding savvy (like me :wink:).

clipping indicator led.axp (2.6 KB)