Compiled server and client for OSX or linux:
- Route anywhere to anywhere.
- Create virtual port.
- Route from WebMidiJs client to server and back.
- Route from server to server.
- All routing in RealTime with no latency.
- Route from one event type to another. (cc to pitch wheel)
- Route to/from 14bit CC
- Monitor midi input.
- Build Custom controls to send CC/Program Change.
- Custom Program Change dropdowns.
For linux server please also
sudo apt-get install librtmidi-dev
npm install
npm run serve
usefull for connecting from tablet/phone
npm run build
It is possible to build electron desktop app with
npm run electron:build
npm run lint
See Vue cli.
Icon made by Pixel perfect from www.flaticon.com
- shemeshg
Copyright 2020 shemeshg
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.