blob: dc7efe08f21f0e2e95328ccc1ed84d9afa153d12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<HTML>
<HEAD>
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<img src="princeton.gif"> <img src="ccrma.gif"><P>
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.3-rc3 -->
<h1>RtMidi Class Reference</h1>An abstract base class for realtime MIDI input/output.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="RtMidi_8h-source.html">RtMidi.h</a>></code>
<p>
<p>Inheritance diagram for RtMidi:
<p><center><img src="classRtMidi.png" usemap="#RtMidi_map" border="0" alt=""></center>
<map name="RtMidi_map">
<area href="classRtMidiIn.html" alt="RtMidiIn" shape="rect" coords="0,56,67,80">
<area href="classRtMidiOut.html" alt="RtMidiOut" shape="rect" coords="77,56,144,80">
</map>
<a href="classRtMidi-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
An abstract base class for realtime MIDI input/output.
<p>
This class implements some common functionality for the realtime MIDI input/output subclasses <a class="el" href="classRtMidiIn.html">RtMidiIn</a> and <a class="el" href="classRtMidiOut.html">RtMidiOut</a>.<p>
by Gary P. Scavone, 2003.
<p>
<p>
Definition at line <a class="el" href="RtMidi_8h-source.html#l00018">18</a> of file <a class="el" href="RtMidi_8h-source.html">RtMidi.h</a>.<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="RtMidi_8h-source.html">RtMidi.h</a><li><a class="el" href="RtMidi_8cpp-source.html">RtMidi.cpp</a></ul>
<HR>
<table>
<tr><td><A HREF="http://www-ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>
</HTML>
|