Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoNoise.h File Reference

Description

VuoNoise C type definition.

Definition in file VuoNoise.h.

Go to the source code of this file.

Enumerations

enum  VuoNoise {
  VuoNoise_White , VuoNoise_Grey , VuoNoise_Pink , VuoNoise_Brown ,
  VuoNoise_Blue , VuoNoise_Violet
}
 An enum defining different types of noise. More...
 

Functions

VuoNoise VuoNoise_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoNoise.
 
json_object * VuoNoise_getJson (const VuoNoise value)
 Encodes value as a JSON object.
 
VuoList_VuoNoise VuoNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoNoise_getSummary (const VuoNoise value)
 Same as VuoNoise_getString()
 
char * VuoNoise_getString (const VuoNoise value)
 Automatically generated functions.
 
void VuoNoise_retain (VuoNoise value)
 Automatically generated functions.
 
void VuoNoise_release (VuoNoise value)
 Automatically generated functions.