Vuo  2.0.0
Functions
VuoMidiNote.c File Reference

Description

VuoMidiNote implementation.

Definition in file VuoMidiNote.c.

Go to the source code of this file.

Functions

VuoMidiNote VuoMidiNote_makeFromJson (json_object *js)
 
json_objectVuoMidiNote_getJson (const VuoMidiNote mn)
 
char * VuoMidiNote_getSummary (const VuoMidiNote mn)
 
bool VuoMidiNote_areEqual (const VuoMidiNote value1, const VuoMidiNote value2)
 Returns true if the channel, note status (on/off), velocity, and note number all match. More...
 
bool VuoMidiNote_isLessThan (const VuoMidiNote a, const VuoMidiNote b)
 Returns true if a < b. More...