This is a quick and dirty example of Web MIDI written in JavaScript in order to play with a Launchpad Mini mk2
.
The project has only been tested with the Launchpad Mini mk2
but should work with the Launchpad Mini mk1
and maybe the Launchpad Mini mk3
.
This project is absolutely not affiliated with Novation or Focusrite.
It was developed according to the programmer reference made available by Novation. You can find a copy of this reference in the doc
directory.
Move to the src
directory:
cd src
Launch the server
make serve
Then open your web browser and go to http://127.0.0.1:8000/.
The source code is released under the terms of the GNU General Public License 2.0.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>