Przeglądaj źródła

Removed another reference to kernel streaming support in readme.

Gary Scavone 11 lat temu
rodzic
commit
745fbe3fa6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      readme

+ 1 - 1
readme

@@ -13,7 +13,7 @@ If you checked out the code from git, please run "autoconf" before "./configure"
 
 OVERVIEW:
 
-RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes) that provide a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA, JACK), Macintosh OS X (CoreMidi, JACK), and Windows (Multimedia Library, Kernel Streming) operating systems.  RtMidi significantly simplifies the process of interacting with computer MIDI hardware and software.  It was designed with the following goals:
+RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes) that provide a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA, JACK), Macintosh OS X (CoreMIDI, JACK), and Windows (Multimedia Library) operating systems.  RtMidi significantly simplifies the process of interacting with computer MIDI hardware and software.  It was designed with the following goals:
 
   - object oriented C++ design
   - simple, common API across all supported platforms