summaryrefslogtreecommitdiff
path: root/doc/html/classRtMidiIn.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/classRtMidiIn.html')
-rw-r--r--doc/html/classRtMidiIn.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/html/classRtMidiIn.html b/doc/html/classRtMidiIn.html
index 13f02e0..eb172be 100644
--- a/doc/html/classRtMidiIn.html
+++ b/doc/html/classRtMidiIn.html
@@ -36,9 +36,9 @@ typedef void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el"
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRtMidiIn.html#a2">openPort</a> (unsigned int portNumber=0)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Open a MIDI input connection. <a href="#a2"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRtMidiIn.html#a3">openVirtualPort</a> ()</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRtMidiIn.html#a3">openVirtualPort</a> (const std::string portName=std::string(&quot;RtMidi Input&quot;))</td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a virtual input port to allow software connections (OS X and ALSA only). <a href="#a3"></a><br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a virtual input port, with optional name, to allow software connections (OS X and ALSA only). <a href="#a3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRtMidiIn.html#a4">setCallback</a> (<a class="el" href="classRtMidiIn.html#w0">RtMidiCallback</a> callback, void *userData=0)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a callback function to be invoked for incoming MIDI messages. <a href="#a4"></a><br></td></tr>
@@ -140,7 +140,7 @@ An optional port number greater than 0 can be specified. Otherwise, the default
Implements <a class="el" href="classRtMidi.html#a0">RtMidi</a>. </td>
</tr>
</table>
-<a class="anchor" name="a3"></a><!-- doxytag: member="RtMidiIn::openVirtualPort" ref="a3" args="()" --><p>
+<a class="anchor" name="a3"></a><!-- doxytag: member="RtMidiIn::openVirtualPort" ref="a3" args="(const std::string portName=std::string(&quot;RtMidi Input&quot;))" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -148,7 +148,8 @@ Implements <a class="el" href="classRtMidi.html#a0">RtMidi</a>. </td>
<tr>
<td class="md" nowrap valign="top">void RtMidiIn::openVirtualPort </td>
<td class="md" valign="top">(&nbsp;</td>
- <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" nowrap valign="top">const std::string&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>portName</em> = <code>std::string(&quot;RtMidi&nbsp;Input&quot;)</code> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
@@ -164,7 +165,7 @@ Implements <a class="el" href="classRtMidi.html#a0">RtMidi</a>. </td>
<td>
<p>
-Create a virtual input port to allow software connections (OS X and ALSA only).
+Create a virtual input port, with optional name, to allow software connections (OS X and ALSA only).
<p>
This function creates a virtual MIDI input port to which other software applications can connect. This type of functionality is currently only supported by the Macintosh OS-X and Linux ALSA APIs (the function does nothing for the other APIs).
<p>