Base synth.c

This commit is contained in:
2026-04-24 18:01:52 +02:00
parent 895b0d635c
commit d29f2e8c39
3 changed files with 12 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "synth.h"
float get_sample(void) {
return 0;
}