standstillDurationBeforeStart property

  1. @TagNumber.new(2)
int get standstillDurationBeforeStart

The duration in milliseconds a startpad has to be pressed before the autostart is executed. Maximum value is 10000, default value is 3000.

Implementation

@$pb.TagNumber(2)
$core.int get standstillDurationBeforeStart => $_getIZ(1);
  1. @TagNumber.new(2)
set standstillDurationBeforeStart (int v)

Implementation

@$pb.TagNumber(2)
set standstillDurationBeforeStart($core.int v) { $_setSignedInt32(1, v); }