fixed crash at first LMMS-startup
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@97 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -50,9 +50,10 @@ engine::engine( const bool _has_gui ) :
|
||||
m_bbEditor = new bbEditor( this );
|
||||
m_pianoRoll = new pianoRoll( this );
|
||||
|
||||
m_mixer->initDevices();
|
||||
|
||||
m_mainWindow->finalize();
|
||||
|
||||
m_mixer->initDevices();
|
||||
m_mixer->startProcessing();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user