Timing fixes for SON playback

This commit is contained in:
Jack Andersen
2016-05-18 19:27:39 -10:00
parent 3433a70462
commit 2115a958b1
7 changed files with 41 additions and 28 deletions

View File

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