Revert "prepare acquireDirect API" - stupid crap

the most POINTLESS plan of all time... acquireDirect.
why? because you gotta fill in the oscBufs anyway, which will take
precious CPU time, so you can't just pass the blip_bufs to dispatch
and hope it'll help by not processing when nothing's happening.

"so disable it when the per-chan osc is up!" NO! we need this for
volume calculation....

"how about rewrite per-chan osc logic?" you know what? I don't have
either the time or the will for that.
now back to Something Else......

This reverts commit 08177d839a.
This commit is contained in:
tildearrow 2025-02-21 01:27:04 -05:00
parent 58c2d9d0de
commit 4ca7033dec
2 changed files with 0 additions and 22 deletions

View file

@ -23,9 +23,6 @@
void DivDispatch::acquire(short** buf, size_t len) {
}
void DivDispatch::acquireDirect(blip_buffer_t** bb, size_t off, size_t len) {
}
void DivDispatch::fillStream(std::vector<DivDelayedWrite>& stream, int sRate, size_t len) {
}
@ -130,10 +127,6 @@ bool DivDispatch::getDCOffRequired() {
return false;
}
bool DivDispatch::hasAcquireDirect() {
return false;
}
bool DivDispatch::getWantPreNote() {
return false;
}