You are here: Symbol Reference > AudioSignal Namespace > Structs, Records, Enums > AudioSignal.TTriggerMode Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
AudioSignal.TTriggerMode Enumeration

Defines the trigger condition.

Pascal
TTriggerMode = (
  trCrossing,
  trAboveBelow,
  trPeak
);
Members 
Description 
trCrossing 
The trigger will trigger, when the value crosses the upper limit and the values are raising or crosses the lower limit andthe values are falling. 
trAboveBelow 
The trigger will trigger, as soon as a first value exceeding the upper (Above) or lower (Below) limit is found. 
trPeak 
The trigger will trigger, on the first peak, after the value exceeds lower or upper predefined limit 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!