I'd like to detect when the input is too hot to avoid clipping. I tried searching for some object that does this, but failed.
Does such an object exist or if I would build it from existing objects, any hints on where to start?
Thanks
I'd like to detect when the input is too hot to avoid clipping. I tried searching for some object that does this, but failed.
Does such an object exist or if I would build it from existing objects, any hints on where to start?
Thanks
No way to test right now, but couldn't you just map a value range to an input level, and use a threshold-type object to control what happens if the threshold is passed?