1.1.1.6 OcaPanBalance

Class Hierarchy:

OcaRoot : OcaWorker : OcaActuator : OcaPanBalance

class OcaPanBalance : OcaActuator

Pan or Balance control.

Properties:

static const OcaClassID ClassID = "1.1.1.6"

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.

This property has id 1.1.

static const OcaClassVersionNumber ClassVersion = 3

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.

This property has id 1.2.

OcaDB MidpointGain

Midpoint gain. Normally, max=0dB, min=-6dB. May be readonly for pan/balance objects with fixed midpoint gains.

This property has id 4.2.

OcaFloat32 Position

Pan position. Range = -1.0 to +1.0. -1.0 is 100% left, +1.0 is 100% right.

This property has id 4.1.

Properties inherited from 1.1.1 OcaActuator:

Methods:

OcaStatus GetPosition(OcaFloat32 &Position, OcaFloat32 &minPosition, OcaFloat32 &maxPosition)

Gets the value and limits of the Position property.

This method has id 4.1.

OcaStatus SetPosition(OcaFloat32 Position)

Sets the value of the Position property.

This method has id 4.2.

OcaStatus GetMidpointGain(OcaDB &Gain, OcaDB &minGain, OcaDB &maxGain)

Gets the value and limits of the MidpointGain property.

This method has id 4.3.

OcaStatus SetMidpointGain(OcaDB Gain)

Sets the value of the MidpointGain property.

This method has id 4.4.

  • Gain: Input parameter.

Methods inherited from 1.1.1 OcaActuator: