Vuo  1.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoNotePriority.h File Reference

Description

VuoNotePriority C type definition.

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.
 
#define VuoList_VuoNotePriority_TYPE_DEFINED
 
typedef void * VuoList_VuoNotePriority