diff options
Diffstat (limited to 'src/instrument.h')
-rw-r--r-- | src/instrument.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/instrument.h b/src/instrument.h index e880d8d..62f8d01 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -35,6 +35,7 @@ #include "sample.h" #include "versionstr.h" +#include "random.h" class InstrumentParser; class Instrument { @@ -76,6 +77,8 @@ private: size_t lastpos; float mod; + + Random rand; }; //typedef std::map< std::string, Instrument > Instruments; |