Skip to content

Commit

Permalink
Tiny grammatical fix in tutorial.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Aug 3, 2023
1 parent 10610e0 commit 1e5b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

\section intro Introduction

RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut and API-specific classes) that provides a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI & JACK), and Windows (Multimedia Library & UWP), Web MIDI, iOS and Android 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 provides a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI & JACK), Windows (Multimedia Library & UWP), Web MIDI, iOS and Android 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
Expand Down

0 comments on commit 1e5b499

Please sign in to comment.