MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / OnWindowClosed

Method OnWindowClosed

Source/TitleBar.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

closeButtonPressedMethod · 0.80

Calls 2

ofToDataPathFunction · 0.85
resetMethod · 0.80

Tested by

no test coverage detected