mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Timing fixes for SON playback
This commit is contained in:
@@ -143,6 +143,9 @@ std::shared_ptr<Voice> Sequencer::ChannelState::keyOn(uint8_t note, uint8_t velo
|
||||
if (!m_page)
|
||||
return {};
|
||||
|
||||
/* Ensure keyoff sent first */
|
||||
keyOff(note, 0);
|
||||
|
||||
std::shared_ptr<Voice> ret = m_parent.m_engine._allocateVoice(m_parent.m_audioGroup,
|
||||
m_parent.m_groupId, 32000.0,
|
||||
true, false, m_submix);
|
||||
|
||||
Reference in New Issue
Block a user