public
Description: A Ruby library for interacting with system MIDI services.
Homepage: http://projects.bleything.net/projects/show/midiator
Clone URL: git://github.com/bleything/midiator.git
name age message
file .gitignore Sat Oct 18 20:06:27 -0700 2008 ignore package directory [bleything]
file LICENSE Sat Oct 04 12:59:13 -0700 2008 reformat licenses [bleything]
file LICENSE.prp Sat Oct 04 12:59:13 -0700 2008 reformat licenses [bleything]
file README Thu Jan 15 10:14:32 -0800 2009 Features and Synopsis are stupid. Rant redacted... [gilesbowkett]
file Rakefile Sat Oct 18 20:06:55 -0700 2008 add gem packaging tasks [bleything]
directory examples/ Thu Apr 02 17:43:28 -0700 2009 retab, looking at the files outside an editor w... [bleything]
directory lib/ Thu Apr 02 18:06:03 -0700 2009 bump to 0.3.2 [bleything]
directory misc/ Thu Apr 02 18:05:58 -0700 2009 hanna is busted [bleything]
directory spec/ Thu Apr 02 17:43:28 -0700 2009 retab, looking at the files outside an editor w... [bleything]
README
= MIDIator

A nice Ruby interface to your system's MIDI services.

== Authors

* Ben Bleything -- ben@bleything.net
* Topher Cyll -- http://www.cyll.org

== General Information

MIDIator was inspired by Topher Cyll's fantastic Practical Ruby Projects book.
In it, Topher describes how to interact with the MIDI providers in OSX, Linux,
and Windows.  As I was reading the book, I noticed some things I would do
differently, which got me thinking that maybe it would be valuable to package
up my modifications to the book's code and release it as a gem.

== Features

* Cross-platform system for MIDI output
* Built-in softsynth (OS X only, so far)

== Credits

Huge, huge credit goes to Topher Cyll, without whom I would have had to figure
all of this crap out for myself.  Apress also deserves some credit; they
released all the source in their book under the MIT license.  That's a big
deal and you should buy their books.

Props also go to the folks who have contributed patches.  In alphabetical
order:

* Giles Bowkett -- gilesb@gmail.com
* Adam Murray -- adam@compusition.com
* Xavier Shay -- http://rhnh.net
* Jeremy Voorhis -- jvoorhis@gmail.com

== License

Distributed under the terms of the MIT license.  See the LICENSE file for
complete text and details.

Portions of the code are excerpted from Topher Cyll's Practical Ruby Projects.
That code is also released under the MIT license.  See the LICENSE.prp file
for complete text and details.