7 lines
59 B
C++
7 lines
59 B
C++
#include "synth.h"
|
|
|
|
float get_sample(void) {
|
|
return 0;
|
|
}
|
|
|
#include "synth.h"
|
|
|
|
float get_sample(void) {
|
|
return 0;
|
|
}
|
|
|