unimidi 0.0.6-i686-linux → 0.0.7-i686-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -1
- data/lib/unimidi.rb +1 -1
- metadata +1 -1
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