mirror of
https://github.com/thestk/stk
synced 2026-01-20 07:51:53 +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>SKINI Class Reference</h1>STK SKINI parsing class.
|
||||
<a href="#_details">More...</a>
|
||||
<p>
|
||||
@@ -36,10 +36,10 @@
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Class destructor. <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>long </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a3">parseThis</a> (char *aString)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Attempt to parse the given string, returning the message type. <a href="#a3"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Attempt to parse the given string, returning the message type. </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="classSKINI.html#a4">nextMessage</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Parse the next message (if a file is loaded) and return the message type. <a href="#a4"></a><br><br></td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Parse the next message (if a file is loaded) and return the message type. </em> <a href="#a4"></a><em><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a5" doxytag="SKINI::getType" ></a>
|
||||
long </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a5">getType</a> () const </td></tr>
|
||||
|
||||
@@ -69,19 +69,19 @@ long </td><td class="memItemRight" valign=bottom><a class="el" href="classS
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the current message byte three value (integer). <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a12" doxytag="SKINI::getRemainderString" ></a>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a12">getRemainderString</a> ()</td></tr>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a12">getRemainderString</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return remainder string after parsing. <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a13" doxytag="SKINI::getMessageTypeString" ></a>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a13">getMessageTypeString</a> ()</td></tr>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a13">getMessageTypeString</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the message type as a string. <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a14" doxytag="SKINI::whatsThisType" ></a>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a14">whatsThisType</a> (long type)</td></tr>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a14">whatsThisType</a> (long type)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the SKINI type string for the given type value. <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a15" doxytag="SKINI::whatsThisController" ></a>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a15">whatsThisController</a> (long number)</td></tr>
|
||||
const char * </td><td class="memItemRight" valign=bottom><a class="el" href="classSKINI.html#a15">whatsThisController</a> (long number)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the SKINI controller string for the given controller number. <br><br></td></tr>
|
||||
</table>
|
||||
@@ -90,8 +90,8 @@ STK SKINI parsing class.
|
||||
<p>
|
||||
This class parses SKINI formatted text messages. It can be used to parse individual messages or it can be passed an entire file. The file specification is Perry's and his alone, but it's all text so it shouldn't be to hard to figure out.<p>
|
||||
SKINI (Synthesis toolKit Instrument Network Interface) is like MIDI, but allows for floating-point control changes, note numbers, etc. The following example causes a sharp middle C to be played with a velocity of 111.132:<p>
|
||||
<pre class="fragment"><div> noteOn 60.01 111.13
|
||||
</div></pre><p>
|
||||
<div class="fragment"><pre> noteOn 60.01 111.13
|
||||
</pre></div><p>
|
||||
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="skini.html">Synthesis toolKit Instrument Network Interface (SKINI)</a></dd></dl>
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user