Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoNotePriority

Description

Specifies the algorithm for collapsing multiple simultaneously-pressed notes into a single note.

Enumerations

enum  VuoNotePriority { VuoNotePriority_First, VuoNotePriority_Last, VuoNotePriority_Lowest, VuoNotePriority_Highest }
 Specifies the algorithm for collapsing multiple simultaneously-pressed notes into a single note. More...
 

Functions

VuoNotePriority VuoNotePriority_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoNotePriority_getJson (const VuoNotePriority value)
 Encodes value as a JSON object.
 
VuoList_VuoNotePriority VuoNotePriority_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoNotePriority_getSummary (const VuoNotePriority value)
 Returns a compact string representation of value.
 
VuoNotePriority VuoNotePriority_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoNotePriority_getString (const VuoNotePriority value)
 Automatically generated function.
 
void VuoNotePriority_retain (VuoNotePriority value)
 Automatically generated function.
 
void VuoNotePriority_release (VuoNotePriority value)
 Automatically generated function.
 

Enumeration Type Documentation

Specifies the algorithm for collapsing multiple simultaneously-pressed notes into a single note.

Function Documentation

VuoList_VuoNotePriority VuoNotePriority_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object* VuoNotePriority_getJson ( const VuoNotePriority  value)
read

Encodes value as a JSON object.

char* VuoNotePriority_getString ( const VuoNotePriority  value)

Automatically generated function.

char* VuoNotePriority_getSummary ( const VuoNotePriority  value)

Returns a compact string representation of value.

VuoNotePriority VuoNotePriority_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"last"
VuoNotePriority VuoNotePriority_makeFromString ( const char *  str)

Automatically generated function.

void VuoNotePriority_release ( VuoNotePriority  value)

Automatically generated function.

void VuoNotePriority_retain ( VuoNotePriority  value)

Automatically generated function.