Gathering detailed insights and metrics for webmidi
Gathering detailed insights and metrics for webmidi
Gathering detailed insights and metrics for webmidi
Gathering detailed insights and metrics for 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.).
npm install webmidi
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (97.46%)
SCSS (1.79%)
Handlebars (0.65%)
CSS (0.1%)
Total Downloads
426,159
Last Day
424
Last Week
2,544
Last Month
16,737
Last Year
150,098
Apache-2.0 License
1,611 Stars
4,857 Commits
120 Forks
42 Watchers
5 Branches
28 Contributors
Updated on May 08, 2025
Latest Version
3.1.12
Package Id
webmidi@3.1.12
Unpacked Size
3.81 MB
Size
574.91 kB
File Count
16
NPM Version
10.5.0
Node Version
21.2.0
Published on
Nov 22, 2024
Cumulative downloads
Total Downloads
Last Day
1%
424
Compared to previous day
Last Week
-11.5%
2,544
Compared to previous week
Last Month
-0.2%
16,737
Compared to previous month
Last Year
100.3%
150,098
Compared to previous year
1
48
1
WEBMIDI.js makes it easy to interact with MIDI instruments directly from a web browser or from
Node.js. It simplifies the control of physical or virtual MIDI instruments with user-friendly
functions such as playNote()
, sendPitchBend()
or sendControlChange()
. It also allows reacting
to inbound MIDI messages by adding listeners for events such as "noteon"
, "pitchbend"
or
"programchange"
.
In short, the goal behind WEBMIDI.js is to get you started with your web-based MIDI project as quickly and efficiently as possible.
The official website site is the best place to get started. Over there, you will find, amongst others, two key resources:
To exchange with fellow users and myself, you can visit our Forum which is hosted on the GitHub Discussions platform:
If you want to stay up-to-date, here are your best sources:
WEBMIDI.js is a passion project but it still takes quite a bit of time, effort and money to develop and maintain. That's why I would like to sincerely thank 👏 these sponsors for their support:
If you use the library and find it useful, please 💜 sponsor the project.
If you would like to request a new feature, enhancement or API change, please first check that it is not already planned. Then, discuss it in the Enhancement Proposals section of the forum.
If you use this software for research or academic purposes, please cite the project in your references (or wherever appropriate). Here's an example of how to cite it (APA Style):
Côté, J. P. (2021). WebMidi.js v3.0.0 [Computer Software]. Retrieved from https://github.com/djipco/webmidi
Cheers!
-- Jean-Philippe
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
41 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More