@@ -0,0 +1,11 @@
#pragma once
typedef enum {
VCO_SINE = 0,
VCO_SQUARE = 1,
VCO_TRIANGLE = 2,
VCO_SAW = 3,
} vco_mode_t;
float vco(void);
The note is not visible to the blocked user.