Vuo  2.3.2
VuoRealRegulation.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoReal.h"
21 #include "VuoText.h"
22 
26 typedef struct
27 {
28  VuoText name;
29  VuoReal minimumValue;
30  VuoReal maximumValue;
31  VuoReal defaultValue;
32  VuoReal smoothDuration;
34 
38 
39 VuoRealRegulation VuoRealRegulation_make(VuoText name, VuoReal minimumValue, VuoReal maximumValue, VuoReal defaultValue, VuoReal smoothDuration);
40 
50