Proposed fix for 1345 Exclude Tracks from master pitch

This commit is contained in:
Dave French
2015-01-10 17:11:17 +00:00
parent e61a0d14f0
commit af22d39612
3 changed files with 20 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ class DataFile;
class PluginView;
class TabWidget;
class TrackLabelButton;
class LedCheckBox;
class EXPORT InstrumentTrack : public Track, public MidiEventProcessor
@@ -250,6 +251,7 @@ private:
FloatModel m_pitchModel;
IntModel m_pitchRangeModel;
IntModel m_effectChannelModel;
BoolModel m_useMasterPitchModel;
FadeButton *m_fb;
@@ -414,6 +416,7 @@ private:
Knob * m_pitchKnob;
LcdSpinBox* m_pitchRangeSpinBox;
LcdSpinBox * m_effectChannelNumber;
LedCheckBox * m_useMasterPitchBox;
// tab-widget with all children