@vogler/midisender
v1.0.0
Published
A small program that sends midi events, specified in a JSON file, to a virtual midi instrument, in realtime.
Downloads
4
Readme
Midisender
A small program that sends midi events from a JSON file to a virtual midi instrument, in time.
Installation
git clone https://github.com/evogler/midisender
cd midisender
npm install
oryarn install
Usage
Stand-alone player
- Open Logic Pro (or GarageBand, or any program that can receive midi).
- Create a software instrument and make sure it's selected.
npm run play notes.json
oryarn play notes.json
. You should hear some notes play.