UNPKG

@ng-web-apis/midi

Version:

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

6 lines (5 loc) 176 B
import { type OperatorFunction } from 'rxjs'; /** * Extract MIDI data from event */ export declare function toData(): OperatorFunction<WebMidi.MIDIMessageEvent, Uint8Array>;