bndr-js - v1.0.0 / Midi
Namespace: Midi
Functions
all
▸ all(): GlyphedObservable<MIDIData>
Returns
Defined in
note
▸ note(channel, note): GlyphedObservable<number>
Emits the velocity (0-127) for the given control-change channel + note.
Parameters
| Name | Type |
|---|---|
channel | number |
note | number |
Returns
GlyphedObservable<number>
Defined in
Type Aliases
MIDIData
Ƭ MIDIData: [number, number, number]