ExtensionThis pseudo-UGen uses CheckBadValues to test a ugen signal for infinity, NaN (not a number), and denormals. If one of these is found, it replaces the bad signal with a substitute signal given.
First examples:
| in |
the input signal to replace when bad |
| sub |
the substitute signal to replace it with |
| id |
an optional ID to post when input changes bad/ok state |
| post |
set post mode, see CheckBadValues |