1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/extras/AudioPluginHost/Source/UI
2019-05-09 10:51:19 +01:00
..
GraphEditorPanel.cpp Fixed some compiler warnings 2019-03-08 18:01:17 +00:00
GraphEditorPanel.h Fixed some compiler warnings 2019-03-08 18:01:17 +00:00
MainHostWindow.cpp Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 2019-05-09 10:51:19 +01:00
MainHostWindow.h Fixed some compiler warnings 2019-03-08 18:01:17 +00:00
PluginWindow.h Fixed some compiler warnings 2019-03-08 18:01:17 +00:00