diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-22 13:09:42 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-22 13:17:42 +0200 |
commit | cc0f25cd2b9fc5856f16b71a412ce8c17edc39a7 (patch) | |
tree | 8054bd08a5c19b5265d790106906532884c9bb13 /src/drumkit.h | |
parent | d4e2178776342e046886f9426d752fa6a7808350 (diff) |
Include new information into the status frame.
Diffstat (limited to 'src/drumkit.h')
-rw-r--r-- | src/drumkit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drumkit.h b/src/drumkit.h index f646b22..682dbff 100644 --- a/src/drumkit.h +++ b/src/drumkit.h @@ -44,6 +44,7 @@ public: std::string getName() const; std::string getDescription() const; + VersionStr getVersion() const; Instruments instruments; Channels channels; |