mirror of
https://github.com/thestk/stk
synced 2026-01-19 07:31:52 +00:00
Release 4.1.3 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
503ed3cc9f
commit
e11bff2fe8
@@ -8,7 +8,7 @@
|
||||
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.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.6 -->
|
||||
<!-- Generated by Doxygen 1.3.4 -->
|
||||
<h1>Voicer Class Reference</h1>STK voice manager class.
|
||||
<a href="#_details">More...</a>
|
||||
<p>
|
||||
@@ -32,25 +32,25 @@
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Class destructor. <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a2">addInstrument</a> (<a class="el" href="classInstrmnt.html">Instrmnt</a> *instrument, int channel=0)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Add an instrument with an optional channel number to the voice manager. <a href="#a2"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Add an instrument with an optional channel number to the voice manager. </em> <a href="#a2"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a3">removeInstrument</a> (<a class="el" href="classInstrmnt.html">Instrmnt</a> *instrument)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Remove the given instrument pointer from the voice manager's control. <a href="#a3"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Remove the given instrument pointer from the voice manager's control. </em> <a href="#a3"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>long </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a4">noteOn</a> (MY_FLOAT noteNumber, MY_FLOAT amplitude, int channel=0)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initiate a noteOn event with the given note number and amplitude and return a unique note tag. <a href="#a4"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initiate a noteOn event with the given note number and amplitude and return a unique note tag. </em> <a href="#a4"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a5">noteOff</a> (MY_FLOAT noteNumber, MY_FLOAT amplitude, int channel=0)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a noteOff to all voices having the given noteNumber and optional channel (default channel = 0). <a href="#a5"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a noteOff to all voices having the given noteNumber and optional channel (default channel = 0). </em> <a href="#a5"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a6">noteOff</a> (long tag, MY_FLOAT amplitude)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a noteOff to the voice with the given note tag. <a href="#a6"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a noteOff to the voice with the given note tag. </em> <a href="#a6"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a7">setFrequency</a> (MY_FLOAT noteNumber, int channel=0)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a frequency update message to all voices assigned to the optional channel argument (default channel = 0). <a href="#a7"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a frequency update message to all voices assigned to the optional channel argument (default channel = 0). </em> <a href="#a7"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a8">setFrequency</a> (long tag, MY_FLOAT noteNumber)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a frequency update message to the voice with the given note tag. <a href="#a8"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Send a frequency update message to the voice with the given note tag. </em> <a href="#a8"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a9" doxytag="Voicer::pitchBend" ></a>
|
||||
void </td><td class="memItemRight" valign=bottom><a class="el" href="classVoicer.html#a9">pitchBend</a> (MY_FLOAT value, int channel=0)</td></tr>
|
||||
|
||||
@@ -115,7 +115,7 @@ Definition at line <a class="el" href="Voicer_8h-source.html#l00038">38</a> of f
|
||||
<td class="mdname" nowrap> <em>instrument</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>int </td>
|
||||
<td class="mdname" nowrap> <em>channel</em> = 0</td>
|
||||
@@ -186,13 +186,13 @@ It is important that any instruments which are to be deleted by the user while t
|
||||
<td class="mdname" nowrap> <em>noteNumber</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>MY_FLOAT </td>
|
||||
<td class="mdname" nowrap> <em>amplitude</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>int </td>
|
||||
<td class="mdname" nowrap> <em>channel</em> = 0</td>
|
||||
@@ -232,13 +232,13 @@ Send the noteOn message to the first available unused voice. If all voices are s
|
||||
<td class="mdname" nowrap> <em>noteNumber</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>MY_FLOAT </td>
|
||||
<td class="mdname" nowrap> <em>amplitude</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>int </td>
|
||||
<td class="mdname" nowrap> <em>channel</em> = 0</td>
|
||||
@@ -278,7 +278,7 @@ The amplitude value should be in the range 0.0 - 128.0. </td>
|
||||
<td class="mdname" nowrap> <em>tag</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>MY_FLOAT </td>
|
||||
<td class="mdname" nowrap> <em>amplitude</em></td>
|
||||
@@ -318,7 +318,7 @@ The amplitude value should be in the range 0.0 - 128.0. </td>
|
||||
<td class="mdname" nowrap> <em>noteNumber</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>int </td>
|
||||
<td class="mdname" nowrap> <em>channel</em> = 0</td>
|
||||
@@ -358,7 +358,7 @@ The <em>noteNumber</em> argument corresponds to a MIDI note number, though it is
|
||||
<td class="mdname" nowrap> <em>tag</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>MY_FLOAT </td>
|
||||
<td class="mdname" nowrap> <em>noteNumber</em></td>
|
||||
|
||||
Reference in New Issue
Block a user