Pan or Balance control.
static
readonly
OcaClassID ClassID
= 1.1.1.6
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
Pan position. Range = -1.0 to +1.0. -1.0 is 100% left, +1.0 is 100% right.
OcaDB MidpointGain
Level: 4 Index: 2
Midpoint gain. Normally, max=0dB, min=-6dB. May be readonly for pan/balance objects with fixed midpoint gains.
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaPanBalance::GetPosition (
)
→ (
OcaFloat32 Position, OcaFloat32 minPosition, OcaFloat32 maxPosition)
Level: 4 Index: 1
Gets the value and limits of the Position property. The return value indicates whether the data was successfully retrieved.
OcaPanBalance::SetPosition (
OcaFloat32 Position )
Level: 4 Index: 2
Sets the value of the Position property. The return value indicates whether the property was successfully set.
OcaPanBalance::GetMidpointGain (
)
→ (
OcaDB Gain, OcaDB minGain, OcaDB maxGain)
Level: 4 Index: 3
Gets the value and limits of the MidpointGain property. The return value indicates whether the data was successfully retrieved.
OcaPanBalance::SetMidpointGain (
OcaDB Gain )
Level: 4 Index: 4
Sets the value of the MidpointGain property. The return value indicates whether the property was successfully set.