MIDI: Difference between revisions
Jump to navigation
Jump to search
(→Linux) |
(→Linux) |
||
| Line 19: | Line 19: | ||
List available MIDI output clients | List available MIDI output clients | ||
$ aconnect -o | $ aconnect -o | ||
or: | |||
$ amidi -l | |||
show what's happening on the midi port | show what's happening on the midi port | ||
$ amidi -l | |||
$ amidi -p hw:1,0,0 -d | $ amidi -p hw:1,0,0 -d | ||
Revision as of 18:39, 24 April 2015
MIDI for Web
Access and control for MIDI devcices over the Web.
Plugin for MacOSX and Windows: jazz-soft.org
Javascript library to use (jazz-soft plugin must be installed before): github.com/cwilso/WebMIDIAPIShim
W3C draft for webmidi w3.org/TR/webmidi
Linux
List available MIDI input clients
$ aconnect -i
List available MIDI output clients
$ aconnect -o
or:
$ amidi -l
show what's happening on the midi port
$ amidi -l $ amidi -p hw:1,0,0 -d