bugfixes and some small new features

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@89 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-02-23 11:14:15 +00:00
parent c77af5f46f
commit 1ef530bde2
115 changed files with 1059 additions and 263 deletions

View File

@@ -1,3 +1,5 @@
#ifndef SINGLE_SOURCE_COMPILE
/*
* engine.cpp - implementation of LMMS' engine-system
*
@@ -61,9 +63,9 @@ engine::~engine()
{
m_mixer->stopProcessing();
delete m_projectNotes;
delete m_pianoRoll;
delete m_songEditor;
delete m_bbEditor;
delete m_pianoRoll;
presetPreviewPlayHandle::cleanUp( this );
@@ -92,3 +94,5 @@ engineObject::~engineObject()
{
}
#endif