Vuo  2.0.0
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)
 
json_objectVuoMidiController_getJson (const VuoMidiController mn)
 
char * VuoMidiController_getSummary (const VuoMidiController mn)
 
bool VuoMidiController_areEqual (const VuoMidiController value1, const VuoMidiController value2)
 Returns true if the channel, controller number, and value all match. More...
 
bool VuoMidiController_isLessThan (const VuoMidiController a, const VuoMidiController b)
 Returns true if a < b. More...