sint-gauntlet/synth.cc
2026-04-24 18:01:52 +02:00

7 lines
59 B
C++

#include "synth.h"
float get_sample(void) {
return 0;
}