fixed deprecated API call
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1841 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1721,8 +1721,9 @@ p->putValue( jt->pos, value, false );
|
||||
{
|
||||
continue;
|
||||
}
|
||||
effectChain * ec = engine::getFxMixer()->getEffectChain(
|
||||
it->fxChannel );
|
||||
effectChain * ec = &engine::getFxMixer()->
|
||||
getEffectChannel( it->fxChannel )->
|
||||
m_fxChain;
|
||||
printf("adding %s to %d\n", effName.toAscii().constData(),
|
||||
it->fxChannel );
|
||||
for( effectKeyList::iterator jt = effKeys.begin();
|
||||
|
||||
Reference in New Issue
Block a user