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

@@ -6,6 +6,7 @@ namespace amuse
void Submix::_destroy()
{
m_destroyed = true;
m_backendSubmix.reset();
}
Submix::Submix(Engine& engine, Submix* smx)