mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
MIDI API refactor
This commit is contained in:
@@ -158,7 +158,7 @@ void Engine::_bringOutYourDead()
|
||||
void Engine::_5MsCallback(double dt)
|
||||
{
|
||||
if (m_midiReader)
|
||||
m_midiReader->pumpReader();
|
||||
m_midiReader->pumpReader(dt);
|
||||
for (std::shared_ptr<Sequencer>& seq : m_activeSequencers)
|
||||
seq->advance(dt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user