Vuo  2.0.0
Functions
VuoMidiInputDevice.c File Reference

Description

VuoMidiInputDevice implementation.

Definition in file VuoMidiInputDevice.c.

Go to the source code of this file.

Functions

VuoMidiInputDevice VuoMidiInputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoMidiInputDevice_getJson (const VuoMidiInputDevice md)
 Encodes value as a JSON object. More...
 
char * VuoMidiInputDevice_getSummary (const VuoMidiInputDevice md)
 Returns a compact string representation of value (comma-separated coordinates). More...
 
bool VuoMidiInputDevice_areEqual (const VuoMidiInputDevice value1, const VuoMidiInputDevice value2)
 Returns true if the two MIDI device specifications are identical. More...
 
bool VuoMidiInputDevice_isLessThan (const VuoMidiInputDevice a, const VuoMidiInputDevice b)
 Returns true if the id of a is less than the id of b. More...