mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-23 07:29:53 -04:00
added basic support for recording sound into sample tracks
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1508 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -79,6 +79,12 @@ void engine::init( const bool _has_gui )
|
||||
s_fxMixer = new fxMixer;
|
||||
s_bbTrackContainer = new bbTrackContainer;
|
||||
|
||||
s_ladspaManager = new ladspa2LMMS;
|
||||
|
||||
s_projectJournal->setJournalling( TRUE );
|
||||
|
||||
s_mixer->initDevices();
|
||||
|
||||
if( s_hasGUI )
|
||||
{
|
||||
s_mainWindow = new mainWindow;
|
||||
@@ -89,15 +95,7 @@ void engine::init( const bool _has_gui )
|
||||
s_bbEditor = new bbEditor( s_bbTrackContainer );
|
||||
s_pianoRoll = new pianoRoll;
|
||||
s_automationEditor = new automationEditor;
|
||||
}
|
||||
s_ladspaManager = new ladspa2LMMS;
|
||||
|
||||
s_projectJournal->setJournalling( TRUE );
|
||||
|
||||
s_mixer->initDevices();
|
||||
|
||||
if( s_hasGUI )
|
||||
{
|
||||
s_mainWindow->finalize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user