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