| 189 | } |
| 190 | |
| 191 | void TitleBar::OnWindowClosed() |
| 192 | { |
| 193 | mPluginListWindow.reset(nullptr); |
| 194 | |
| 195 | TheSynth->GetKnownPluginList().createXml()->writeTo(juce::File(ofToDataPath("vst/found_vsts.xml"))); |
| 196 | } |
| 197 | |
| 198 | SpawnListManager::SpawnListManager(IDropdownListener* owner) |
| 199 | : mInstrumentModules(owner, 500, 16, "instruments:", kModuleCategory_Instrument, true) |
no test coverage detected