Interface MIDIInputMap

    interface MIDIInputMap {
        forEach(callbackfn: ((value: MIDIInput, key: string, parent: MIDIInputMap) => void), thisArg?: any): void;
    }

    Methods

    Methods

    • Parameters

      Returns void