LibMuse 6.0.3
com.choosemuse.libmuse.AnnotationFormat Enum Reference

Public Attributes

 PLAIN_STRING
 
 JSON
 
 OSC
 

Detailed Description

Represents all possible data types in the annotation data. These fields correspond to our Muse protobuf schema, which can be found on the developer website: http://developer.choosemuse.com/file-formats/muse

Member Data Documentation

§ JSON

com.choosemuse.libmuse.AnnotationFormat.JSON

The data is a string of JSON name, value pairs.

§ OSC

com.choosemuse.libmuse.AnnotationFormat.OSC

The data is formatted as OSC (open sound control) data.

§ PLAIN_STRING

com.choosemuse.libmuse.AnnotationFormat.PLAIN_STRING

The data is a string with no inherrent format.


The documentation for this enum was generated from the following file: