public
Fork of cypher/rbcoremidi
Description: A very simple access layer to the OS X CoreMIDI library.
Homepage:
Clone URL: git://github.com/xaviershay/rbcoremidi.git
name age message
file .gitignore Sun Oct 19 16:12:17 -0700 2008 Now ignoring any .bundle files (these will be g... [chrislloyd]
file LICENSE Wed Jul 16 14:28:24 -0700 2008 Add a license [cypher]
file README.rdoc Sun Oct 19 16:25:51 -0700 2008 Removed information about build errors from the... [chrislloyd]
file Rakefile Sun Oct 19 16:20:07 -0700 2008 Requiring the gem now works. [chrislloyd]
directory examples/ Sun Oct 19 16:27:12 -0700 2008 Removed the loadpath shift from the example now... [chrislloyd]
directory ext/ Mon Oct 20 02:35:53 -0700 2008 Change extconf.rb to use a symlink to the curre... [xaviershay]
directory lib/ Tue Sep 22 06:52:02 -0700 2009 Remove bogus require [xaviershay]
file rbcoremidi.gemspec Tue Sep 22 07:03:27 -0700 2009 Correct filelist for gem [xaviershay]
directory rbcoremidi.xcodeproj/ Thu Jul 17 07:38:57 -0700 2008 Add simple Ruby layer on top of the C extension [cypher]
directory spec/ Wed Oct 29 13:53:09 -0700 2008 Parse ChannelPressure event [xaviershay]
README.rdoc

Provide easy access to CoreMIDI for Ruby.

Please note that this is a work in progress. The code isn’t tested and for all I know, it sets your house on fire, steals your car and runs over your dog and/or cat. So proceed with caution.

Installation

  $ gem sources -a http://gems.github.com
  $ sudo gem install xaviershay-rbcoremidi