Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polamjag/midicat
Pretty and cross-platform tailf for midi events in Ruby
https://github.com/polamjag/midicat
Last synced: 3 months ago
JSON representation
Pretty and cross-platform tailf for midi events in Ruby
- Host: GitHub
- URL: https://github.com/polamjag/midicat
- Owner: polamjag
- License: mit
- Created: 2015-01-20T06:32:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T14:15:30.000Z (over 9 years ago)
- Last Synced: 2024-10-06T02:18:10.939Z (3 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/midicat
- Size: 1.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midicat
[![Gem Version](https://badge.fury.io/rb/midicat.svg)](http://badge.fury.io/rb/midicat)
cat/tailf for MIDI input events, built upon UniMIDI
![demo screen](./demo.gif)
## 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
1. Fork it ( https://github.com/polamjag/midicat/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request