jules
|
6463529371
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
6 years ago |
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
|
7 years ago |
Tom Poole
|
cbdf5e6d21
|
Fixed some compiler warnings
|
6 years ago |
Tom Poole
|
ab68b98dae
|
AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes
|
6 years ago |
ed
|
90a692a58c
|
Enable DPI aware plug-in hosting in the AudioPluginHost
|
7 years ago |
jules
|
bc37767edb
|
Updated the AudioPluginHost app
|
7 years ago |
hogliux
|
f574b9d962
|
VS2013: Fixed a VS2013 compiler error in the AudioPluginHost
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
ed
|
5527cd8ca1
|
Add Android and iOS support to AudioPluginHost
|
7 years ago |