experimental support for note panning in SF2 player (I'm not sure what m_maxChannels should be or how to find it out. I just picked what worked for my setup.)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1941 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-16 11:24:05 +00:00
parent c34dffa50f
commit 7fe4f1e60c
4 changed files with 37 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ notePlayHandle::notePlayHandle( instrumentTrack * _it,
#ifdef LMMS_SINGERBOT_SUPPORT
m_patternIndex( 0 ),
#endif
m_channel( 1 ),
m_origTempo( engine::getSong()->getTempo() )
{
if( m_baseNote )