Move FX assignment/creation logic to InsTrackView

This commit is contained in:
Amadeus Folego
2015-01-14 16:46:36 -02:00
parent e70c4017ea
commit 06cb85b771
4 changed files with 34 additions and 27 deletions

View File

@@ -322,6 +322,9 @@ private slots:
void midiConfigChanged();
void muteChanged();
void assignFxLine( int channelIndex );
void createFxLine();
private:
InstrumentTrackWindow * m_window;
@@ -375,6 +378,11 @@ public:
void setInstrumentTrackView( InstrumentTrackView * _tv );
InstrumentTrackView * instrumentTrackView()
{
return m_itv;
}
PianoView * pianoView()
{
return m_pianoView;

View File

@@ -391,8 +391,6 @@ private slots:
void recordingOn();
void recordingOff();
void clearTrack();
void assignFxLine( int channelIndex );
void createFxLine();
private:
static QPixmap * s_grip;