improve project-unloading speed, fix wrong signal-slot-connection which made gate-parameter of effects not working
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@633 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2008-01-02 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/widgets/rack_plugin.cpp:
|
||||
fixed wrong signal-slot-connection which made gate-parameter of
|
||||
effects not working
|
||||
|
||||
* src/core/track_container.cpp:
|
||||
when removing tracks start removing at the end of track-vector (i.e.
|
||||
use m_trackWidgets.last() instead of m_trackWidgets.first()) - speeds
|
||||
up things *a lot*
|
||||
|
||||
* README:
|
||||
* src/core/about_dialog.cpp:
|
||||
fixed version and extended copyright from 2007 to 2008
|
||||
|
||||
2007-12-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/midi_import/midi_import.cpp:
|
||||
|
||||
Reference in New Issue
Block a user