Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoMidiController.c File Reference

Description

VuoMidiController implementation.

Definition in file VuoMidiController.c.

Go to the source code of this file.

Functions

VuoMidiController VuoMidiController_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoMidiController_getJson (const VuoMidiController mn)
 Encodes value as a JSON object.
 
char * VuoMidiController_getSummary (const VuoMidiController mn)
 Returns a compact string representation of value (comma-separated coordinates).
 
bool VuoMidiController_areEqual (const VuoMidiController value1, const VuoMidiController value2)
 Returns true if the channel, controller number, and value all match.
 
bool VuoMidiController_isLessThan (const VuoMidiController a, const VuoMidiController b)
 Returns true if a < b.