Vuo  2.0.0
Functions
VuoTempoRange.c File Reference

Description

VuoTempoRange implementation.

Definition in file VuoTempoRange.c.

Go to the source code of this file.

Functions

VuoTempoRange VuoTempoRange_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
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...