Report the maximum amplitude of a signal
Name | Type | Opt | Description |
---|---|---|---|
data-output-interval (milliseconds) | int | opt | Sets the internal clock interval, in milliseconds. If it is 0, the internal clock is not used, so peakamp~ will only output data when it receives a bang message. If it is non-zero, peakamp~ will repeatedly send out the peak amplitude received in that interval of time. By default, the interval is 0. |
bang | In left inlet: Sends out a report of the greatest (absolute value) signal amplitude received since the previous report. | |
signal | In left inlet: Signal to be evaluated for its peak amplitude. |