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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user