mirror of
https://github.com/thestk/stk
synced 2026-01-14 21:41:53 +00:00
Release 4.2.0 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
fe20fe92a2
commit
de344668dd
190
doc/html/structSkini_1_1Message.html
Normal file
190
doc/html/structSkini_1_1Message.html
Normal file
@@ -0,0 +1,190 @@
|
||||
<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"> <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.4 -->
|
||||
<h1>Skini::Message Struct Reference</h1><code>#include <<a class="el" href="Skini_8h-source.html">Skini.h</a>></code>
|
||||
<p>
|
||||
<a href="structSkini_1_1Message-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
A message structure to store and pass parsed SKINI messages.
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00041">41</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>.<table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>long </td><td class="memItemRight" valign=bottom><a class="el" href="structSkini_1_1Message.html#o0">type</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>long </td><td class="memItemRight" valign=bottom><a class="el" href="structSkini_1_1Message.html#o1">channel</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>StkFloat </td><td class="memItemRight" valign=bottom><a class="el" href="structSkini_1_1Message.html#o2">time</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector< StkFloat > </td><td class="memItemRight" valign=bottom><a class="el" href="structSkini_1_1Message.html#o3">floatValues</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector< long > </td><td class="memItemRight" valign=bottom><a class="el" href="structSkini_1_1Message.html#o4">intValues</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>std::string </td><td class="memItemRight" valign=bottom><a class="el" href="structSkini_1_1Message.html#o5">remainder</a></td></tr>
|
||||
|
||||
</table>
|
||||
<hr><h2>Member Data Documentation</h2>
|
||||
<a class="anchor" name="o0" doxytag="Skini::Message::type" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> long <a class="el" href="structSkini_1_1Message.html#o0">Skini::Message::type</a>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
The message type, as defined in <a class="el" href="SKINI_8msg.html">SKINI.msg</a>.
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00042">42</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="o1" doxytag="Skini::Message::channel" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> long <a class="el" href="structSkini_1_1Message.html#o1">Skini::Message::channel</a>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
The message channel (not limited to 16!).
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00043">43</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="o2" doxytag="Skini::Message::time" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> StkFloat <a class="el" href="structSkini_1_1Message.html#o2">Skini::Message::time</a>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
The message time stamp in seconds (delta or absolute).
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00044">44</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="o3" doxytag="Skini::Message::floatValues" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> std::vector<StkFloat> <a class="el" href="structSkini_1_1Message.html#o3">Skini::Message::floatValues</a>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
The message values read as floats (values are type-specific).
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00045">45</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="o4" doxytag="Skini::Message::intValues" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> std::vector<long> <a class="el" href="structSkini_1_1Message.html#o4">Skini::Message::intValues</a>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
The message values read as ints (number and values are type-specific).
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00046">46</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="o5" doxytag="Skini::Message::remainder" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> std::string <a class="el" href="structSkini_1_1Message.html#o5">Skini::Message::remainder</a>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
Any remaining message data, read as ascii text.
|
||||
<p>
|
||||
Definition at line <a class="el" href="Skini_8h-source.html#l00047">47</a> of file <a class="el" href="Skini_8h-source.html">Skini.h</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this struct was generated from the following file:<ul>
|
||||
<li><a class="el" href="Skini_8h-source.html">Skini.h</a></ul>
|
||||
<HR>
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user