N163: implement wave synth
I hope this does not break any songs
This commit is contained in:
parent
0ea6437a86
commit
e77ecfd04b
6 changed files with 118 additions and 29 deletions
|
|
@ -47,6 +47,11 @@ class DivWaveSynth {
|
|||
* @return whether the wave has changed.
|
||||
*/
|
||||
bool tick();
|
||||
/**
|
||||
* set the wave width.
|
||||
* @param value the width.
|
||||
*/
|
||||
void setWidth(int val);
|
||||
/**
|
||||
* change the first wave.
|
||||
* @param num wavetable number.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue