LibMuse 6.0.3
com.choosemuse.libmuse.DspData Class Reference

Public Member Functions

 DspData (String type, ArrayList< Double > floatArray, ArrayList< Long > intArray, String version)
 
String getType ()
 
ArrayList< Double > getFloatArray ()
 
ArrayList< Long > getIntArray ()
 
String getVersion ()
 
String toString ()
 

Detailed Description

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

Member Function Documentation

§ getFloatArray()

ArrayList<Double> com.choosemuse.libmuse.DspData.getFloatArray ( )
inline

array of floating point data

§ getIntArray()

ArrayList<Long> com.choosemuse.libmuse.DspData.getIntArray ( )
inline

array of integer data

§ getType()

String com.choosemuse.libmuse.DspData.getType ( )
inline

Type of your message

§ 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: