UNPKG

@ng-web-apis/midi

Version:

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

6 lines (5 loc) 203 B
import { type MonoTypeOperatorFunction } from 'rxjs'; /** * Filter MIDI messages to program changes only */ export declare function programChange(): MonoTypeOperatorFunction<WebMidi.MIDIMessageEvent>;