mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Initial SongState, timing is hilariously wrong ATM
This commit is contained in:
@@ -18,6 +18,8 @@ void Voice::_destroy()
|
||||
|
||||
for (std::shared_ptr<Voice>& vox : m_childVoices)
|
||||
vox->_destroy();
|
||||
|
||||
m_backendVoice.reset();
|
||||
}
|
||||
|
||||
Voice::~Voice()
|
||||
|
||||
Reference in New Issue
Block a user