Add "Assign to new FX Channel" action to FXSpinBox

Fix #604 #921
This commit is contained in:
Amadeus Folego
2015-01-14 16:50:25 -02:00
parent 06cb85b771
commit c99e47f581
3 changed files with 69 additions and 25 deletions

View File

@@ -306,6 +306,9 @@ public:
static void cleanupWindowCache();
// Create a menu for assigning/creating channels for this track
QMenu * createFxMenu( QString title, QString newFxLabel );
protected:
virtual void dragEnterEvent( QDragEnterEvent * _dee );
@@ -378,11 +381,12 @@ public:
void setInstrumentTrackView( InstrumentTrackView * _tv );
InstrumentTrackView * instrumentTrackView()
InstrumentTrackView *instrumentTrackView()
{
return m_itv;
}
PianoView * pianoView()
{
return m_pianoView;