mirror of
https://github.com/thestk/stk
synced 2026-02-05 17:06:16 +00:00
add Stk::clear_alertList method
This commit is contained in:
@@ -172,6 +172,9 @@ public:
|
|||||||
*/
|
*/
|
||||||
void ignoreSampleRateChange( bool ignore = true ) { ignoreSampleRateChange_ = ignore; };
|
void ignoreSampleRateChange( bool ignore = true ) { ignoreSampleRateChange_ = ignore; };
|
||||||
|
|
||||||
|
//! Static method that frees memory from alertList_.
|
||||||
|
static void clear_alertList(){std::vector<Stk *>().swap(alertList_);};
|
||||||
|
|
||||||
//! Static method that returns the current rawwave path.
|
//! Static method that returns the current rawwave path.
|
||||||
static std::string rawwavePath(void) { return rawwavepath_; }
|
static std::string rawwavePath(void) { return rawwavepath_; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user