Vuo  0.5.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoMidiNote.h File Reference

Description

VuoMidiNote C type definition.

Classes

struct  VuoMidiNote
 A music note event sent via MIDI. More...
 

Functions

VuoMidiNote VuoMidiNote_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoMidiNote_jsonFromValue (const VuoMidiNote mn)
 Encodes value as a JSON object.
 
char * VuoMidiNote_summaryFromValue (const VuoMidiNote mn)
 Returns a compact string representation of value (comma-separated coordinates).
 
VuoMidiNote VuoMidiNote_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoMidiNote_stringFromValue (const VuoMidiNote value)
 Automatically generated function.