use sampleFrame-array instead of surroundSampleFrame-array for processing
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@872 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -35,9 +35,8 @@
|
||||
|
||||
audioPort::audioPort( const QString & _name, track * _track ) :
|
||||
m_bufferUsage( NoUsage ),
|
||||
m_firstBuffer( new surroundSampleFrame[
|
||||
engine::getMixer()->framesPerPeriod()] ),
|
||||
m_secondBuffer( new surroundSampleFrame[
|
||||
m_firstBuffer( new sampleFrame[engine::getMixer()->framesPerPeriod()] ),
|
||||
m_secondBuffer( new sampleFrame[
|
||||
engine::getMixer()->framesPerPeriod()] ),
|
||||
m_extOutputEnabled( FALSE ),
|
||||
m_nextFxChannel( 0 ),
|
||||
|
||||
Reference in New Issue
Block a user