From e37c5f5048bb440140dc56ce773d105fc2129385 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 2 Sep 2017 10:30:02 +0200 Subject: Implement master bleed control in the instrument parser and engine. --- src/instrument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index 41fe886..4076b48 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -42,6 +42,7 @@ class Instrument { friend class InstrumentParser; + friend class DrumKitParser; public: Instrument(Settings& settings, Random& rand); ~Instrument(); @@ -78,6 +79,7 @@ private: void finalise(); ///< Signal instrument that no more samples will be added. std::vector samplelist; + std::vector instrument_channels; size_t lastpos; float mod; -- cgit v1.2.3