summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/instrument.h b/src/instrument.h
index 9b110be..b146cb2 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -50,7 +50,11 @@ public:
std::vector<AudioFile*> audiofiles;
+ bool isValid();
+
private:
+ void *magic;
+
std::string _name;
std::string _description;
RangeMap<level_t, Sample*> samples;