Vuo  2.3.2
Enumerations | Functions
VuoNotePriority.h File Reference

Description

VuoNotePriority C type definition.

Definition in file VuoNotePriority.h.

Go to the source code of this file.

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

Macro Definition Documentation

◆ VuoList_VuoNotePriority_TYPE_DEFINED

#define VuoList_VuoNotePriority_TYPE_DEFINED

List type.

Definition at line 14 of file VuoNotePriority.h.

Typedef Documentation

◆ VuoList_VuoNotePriority

typedef void* VuoList_VuoNotePriority

List type.

Definition at line 13 of file VuoNotePriority.h.