sf2 understands panning midi meta events now

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1942 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-16 11:46:41 +00:00
parent 7fe4f1e60c
commit 87a9be583f
5 changed files with 29 additions and 0 deletions

View File

@@ -307,6 +307,7 @@ void instrumentTrack::processInEvent( const midiEvent & _me,
if( m_notes[_me.key()] != NULL )
{
m_notes[_me.key()]->setPanning( _me.getPanning() );
m_instrument->updatePanning( m_notes[_me.key()] );
}
break;
default: