Files
SeeSynth/inc/OscillatorType.h
2023-08-06 23:33:51 +04:00

7 lines
89 B
C

#pragma once
typedef enum {
Sine,
Triangle,
Saw,
Square
} OscillatorType;