mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
add Stk::clear_alertList method
This commit is contained in:
@@ -172,6 +172,9 @@ public:
|
||||
*/
|
||||
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 std::string rawwavePath(void) { return rawwavepath_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user