prepare for adding wavetable from file
This commit is contained in:
parent
d6f97e0c48
commit
69b56e6d4c
2 changed files with 10 additions and 0 deletions
|
|
@ -325,6 +325,9 @@ class DivEngine {
|
|||
// add wavetable
|
||||
int addWave();
|
||||
|
||||
// add wavetable from file
|
||||
bool addWaveFromFile(const char* path);
|
||||
|
||||
// delete wavetable
|
||||
void delWave(int index);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue