This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jul 17 06:01:49 -0700 2008 | |
| |
LICENSE | Wed Jul 16 14:28:24 -0700 2008 | |
| |
README | Thu Oct 16 10:43:36 -0700 2008 | |
| |
coremidi.rb | Fri Oct 10 11:58:38 -0700 2008 | |
| |
example.rb | Thu Oct 16 11:59:31 -0700 2008 | |
| |
extconf.rb | Sun Oct 19 05:54:26 -0700 2008 | |
| |
midi_in.rb | Thu Oct 16 11:59:31 -0700 2008 | |
| |
rbcoremidi.c | Wed Oct 08 18:25:29 -0700 2008 | |
| |
rbcoremidi.xcodeproj/ | Thu Jul 17 07:38:57 -0700 2008 | |
| |
wiimote.rb | Thu Oct 16 11:59:31 -0700 2008 |
README
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 ruby extconf.rb make ruby coremidi.rb # Should exit with no errors If installation fails: # Open rbcoremidi.xcodeproj in XCode and compile it cp build/Releases/rbcoremidi.bundle . /usr/bin/ruby coremidi.rb Note that if installation fails, you can only use the Ruby built into Leopard (/usr/bin/ruby).








