mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Properly advertise Sequencer tempo to voice SoundMacros
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user