UNPKG

@ng-web-apis/midi

Version:

An Observable based library for the use of Web MIDI API with Angular

7 lines (6 loc) 210 B
/// <reference types="webmidi" /> import type { OperatorFunction } from 'rxjs'; /** * Extract MIDI data from event */ export declare function toData(): OperatorFunction<WebMidi.MIDIMessageEvent, Uint8Array>;