14 Commits (b22db01968c249b37f8de7d34a13e4ade12d514b)

Author SHA1 Message Date
  Tom Poole b22db01968 Fixed an iOS compiler warning 6 years ago
  jules 15567c7150 Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window 6 years ago
  ed 92a9c37bac Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit 6 years ago
  ed 32bc00871d Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013 6 years ago
  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 7 years ago
  Tom Poole ab68b98dae AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes 7 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