mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-05 22:56:38 -05:00
More Automation refactoring
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
#include "MainWindow.h"
|
||||
#include "StringPairDrag.h"
|
||||
|
||||
#include "AutomationEditor.h"
|
||||
|
||||
|
||||
|
||||
AutomatableModelView::AutomatableModelView( ::Model* model, QWidget* _this ) :
|
||||
@@ -224,7 +226,9 @@ void AutomatableModelViewSlots::removeConnection()
|
||||
|
||||
void AutomatableModelViewSlots::editSongGlobalAutomation()
|
||||
{
|
||||
AutomationPattern::globalAutomationPattern( m_amv->modelUntyped() )->openInAutomationEditor();
|
||||
Engine::automationEditor()->open(
|
||||
AutomationPattern::globalAutomationPattern(m_amv->modelUntyped())
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user