This commit is contained in:
Damian 2026-02-01 13:55:45 +01:00
commit 614fa6cdc8
12 changed files with 345 additions and 8 deletions

8
control.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef CONTROL_H
#define CONTROL_H
#include "dsp.h"
int control_run(synthesizer *synth);
#endif