midicat
cat/tailf for MIDI input events, built upon UniMIDI
Installation
Install it yourself as:
$ gem install midicat
Usage
Just execute
$ midicat
after installing it
note: you should have gem executables directory in $PATH
(gem env gempath
shows the path to append your $PATH
)
Contributing
- Fork it ( https://github.com/polamjag/midicat/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request