16 Commits (84c05cbecc664d38e20438c8a95b48bc8a5df45f)

Author SHA1 Message Date
  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
  Tom Poole e79941ca57 Changed the manufacturer name of the internal plug-in host nodes 6 years ago
  ed 90a692a58c Enable DPI aware plug-in hosting in the AudioPluginHost 6 years ago
  jules bc37767edb Updated the AudioPluginHost app 6 years ago
  jules 49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 6 years ago
  hogliux f574b9d962 VS2013: Fixed a VS2013 compiler error in the AudioPluginHost 7 years ago
  hogliux 5b9a07ec2e PluginHost: Fixed a bug where the PluginHost would always ask to save the file even if it wasn't changed 7 years ago
  jules f3e1e52c88 Cleaned up some audio plugin creation function prototypes 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
  hogliux 0db9415de6 Add bypass support to both hosting and plug-in client code 7 years ago
  hogliux e05a1549f2 Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class 7 years ago
  Noah Dayan c610745ee3 Fixed listener bug in AudioPluginHost 7 years ago
  ed 44f9a5c256 Move AudioPluginHost and NetworkGraphicsDemo projects from examples to extras 7 years ago