Files
SeeSynth/inc/OscillatorType.h
2023-08-08 23:24:26 +04:00

2 lines
73 B
C

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