Envelope command fixes, 20ms default envelope

This commit is contained in:
Jack Andersen
2016-05-31 00:16:52 -10:00
parent d5b50e3633
commit 0c8d8f571c
6 changed files with 182 additions and 143 deletions

View File

@@ -50,7 +50,7 @@ void Sequencer::_destroy()
{
m_engine.removeSubmix(m_submix);
m_submix = nullptr;
}
}
}
Sequencer::~Sequencer()