Vuo  2.3.2
Classes | Macros | Functions
VuoMidiController.h File Reference

Description

VuoMidiController C type definition.

Definition in file VuoMidiController.h.

Go to the source code of this file.

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. More...
 
json_objectVuoMidiController_getJson (const VuoMidiController mn)
 Encodes value as a JSON object. More...
 
char * VuoMidiController_getSummary (const VuoMidiController mn)
 Returns a compact string representation of value (comma-separated coordinates). More...
 
bool VuoMidiController_areEqual (const VuoMidiController value1, const VuoMidiController value2)
 Returns true if the channel, controller number, and value all match. More...
 
bool VuoMidiController_isLessThan (const VuoMidiController a, const VuoMidiController b)
 Returns true if a < b. More...
 
static VuoMidiController VuoMidiController_make (unsigned char channel, unsigned char controllerNumber, unsigned char value) __attribute__((const))
 Returns a note event with the specified values. More...
 
VuoMidiController VuoMidiController_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoMidiController_getString (const VuoMidiController value)
 Automatically generated function. More...
 
void VuoMidiController_retain (VuoMidiController value)
 Automatically generated function. More...
 
void VuoMidiController_release (VuoMidiController value)
 Automatically generated function. More...