Listens to a MIDI port and dump the received event to the console
Purpose. Listens to a MIDI port and dump the received event to the console.Usage.
java MidiInDump -l
java MidiInDump -d devicename -n device#
Parameters. - -l
- list the availabe MIDI devices
- -d devicename
- reads from named device (see -l)
- -n device#
- reads from device with given index (see -l)
Source code. here
Source : http://www.jsresources.org
No comments:
Post a Comment