diff --git a/include/Stk.h b/include/Stk.h index 0574c42..58c1d61 100644 --- a/include/Stk.h +++ b/include/Stk.h @@ -171,7 +171,10 @@ public: class basis. */ void ignoreSampleRateChange( bool ignore = true ) { ignoreSampleRateChange_ = ignore; }; - + + //! Static method that frees memory from alertList_. + static void clear_alertList(){std::vector().swap(alertList_);}; + //! Static method that returns the current rawwave path. static std::string rawwavePath(void) { return rawwavepath_; }