Files
bluflame/ev12-4k/synth.h
2026-04-18 22:31:51 +02:00

12 lines
145 B
C

#pragma once
#include "4klang.h"
extern "C"
{
void InitSound();
float get_Envelope(int instrument);
float get_Time();
int get_Sample();
}