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:
@@ -1,3 +1,9 @@
|
||||
2006-03-05 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
|
||||
* src/core/engine.cpp:
|
||||
finalize main-window after having mixer to start its audio-devices -
|
||||
fixes crash on first time LMMS is started
|
||||
|
||||
2006-02-28 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
|
||||
* data/locale/de.ts:
|
||||
|
||||
5
TODO
5
TODO
@@ -1,5 +1,10 @@
|
||||
to be done as soon as possible:
|
||||
|
||||
- recording-functionality
|
||||
- show loading-vst-hint when cloning vestige-track
|
||||
- do not hang when saving while loading VST-plugin
|
||||
- tempo-recogn. and sync of beat-sample
|
||||
- do not quantize when importing from MIDI-file
|
||||
- KNOB-setValue!!!
|
||||
- separate GUI and data/sound-processing-code
|
||||
- fix qtimer-problem /channel-activity-LEDs
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.1.4-cvs20060228, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060228)
|
||||
AC_INIT(lmms, 0.1.4-cvs20060304, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060304)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
@@ -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