ASIO backend, part 8
add control panel button last commit unless it doesn't work somewhere
This commit is contained in:
parent
8ed69b7a5d
commit
99c6cbffa6
7 changed files with 38 additions and 0 deletions
|
|
@ -319,6 +319,16 @@ void* TAAudioASIO::getContext() {
|
|||
return (void*)&driverInfo;
|
||||
}
|
||||
|
||||
int TAAudioASIO::specialCommand(TAAudioCommand which) {
|
||||
switch (which) {
|
||||
case TA_AUDIO_CMD_SETUP:
|
||||
if (ASIOControlPanel()==ASE_NotPresent) return 0;
|
||||
return 1;
|
||||
break;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
bool TAAudioASIO::quit() {
|
||||
if (!initialized) return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue