Initial SongState, timing is hilariously wrong ATM

This commit is contained in:
Jack Andersen
2016-05-18 16:19:43 -10:00
parent aedbc72766
commit 3433a70462
10 changed files with 648 additions and 60 deletions

View File

@@ -18,6 +18,8 @@ void Voice::_destroy()
for (std::shared_ptr<Voice>& vox : m_childVoices)
vox->_destroy();
m_backendVoice.reset();
}
Voice::~Voice()