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
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "../dispatch.h"
|
||||
|
||||
void DivDispatch::acquire(short* bufL, short* bufR, size_t start, size_t len) {
|
||||
void DivDispatch::acquire(short** buf, size_t len) {
|
||||
}
|
||||
|
||||
void DivDispatch::fillStream(std::vector<DivDelayedWrite>& stream, int sRate, size_t len) {
|
||||
|
|
@ -69,8 +69,8 @@ int DivDispatch::dispatch(DivCommand c) {
|
|||
void DivDispatch::reset() {
|
||||
}
|
||||
|
||||
bool DivDispatch::isStereo() {
|
||||
return false;
|
||||
int DivDispatch::getOutputCount() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
bool DivDispatch::keyOffAffectsArp(int ch) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue