The Wayback Machine - https://web.archive.org/web/20210726034532/https://github.com/topics/webmidi
Here are
113 public repositories
matching this topic...
Create music with JavaScript
Updated
Jul 14, 2021
TypeScript
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.).
Updated
Jul 2, 2021
JavaScript
MIDI library for Node.js and web-browsers
Updated
Jul 19, 2021
JavaScript
Software and hardware platform for simpler building of MIDI controllers.
A web-based sound synthesis, music production, and audio experimentation platform
Updated
Jul 24, 2021
TypeScript
Web Audio API Library for Synthesizer, Effects, Visualization, Multi-Track Recording, Audio Streaming, Visual Audio Sprite ...
Updated
Jul 23, 2021
JavaScript
Simplest MIDI Swift library
Updated
Mar 12, 2021
Swift
A modern C++ MIDI real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI.
Browser based music tracker application driving a modular synth environment with MIDI support
Updated
Mar 26, 2021
JavaScript
Operate all the lights with your web browser and create stunning visual experiences.
Updated
Jul 1, 2021
JavaScript
A library for working with the Ableton Push in the browser
Updated
Aug 22, 2018
JavaScript
Collection of GUI widgets for the web
Updated
Apr 6, 2021
JavaScript
A javascript engine for generative music in the browser.
Updated
Jul 29, 2020
JavaScript
Novation Bass Station II Web interface
Updated
May 27, 2021
JavaScript
An Observable based library for the use of Web MIDI API with Angular
Updated
May 8, 2021
TypeScript
An application to read and display the presets stored in the Arturia MicroFreak memory.
Updated
Jun 8, 2021
JavaScript
Web MIDI API for browsers
Updated
Jun 12, 2021
JavaScript
Localize it, don't criticize it
Updated
Feb 15, 2019
JavaScript
⚡ 🎹 ⚡ Share patches for the Korg Volca Bass synthesizer.
Updated
Jul 12, 2021
Ruby
Virtual piano based on Web Audio API and Web MIDI API
Updated
Apr 13, 2017
JavaScript
Web上でMIDIファイル(Standard MIDI File)を再生するためのJavaScriptライブラリ
Updated
Sep 2, 2020
JavaScript
Intonarumori is a project to explore creating sounds, rhythms and music with simulated 3D machines.
Updated
May 21, 2021
TypeScript
MIDI Bricks was invented for usage as interactive MIDI-Controller-Interface or even for Touch-Device purposes. Webdemo:
Updated
Apr 25, 2021
JavaScript
WebAudio API emulation of the classic Roland Juno-60 synthesizer
Updated
Jun 15, 2021
JavaScript
Web editor for the Nektar Pacer MIDI controler
Updated
Jul 7, 2021
JavaScript
Fun is fun, powered by Vert.x.
Updated
Oct 9, 2018
JavaScript
JavaScriptで書かれたSoundFontによるMIDI音源。GM Level2およびXG Lite相当の音源に対応。※Developブランチが実際動いているプログラムです。
Updated
Jul 5, 2020
JavaScript
Small JavaScript library providing an easy interface to work with Web MIDI, translating messages to notes.
Updated
Feb 8, 2021
JavaScript
Turn your Adafruit Circuit Playground into a multi-faceted MIDI controller. Designed for my workshops experimenting with the WebMIDI API
Improve this page
Add a description, image, and links to the
webmidi
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
webmidi
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Being able to play audio samples would be nice.
Describe the solution you'd like
A drag and drop area on the left side of the keyboard. it should take audio files (like mp3, wav, ...) and provide you with a Float32 array containing the samples of the files. Stereo should be mixed to one channel.
Describe alternatives you've considered
None yet.