Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoTempoRange

Description

A range of BPM values.

Enumerations

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

Functions

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

Enumeration Type Documentation

A range of BPM values.

Function Documentation

bool VuoTempoRange_areEqual ( const VuoTempoRange  valueA,
const VuoTempoRange  valueB 
)

Returns true if the two values are equal.

VuoList_VuoTempoRange VuoTempoRange_getAllowedValues ( void  )

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

int VuoTempoRange_getBaseBPM ( const VuoTempoRange  value)

Returns the lower bound of the specified tempo range.

The upper bound is double the lower bound.

struct json_object* VuoTempoRange_getJson ( const VuoTempoRange  value)
read

Encodes value as a JSON object.

char* VuoTempoRange_getString ( const VuoTempoRange  value)

Automatically generated function.

char* VuoTempoRange_getSummary ( const VuoTempoRange  value)

Returns a compact string representation of value.

bool VuoTempoRange_isLessThan ( const VuoTempoRange  valueA,
const VuoTempoRange  valueB 
)

Returns true if valueA is less than valueB.

VuoTempoRange VuoTempoRange_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"moderato"
VuoTempoRange VuoTempoRange_makeFromString ( const char *  str)

Automatically generated function.

void VuoTempoRange_release ( VuoTempoRange  value)

Automatically generated function.

void VuoTempoRange_retain ( VuoTempoRange  value)

Automatically generated function.