Vuo  2.3.2
VuoWave.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoWave_struct { void *l; } * VuoList_VuoWave;
14 #define VuoList_VuoWave_TYPE_DEFINED
16 
28 typedef enum {
29  VuoWave_Sine,
30  VuoWave_Triangle,
31  VuoWave_Sawtooth
32 } VuoWave;
33 
35 struct json_object * VuoWave_getJson(const VuoWave value);
37 char * VuoWave_getSummary(const VuoWave value);
38 
40 
44 char * VuoWave_getString(const VuoWave value);
45 void VuoWave_retain(VuoWave value);
48