Dynamics element : side-chain detector.
static
readonly
OcaClassID ClassID
= 1.1.1.15
Level: 1 Index: 1
Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.
Level: 1 Index: 2
Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.
Level: 4 Index: 1
Level detection law: RMS, Peak, possibly others
OcaTimeInterval
AttackTime
Level: 4 Index: 2
Detector attack time in seconds.
OcaTimeInterval
ReleaseTime
Level: 4 Index: 3
Detector release time in seconds.
OcaTimeInterval
HoldTime
Level: 4 Index: 4
Detector hold time in seconds.
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaDynamicsDetector::GetLaw (
)
→ (
OcaLevelDetectionLaw Law)
Level: 4 Index: 1
Gets the value of the Law property. Return status indicates whether the value was successfully retrieved.
Level: 4 Index: 2
Sets the value of the Law property. Return status indicates whether the value was successfully set.
OcaDynamicsDetector::GetAttackTime (
)
→ (
OcaTimeInterval
Time, OcaTimeInterval
minTime, OcaTimeInterval
maxTime)
Level: 4 Index: 3
Gets the value of the AttackTime property. The return value indicates if the value was successfully retrieved.
OcaDynamicsDetector::SetAttackTime (
OcaTimeInterval
Time )
Level: 4 Index: 4
Sets the value of the AttackTime property. The return value indicates whether the property was successfully set.
OcaDynamicsDetector::GetReleaseTime (
)
→ (
OcaTimeInterval
Time, OcaTimeInterval
minTime, OcaTimeInterval
maxTime)
Level: 4 Index: 5
Gets the value of the ReleaseTime property. The return value indicates if the value was successfully retrieved.
OcaDynamicsDetector::SetReleaseTime (
OcaTimeInterval
Time )
Level: 4 Index: 6
Sets the value of the ReleaseTime property. The return value indicates whether the property was successfully set.
OcaDynamicsDetector::GetHoldTime (
)
→ (
OcaTimeInterval
Time, OcaTimeInterval
minTime, OcaTimeInterval
maxTime)
Level: 4 Index: 7
Gets the value of the HoldTime property. The return value indicates if the value was successfully retrieved.
OcaDynamicsDetector::SetHoldTime (
OcaTimeInterval
Time )
Level: 4 Index: 8
Sets the value of the HoldTime property. The return value indicates whether the property was successfully set.
OcaDynamicsDetector::SetMultiple (
OcaParameterMask Mask, OcaLevelDetectionLaw Law, OcaTimeInterval
AttackTime, OcaTimeInterval
ReleaseTime, OcaTimeInterval
HoldTime )
Level: 4 Index: 9
Sets some or all detector parameters. The return value indicates if the parameters were successfully set. The action of this method is atomic - if any of the value changes fails, none of the changes are made.