Proposed fix 1080 Panning Sample tracks

This commit is contained in:
Dave French
2014-12-21 16:10:43 +00:00
parent a774e5dabe
commit 188f3714d7
2 changed files with 16 additions and 1 deletions

View File

@@ -148,9 +148,11 @@ public:
private:
FloatModel m_volumeModel;
FloatModel m_panningModel;
AudioPort m_audioPort;
friend class SampleTrackView;
} ;
@@ -181,6 +183,7 @@ private:
EffectRackView * m_effectRack;
QWidget * m_effWindow;
Knob * m_volumeKnob;
Knob * m_panningKnob;
} ;