Skip to content

constantinoflouras/MIDIAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for MIDIANALYZER

Usage of the program:

./midianalysis [--mididev=/dev/your_midi_device] file.midi

The desired MIDI file MUST be the last argument.






How-To: Start the (virtual) MIDI device
---------------------------------------

1) Open a Terminal window and type the following command:
"timidity -iA"

This starts a timidity server, which is the "output" of our virtual MIDI device.

2) Load the snd-virmidi kernel module, by opening another Terminal window:
"modprobe snd-virmidi"

3) Type "aconnect -o" to list all available port numbers.

4) Link the virtual MIDI device to the timidity output.
"aconnect 28:0 128:0"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors