This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-16 00:34:19 +00:00
Code
Activity
5c19eacd0b
JUCE
/
extras
/
AudioPluginHost
/
Source
History
Download ZIP
Download TAR.GZ
jules
2e2cfb5f6c
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
..
Filters
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
UI
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
HostStartup.cpp
Replaced all usage of ScopedPointer with std::unique_ptr
2018-04-19 20:27:47 +01:00
JUCEAppIcon.png
Add Android and iOS support to AudioPluginHost
2018-04-09 12:15:50 +01:00