-
You'll need node, npm, and alsa-utils. Install them with:
sudo apt install nodejs npm alsa-utils -
To create a list of your midi files, go into the directory where they reside and run this command:
find -L "$(pwd)" -not -path '*/\.*' -name "*.mid" > midilist.txtmove
midilist.txtinto the repo -
To find the hardware address of your midi device(s) run:
aplaymidi -land change the value of 'midiport' in server.js
-
If desired, change 'port' (this is the port that the web server runs on, default 3000)
-
Clone this repo and cd into it and run:
npm install -
Run with:
node midiremote
-
Notifications
You must be signed in to change notification settings - Fork 0
Play midi files on a hardware device remotely
License
ryanknutson/midiremote
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Play midi files on a hardware device remotely
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published