Variables
ControllerInputSchema
ControllerInputSchema: { aggSubOperations: { default: {}; type: string }; moduleOperations: { default: {}; type: string }; outputOperations: { default: {}; type: string } } = ...
Type declaration
aggSubOperations: { default: {}; type: string }
moduleOperations: { default: {}; type: string }
outputOperations: { default: {}; type: string }
PlayerInputSchema
PlayerInputSchema: { moduleControls: { default: {}; type: string } } = ...
Type declaration
moduleControls: { default: {}; type: string }
SharedAppSchema
SharedAppSchema: { activeModuleCollection: { default: {}; type: string } } = ...
Type declaration
activeModuleCollection: { default: {}; type: string }
SharedControllerSchema
SharedControllerSchema: { activeOutputCollection: { default: {}; type: string }; aggregatorSubs: { default: {}; type: string } } = ...
Type declaration
activeOutputCollection: { default: {}; type: string }
aggregatorSubs: { default: {}; type: string }
SharedPlayerSchema
SharedPlayerSchema: { aggregatorSubs: { default: {}; type: string } } = ...
Type declaration
aggregatorSubs: { default: {}; type: string }
Soundworks' StateManager representation used for communication between Controller Client and Controller Server.