summaryrefslogtreecommitdiff
path: root/src/instrument.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrument.cc')
-rw-r--r--src/instrument.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/instrument.cc b/src/instrument.cc
index b7bcdd9..59537ea 100644
--- a/src/instrument.cc
+++ b/src/instrument.cc
@@ -115,6 +115,11 @@ const std::string& Instrument::getGroup() const
return _group;
}
+bool Instrument::getPercussive() const
+{
+ return _percussive;
+}
+
void Instrument::setGroup(const std::string& g)
{
_group = g;