ASIO backend, part 8

add control panel button
last commit unless it doesn't work somewhere
This commit is contained in:
tildearrow 2025-10-25 21:23:50 -05:00
parent 8ed69b7a5d
commit 99c6cbffa6
7 changed files with 38 additions and 0 deletions

View file

@ -1409,6 +1409,9 @@ class DivEngine {
// acknowledge an audio device status change
void acceptAudioDeviceStatus();
// send command to audio backend
int audioBackendCommand(TAAudioCommand which);
// init dispatch
void initDispatch(bool isRender=false);