Data struct corresponds to a DSP message in the .muse file format. This message is very generic and allows you to save custom messages. For more information on the file format see: http://developer.choosemuse.com/file-formats/muse
§ getFloatArray()
ArrayList<Double> com.choosemuse.libmuse.DspData.getFloatArray |
( |
| ) |
|
|
inline |
array of floating point data
§ getIntArray()
ArrayList<Long> com.choosemuse.libmuse.DspData.getIntArray |
( |
| ) |
|
|
inline |
§ getType()
String com.choosemuse.libmuse.DspData.getType |
( |
| ) |
|
|
inline |
§ getVersion()
String com.choosemuse.libmuse.DspData.getVersion |
( |
| ) |
|
|
inline |
version of your message format
§ toString()
String com.choosemuse.libmuse.DspData.toString |
( |
| ) |
|
|
inline |
Returns a string representation of this object.
- Returns
- a string representation of this object.
The documentation for this class was generated from the following file: