Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoTempoRange.c File Reference

Description

VuoTempoRange implementation.

Functions

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