summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/instrument.h b/src/instrument.h
index e18c14a..6deb5d2 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -63,6 +63,9 @@ public:
//! Get the number of audio files (as in single channel) in this instrument.
std::size_t getNumberOfFiles() const;
+ float getMaxPower() const;
+ float getMinPower() const;
+
private:
// For parser:
friend class InstrumentParser;