Vuo 2.4.4
Loading...
Searching...
No Matches
VuoNoise.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoNoise_White,
29 VuoNoise_Grey,
30 VuoNoise_Pink,
31 VuoNoise_Brown,
32 VuoNoise_Blue,
33 VuoNoise_Violet
34} VuoNoise;
35
36#include "VuoList_VuoNoise.h"
37
38VuoNoise VuoNoise_makeFromJson(struct json_object * js);
39struct json_object * VuoNoise_getJson(const VuoNoise value);
41char * VuoNoise_getSummary(const VuoNoise value);
42
44
47char * VuoNoise_getString(const VuoNoise value);
51
56#ifdef __cplusplus
57}
58#endif