Options
All
  • Public
  • Public/Protected
  • All
Menu

A single instance per Controller that manages where data flows.

Hierarchy

  • OutputHandler

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • renderCallback: () => void

      The function that renders the view this output handler is attached to.

        • (): void
        • Returns void

    Returns OutputHandler

Properties

log

TODO

midi

Handles communcation with Midi devices and automatically de-/registers new ones.

osc

TODO

renderCallback

renderCallback: () => void = ...

Type declaration

    • (): void
    • This function is called when there are new peripherals. For example: Midi devices are listed in a dropdown select element that has to be updated when a device was dis-/connected.

      Returns void

Methods

send

  • Sends values to peripherals or logs the values. This function also takes care of scaling the value in case of Midi and Osc, depending on the operation that is given in the SubscriptionAtom.

    Parameters

    Returns void

Generated using TypeDoc