A small program that sends midi events from a JSON file to a virtual midi instrument, in time.
git clone https://github.com/evogler/midisender
cd midisender
-
npm install
oryarn install
- 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.