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

Description

VuoMidiController C type definition.

Classes

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

Functions

VuoMidiController VuoMidiController_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoMidiController_getJson (const VuoMidiController mn)
 Encodes value as a JSON object.
 
char * VuoMidiController_getSummary (const VuoMidiController mn)
 Returns a compact string representation of value (comma-separated coordinates).
 
bool VuoMidiController_areEqual (const VuoMidiController value1, const VuoMidiController value2)
 Returns true if the channel, controller number, and value all match.
 
static VuoMidiController VuoMidiController_make (unsigned char channel, unsigned char controllerNumber, unsigned char value) __attribute__((const ))
 Returns a note event with the specified values.
 
VuoMidiController VuoMidiController_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoMidiController_getString (const VuoMidiController value)
 Automatically generated function.