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
/*
* sample_buffer.cpp - container-class sampleBuffer
*
@@ -93,7 +95,6 @@
#define write writeBlock
#define read readBlock
#define seek at
#define pos at
#endif
@@ -1463,9 +1464,10 @@ void sampleBuffer::deleteResamplingData( void * * _ptr )
#undef write
#undef read
#undef seek
#undef pos
#include "sample_buffer.moc"
#endif