djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.52k stars 115 forks source link

Update getCcNumberByName type definition #335

Closed tobyhede closed 1 year ago

tobyhede commented 1 year ago

Declaring name parameter as string. Typescript in strict node complains about an implicit any and fails to compile on this line.

djipco commented 1 year ago

Thanks for the PR. It has been merged.

djipco commented 1 year ago

Release 3.1.3 includes the fix.