Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoMidiInputDevice.c File Reference

Description

VuoMidiInputDevice implementation.

Definition in file VuoMidiInputDevice.c.

Go to the source code of this file.

Functions

VuoMidiInputDevice VuoMidiInputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoMidiInputDevice_getJson (const VuoMidiInputDevice md)
 Encodes value as a JSON object.
 
char * VuoMidiInputDevice_getSummary (const VuoMidiInputDevice md)
 Returns a compact string representation of value (comma-separated coordinates).
 
bool VuoMidiInputDevice_areEqual (const VuoMidiInputDevice value1, const VuoMidiInputDevice value2)
 Returns true if the two MIDI device specifications are identical.
 
bool VuoMidiInputDevice_isLessThan (const VuoMidiInputDevice a, const VuoMidiInputDevice b)
 Returns true if the id of a is less than the id of b.
 
void VuoMidiInputDevice_retain (VuoMidiInputDevice value)
 VuoCompilerType::parseOrGenerateRetainOrReleaseFunction can't currently generate this on arm64.
 
void VuoMidiInputDevice_release (VuoMidiInputDevice value)
 VuoCompilerType::parseOrGenerateRetainOrReleaseFunction can't currently generate this on arm64.