Vuo 2.4.4
Loading...
Searching...
No Matches
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_object * VuoNotePriority_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.
 
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

◆ VuoNotePriority

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

Definition at line 27 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 71 of file VuoNotePriority.c.

◆ VuoNotePriority_getJson()

struct json_object * VuoNotePriority_getJson ( const VuoNotePriority  value)

Encodes value as a JSON object.

Definition at line 54 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 84 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 33 of file VuoNotePriority.c.

◆ VuoNotePriority_release()

void VuoNotePriority_release ( VuoNotePriority  value)

Automatically generated function.

◆ VuoNotePriority_retain()

void VuoNotePriority_retain ( VuoNotePriority  value)

Automatically generated function.