Class: GtcKnobHandler
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobHandler.ts:17
Handles default behavior for the physical GTC knobs and buttons.
Constructors
Constructor
new GtcKnobHandler(
gtcService
):GtcKnobHandler
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobHandler.ts:72
The GtcKnobHandler constructor.
Parameters
Parameter | Type | Description |
---|---|---|
gtcService | GtcService | The GTC service instance for the GTC with which this handler is associated. |
Returns
GtcKnobHandler
Methods
handleDefaultInteractionBehavior()
handleDefaultInteractionBehavior(
event
):void
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobHandler.ts:81
Handles GtcInteractionEvents in the case that a GtcView has not overridden the knob behavior.
Parameters
Parameter | Type | Description |
---|---|---|
event | GtcInteractionEvent | The event. |
Returns
void