new chan osc, part 2
why is it jerky?
This commit is contained in:
parent
6dc4f16689
commit
10e60ec8c1
3 changed files with 16 additions and 10 deletions
|
|
@ -211,7 +211,7 @@ void DivPlatformPCSpeaker::acquire_unfilt(blip_buffer_t** bb, size_t off, size_t
|
|||
}
|
||||
out=(posToggle && !isMuted[0])?32767:0;
|
||||
blip_add_delta(bb[0],off,out-oldOut);
|
||||
oscBuf->data[oscBuf->needle++]=out;
|
||||
oscBuf->putSample(0,out);
|
||||
oldOut=out;
|
||||
if (freq>=1) {
|
||||
size_t boff=off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue