prepare new dispatch
will allow for more than 2 outputs
This commit is contained in:
parent
565e8cc314
commit
08d2f12dbd
82 changed files with 178 additions and 161 deletions
|
|
@ -287,8 +287,8 @@ void DivPlatformPET::reset() {
|
|||
chan[0].std.setEngine(parent);
|
||||
}
|
||||
|
||||
bool DivPlatformPET::isStereo() {
|
||||
return false;
|
||||
int DivPlatformPET::getOutputCount() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
void DivPlatformPET::notifyInsDeletion(void* ins) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue