 
    
   
Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
A message structure to store and pass parsed SKINI messages. More...
#include <Skini.h>
| Public Attributes | |
| long | type | 
| long | channel | 
| StkFloat | time | 
| std::vector< StkFloat > | floatValues | 
| std::vector< long > | intValues | 
| std::string | remainder | 
A message structure to store and pass parsed SKINI messages.
| long stk::Skini::Message::type | 
The message type, as defined in SKINImsg.h.
| long stk::Skini::Message::channel | 
The message channel (not limited to 16!).
| StkFloat stk::Skini::Message::time | 
The message time stamp in seconds (delta or absolute).
| std::vector<StkFloat> stk::Skini::Message::floatValues | 
The message values read as floats (values are type-specific).
| std::vector<long> stk::Skini::Message::intValues | 
The message values read as ints (number and values are type-specific).
| std::string stk::Skini::Message::remainder | 
Any remaining message data, read as ascii text.
| The Synthesis ToolKit in C++ (STK) | 
| ©1995--2019 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |