Vuo  2.0.2
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. More...
 
struct json_objectVuoNotePriority_getJson (const VuoNotePriority value)
 Encodes value as a JSON object. More...
 
VuoList_VuoNotePriority VuoNotePriority_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoNotePriority_getSummary (const VuoNotePriority value)
 Returns a compact string representation of value. More...
 
VuoNotePriority VuoNotePriority_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoNotePriority_getString (const VuoNotePriority value)
 Automatically generated function. More...
 
void VuoNotePriority_retain (VuoNotePriority value)
 Automatically generated function. More...
 
void VuoNotePriority_release (VuoNotePriority value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoNotePriority

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

Definition at line 28 of file VuoNotePriority.h.

Function Documentation

◆ VuoNotePriority_getAllowedValues()

VuoList_VuoNotePriority VuoNotePriority_getAllowedValues ( void  )

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

Definition at line 73 of file VuoNotePriority.c.

◆ VuoNotePriority_getJson()

struct json_object* VuoNotePriority_getJson ( const VuoNotePriority  value)

Encodes value as a JSON object.

Definition at line 56 of file VuoNotePriority.c.

◆ VuoNotePriority_getString()

char* VuoNotePriority_getString ( const VuoNotePriority  value)

Automatically generated function.

◆ VuoNotePriority_getSummary()

char* VuoNotePriority_getSummary ( const VuoNotePriority  value)

Returns a compact string representation of value.

Definition at line 86 of file VuoNotePriority.c.

◆ VuoNotePriority_makeFromJson()

VuoNotePriority VuoNotePriority_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"last"

Definition at line 35 of file VuoNotePriority.c.

◆ VuoNotePriority_makeFromString()

VuoNotePriority VuoNotePriority_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoNotePriority_release()

void VuoNotePriority_release ( VuoNotePriority  value)

Automatically generated function.

◆ VuoNotePriority_retain()

void VuoNotePriority_retain ( VuoNotePriority  value)

Automatically generated function.