Properly advertise Sequencer tempo to voice SoundMacros

This commit is contained in:
Jack Andersen
2016-06-01 11:32:48 -10:00
parent a047b1f6c8
commit e932539ec4
4 changed files with 11 additions and 6 deletions

View File

@@ -326,6 +326,7 @@ bool SongState::advance(Sequencer& seq, double dt)
{
/* Turn over tempo */
m_tempo = change.m_tempo;
seq.setTempo(m_tempo * 384 / 60);
++m_tempoPtr;
continue;
}