diff --git a/src/engine/dispatch.h b/src/engine/dispatch.h index ba083ae94..5a4940019 100644 --- a/src/engine/dispatch.h +++ b/src/engine/dispatch.h @@ -428,6 +428,7 @@ struct DivSamplePos { struct DivDispatchOscBuffer { bool follow; unsigned int rate; + size_t rateMul; unsigned short needle; unsigned short readNeedle; unsigned short followNeedle; @@ -446,6 +447,9 @@ struct DivDispatchOscBuffer { } inline void end(unsigned short len) { needle+=len; + } + void setRate(unsigned int r) { + } DivDispatchOscBuffer(): follow(true),