X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=blobdiff_plain;f=plugins%2FOnset.h;h=bf800652b3298f5b16abc432dde16cee0384bf4a;hp=895cce654344513988357a11b39ce74b88746dfb;hb=8311697d56d35a35408a81a41c90ad712bee6d45;hpb=e20f267267ec3610d3f5314906197fd2819e80c3 diff --git a/plugins/Onset.h b/plugins/Onset.h index 895cce6..bf80065 100644 --- a/plugins/Onset.h +++ b/plugins/Onset.h @@ -63,6 +63,8 @@ protected: size_t m_stepSize; size_t m_blockSize; size_t m_channelCount; + Vamp::RealTime m_delay; + Vamp::RealTime m_lastOnset; };