Implement songs import function

This commit is contained in:
Jack Andersen
2018-08-09 22:11:08 -10:00
parent d24e06f101
commit 45cb6be3c5
5 changed files with 167 additions and 109 deletions

View File

@@ -939,7 +939,7 @@ void Voice::keyOff()
loadMacroObject(m_keyoffTrap.macroId, m_keyoffTrap.macroStep, m_state.m_ticksPerSec, m_state.m_initKey,
m_state.m_initVel, m_state.m_initMod);
}
else if (!m_curSample || m_curSample->m_loopLengthSamples)
else
_macroKeyOff();
for (const ObjToken<Voice>& vox : m_childVoices)