All editors implemented

This commit is contained in:
Jack Andersen
2018-08-09 20:19:23 -10:00
parent eff832bb8c
commit d24e06f101
34 changed files with 2575 additions and 414 deletions

View File

@@ -23,6 +23,7 @@ void Voice::_destroy()
m_studio.reset();
m_backendVoice.reset();
m_curSample.reset();
m_sequencer.reset();
}
Voice::~Voice()