Vuo  2.0.0
Macros | Enumerations | Functions
VuoTempoRange.h File Reference

Description

VuoTempoRange C type definition.

Definition in file VuoTempoRange.h.

Go to the source code of this file.

Enumerations

enum  VuoTempoRange {
  VuoTempoRange_Andante, VuoTempoRange_Moderato, VuoTempoRange_Allegro, VuoTempoRange_Presto,
  VuoTempoRange_Prestissimo
}
 A range of BPM values. More...
 

Functions

VuoTempoRange VuoTempoRange_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoTempoRange_getJson (const VuoTempoRange value)
 Encodes value as a JSON object. More...
 
VuoList_VuoTempoRange VuoTempoRange_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoTempoRange_getSummary (const VuoTempoRange value)
 Returns a compact string representation of value. More...
 
int VuoTempoRange_getBaseBPM (const VuoTempoRange value)
 Returns the lower bound of the specified tempo range. More...
 
bool VuoTempoRange_areEqual (const VuoTempoRange valueA, const VuoTempoRange valueB)
 Returns true if the two values are equal. More...
 
bool VuoTempoRange_isLessThan (const VuoTempoRange valueA, const VuoTempoRange valueB)
 Returns true if valueA is less than valueB. More...
 
VuoTempoRange VuoTempoRange_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoTempoRange_getString (const VuoTempoRange value)
 Automatically generated function. More...
 
void VuoTempoRange_retain (VuoTempoRange value)
 Automatically generated function. More...
 
void VuoTempoRange_release (VuoTempoRange value)
 Automatically generated function. More...
 
#define VuoList_VuoTempoRange_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoTempoRange
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoTempoRange_TYPE_DEFINED

#define VuoList_VuoTempoRange_TYPE_DEFINED

List type.

Definition at line 14 of file VuoTempoRange.h.

Typedef Documentation

◆ VuoList_VuoTempoRange

typedef void* VuoList_VuoTempoRange

List type.

Definition at line 13 of file VuoTempoRange.h.