UNPKG

@ng-web-apis/midi

Version:

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

6 lines (5 loc) 185 B
import type { OperatorFunction } from 'rxjs'; /** * Extract status byte (1st) from MIDI message */ export declare function toStatusByte(): OperatorFunction<MIDIMessageEvent, number>;