simplified filtering, VST fixes
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@478 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -280,8 +280,7 @@ void envelopeTabWidget::processAudioBuffer( sampleFrame * _ab,
|
||||
_n->m_filter = new basicFilters<>(
|
||||
engine::getMixer()->sampleRate() );
|
||||
}
|
||||
_n->m_filter->setType( basicFilters<>::getFilterType(
|
||||
m_filterComboBox->value() ) );
|
||||
_n->m_filter->setFilterType( m_filterComboBox->value() );
|
||||
|
||||
float * cut_buf = NULL;
|
||||
float * res_buf = NULL;
|
||||
|
||||
Reference in New Issue
Block a user