Vuo  1.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoMidiNote.c File Reference

Description

VuoMidiNote implementation.

Functions

VuoMidiNote VuoMidiNote_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoMidiNote_getJson (const VuoMidiNote mn)
 Encodes value as a JSON object.
 
char * VuoMidiNote_getSummary (const VuoMidiNote mn)
 Returns a compact string representation of value (comma-separated coordinates).
 
bool VuoMidiNote_areEqual (const VuoMidiNote value1, const VuoMidiNote value2)
 Returns true if the channel, note status (on/off), velocity, and note number all match.