fix some threading issues
This commit is contained in:
parent
d0f498189c
commit
6ba8527cb6
3 changed files with 40 additions and 10 deletions
|
|
@ -497,6 +497,7 @@ class DivEngine {
|
|||
void playSub(bool preserveDrift, int goalRow=0);
|
||||
void runMidiClock(int totalCycles=1);
|
||||
void runMidiTime(int totalCycles=1);
|
||||
bool shallSwitchCores();
|
||||
|
||||
void testFunction();
|
||||
|
||||
|
|
@ -614,6 +615,8 @@ class DivEngine {
|
|||
void waitAudioFile();
|
||||
// stop audio file export
|
||||
bool haltAudioFile();
|
||||
// return back to playback cores if necessary
|
||||
void finishAudioFile();
|
||||
// notify instrument parameter change
|
||||
void notifyInsChange(int ins);
|
||||
// notify wavetable change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue