Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

ControllerInputSchema

ControllerInputSchema: { aggSubOperations: { default: {}; type: string }; moduleOperations: { default: {}; type: string }; outputOperations: { default: {}; type: string } } = ...

Soundworks' StateManager representation used for communication between Controller Client and Controller Server.

Type declaration

  • aggSubOperations: { default: {}; type: string }
    • default: {}
      • type: string
    • moduleOperations: { default: {}; type: string }
      • default: {}
        • type: string
      • outputOperations: { default: {}; type: string }
        • default: {}
          • type: string

        PlayerInputSchema

        PlayerInputSchema: { moduleControls: { default: {}; type: string } } = ...

        Soundworks' StateManager representation used for communication between Player Client and Player Server.

        Type declaration

        • moduleControls: { default: {}; type: string }
          • default: {}
            • type: string

          SharedAppSchema

          SharedAppSchema: { activeModuleCollection: { default: {}; type: string } } = ...

          Soundworks' StateManager representation that holds information about states that concern Controller and Player.

          Type declaration

          • activeModuleCollection: { default: {}; type: string }
            • default: {}
              • type: string

            SharedControllerSchema

            SharedControllerSchema: { activeOutputCollection: { default: {}; type: string }; aggregatorSubs: { default: {}; type: string } } = ...

            Soundworks' StateManager representation that holds information about states that concern all Controllers.

            Type declaration

            • activeOutputCollection: { default: {}; type: string }
              • default: {}
                • type: string
              • aggregatorSubs: { default: {}; type: string }
                • default: {}
                  • type: string

                SharedPlayerSchema

                SharedPlayerSchema: { aggregatorSubs: { default: {}; type: string } } = ...

                Soundworks' StateManager representation that holds information about states that concern all Players.

                Type declaration

                • aggregatorSubs: { default: {}; type: string }
                  • default: {}
                    • type: string

                  Generated using TypeDoc