Detect signal above a set level
Name | Type | Opt | Description |
---|---|---|---|
low/reset-threshold and high/set-threshold | float | The first argument specifies the reset or low threshold level. If no argument is present, the reset level is If only one argument is present, it specifies the reset level, and the set level is . |
. The second argument specifies the set or high threshold level. If no argument is present, the set level is .
float | reset/set-threshold [float] |
In middle inlet: Sets the lower ("reset") threshold level for the input signal. When a sample in the input signal is greater than or equal to the upper ("set") level, thresh~ sends out a signal of until a sample in the input signal is less than or equal to this reset level. In right inlet: Sets the upper ("set") threshold level for the input signal. When the input is equal to or greater than this value, thresh~ sends out a signal of . |
signal | In left inlet: A signal whose level you want to detect. |