merge
+ support o2mania style BMS (7 keys) + move notes to autokeysound when reducing tracks
This commit is contained in:
+1
-3
@@ -593,9 +593,7 @@ void Player::Load()
|
||||
|
||||
// parameters are invalid somehow... -aj
|
||||
RageSoundLoadParams SoundParams;
|
||||
//RageSoundParams p;
|
||||
SoundParams.m_bSupportPan = true;
|
||||
//p.StopMode = RageSoundParams::M_STOP;
|
||||
|
||||
float fBalance = GameSoundManager::GetPlayerBalance( pn );
|
||||
for( unsigned i=0; i<m_vKeysounds.size(); i++ )
|
||||
@@ -605,7 +603,7 @@ void Player::Load()
|
||||
if( sound.GetLoadedFilePath() != sKeysoundFilePath )
|
||||
sound.Load( sKeysoundFilePath, true, &SoundParams );
|
||||
sound.SetProperty( "Pan", fBalance );
|
||||
//sound.SetParams( p );
|
||||
sound.SetStopModeFromString( "stop" );
|
||||
}
|
||||
|
||||
if( m_pPlayerStageStats )
|
||||
|
||||
Reference in New Issue
Block a user