UNPKG

@ng-web-apis/midi

Version:

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

8 lines (7 loc) 257 B
import { type MonoTypeOperatorFunction } from 'rxjs'; /** * Filter MIDI messages to notes only * * IMPORTANT: It normalizes noteOff events to noteOn with 0 velocity */ export declare function notes(): MonoTypeOperatorFunction<WebMidi.MIDIMessageEvent>;