prepare for wavetable synth
This commit is contained in:
parent
05dfec9f3d
commit
4dfe9f97fb
4 changed files with 94 additions and 0 deletions
5
src/engine/waveSynth.cpp
Normal file
5
src/engine/waveSynth.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "waveSynth.h"
|
||||
|
||||
bool DivWaveSynth::tick() {
|
||||
return false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue