add several TODO comments
self-note: check this one after you come back!
This commit is contained in:
parent
b5472fb52e
commit
8407a7d3a4
10 changed files with 32 additions and 0 deletions
|
|
@ -414,6 +414,7 @@ void DivEngine::runExportThread() {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: properly export ExtCh songs in per-channel mode
|
||||
bool DivEngine::saveAudio(const char* path, int loops, DivAudioExportModes mode) {
|
||||
exportPath=path;
|
||||
exportMode=mode;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
#include "engine.h"
|
||||
#include "instrument.h"
|
||||
|
||||
// TODO:
|
||||
// - add missing license header
|
||||
// - implement waveSynth on Amiga and N163
|
||||
|
||||
bool DivWaveSynth::activeChanged() {
|
||||
if (activeChangedB) {
|
||||
activeChangedB=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue