mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Bug fixes, xref search, more context menus
This commit is contained in:
@@ -515,6 +515,7 @@ void Sequencer::ChannelState::killKeygroup(uint8_t kg, bool now)
|
||||
m_lastVoice.reset();
|
||||
if (now)
|
||||
{
|
||||
vox->kill();
|
||||
it = m_chanVoxs.erase(it);
|
||||
continue;
|
||||
}
|
||||
@@ -533,6 +534,7 @@ void Sequencer::ChannelState::killKeygroup(uint8_t kg, bool now)
|
||||
Voice* vox = it->get();
|
||||
if (vox->m_keygroup == kg)
|
||||
{
|
||||
vox->kill();
|
||||
it = m_keyoffVoxs.erase(it);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user