Interface IMidiIn

IMidiIn defines an interface for any MIDI object which other shimi objects can receive MIDI data from.

Hierarchy

  • IMidiIn

Implemented by

Accessors

Methods

  • The receiveData method allows for raw MIDI message data to be passed in, which will then be analysed, and trigger an event for whichever MIDI event type it corresponds to.

    Parameters

    Returns void

Generated using TypeDoc