synth/control.h
2026-02-01 14:03:03 +01:00

8 lines
100 B
C

#ifndef CONTROL_H
#define CONTROL_H
#include "dsp.h"
int control_run(synthesizer *synth);
#endif