Additional VST UI work

This commit is contained in:
Jack Andersen
2016-06-10 20:40:23 -10:00
parent 6f7a7405d7
commit 6f538dc19c
4 changed files with 51 additions and 53 deletions

View File

@@ -136,7 +136,7 @@ VSTBackend::VSTBackend(audioMasterCallback cb)
setNumInputs(0);
setNumOutputs(2);
setEditor(&m_editor);
sizeWindow(800, 520);
sizeWindow(600, 420);
m_booBackend = std::make_unique<VSTVoiceEngine>();
m_voxAlloc.emplace(*m_booBackend);