summaryrefslogtreecommitdiff
path: root/src/events_ds.h
diff options
context:
space:
mode:
authorVolker Fischer <corrados@users.noreply.github.com>2021-07-28 19:02:13 +0200
committerVolker Fischer <corrados@users.noreply.github.com>2021-07-28 19:02:13 +0200
commit61630a321ac59da01240a4b359c591e567aa84ed (patch)
tree0e4eeed42dabe4c46f06153f9e3914177a6b7967 /src/events_ds.h
parent78c4c6abba8b02e3181c09ce9671cf454553c730 (diff)
parent62f7f2b2b004162b06af844dbc1a3cda696cfd9e (diff)
Merge remote-tracking branch 'origin/develop' into edrumulus
Diffstat (limited to 'src/events_ds.h')
-rw-r--r--src/events_ds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/events_ds.h b/src/events_ds.h
index 5855711..fdab881 100644
--- a/src/events_ds.h
+++ b/src/events_ds.h
@@ -96,6 +96,9 @@ public:
//! when startAddingNewGroup is again called.
void startAddingNewGroup(InstrumentID instrument_id = InstrumentID());
+ //! Clears the whole data structure to make it ready for a new drum kit.
+ void clear();
+
private:
struct ChannelData
{