Add sequencer fade times

This commit is contained in:
Jack Andersen
2017-02-26 19:24:58 -10:00
parent 5c8fa2e8ab
commit a23af16349
3 changed files with 67 additions and 12 deletions

View File

@@ -113,7 +113,7 @@ struct AppCallback : boo::IApplicationCallback
m_setupId = setupId;
if (m_seq)
{
m_seq->stopSong(true);
m_seq->stopSong(0.f, true);
m_seq->kill();
}
m_seq = m_engine->seqPlay(m_groupId, setupId, nullptr);