InstrumentTrack: hide sound shaping widgets for single-streamed instruments

We currently don't apply envelopes/LFOs and filters to single-streamed
instruments, therefore hide the GUI.
This commit is contained in:
Tobias Doerffel
2014-03-08 13:17:55 +01:00
parent 4803c3542d
commit b01f093e37
3 changed files with 11 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ public:
InstrumentSoundShapingView( QWidget * _parent );
virtual ~InstrumentSoundShapingView();
void setFunctionsHidden( bool hidden );
private:
virtual void modelChanged();