unimidi 0.0.6-java → 0.0.7-java
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/lib/unimidi.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -6,7 +6,7 @@ Platform independent realtime MIDI input and output for Ruby.
|
|
6
6
|
|
7
7
|
== Features
|
8
8
|
|
9
|
-
* Platform independent. Currently Linux, Windows and Cygwin are supported. More platforms will follow (see "to-do")
|
9
|
+
* Platform independent. Currently Linux, JRuby, Windows and Cygwin are supported. More platforms will follow (see "to-do")
|
10
10
|
* Both input and output to and from multiple devices concurrently
|
11
11
|
* Agnostically handle different MIDI Message types (including SysEx)
|
12
12
|
|
data/lib/unimidi.rb
CHANGED