111 Commits (a6bfcc6427f22cd77b0facc306743c74b030b88c)

Author SHA1 Message Date
  ed 757556d1ac Fixed a positioning bug in the standalone plug-in window 4 years ago
  ed dc8145fe6a Fixed a potential infinite resize loop when using the standalone plug-in window with a transformed editor 4 years ago
  ed 744e16eebd Fixed some Doxygen parsing issues 4 years ago
  ed 009d685179 Updated all license headers 5 years ago
  ed d9093c87d6 Removed some cross-module relative includes 5 years ago
  ed b57509c4a2 Removed some cross-module relative includes 5 years ago
  ed 2bfed0b354 Removed some unnecessary JUCE_MODULE_AVAILABLE_* checks 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk ece5644a20 CMake: Add support for building JUCE projects with CMake 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  reuk 3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 5 years ago
  reuk 1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  ed 133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 5 years ago
  ed 388e42214c Mute audio input by default in standalone plug-in 5 years ago
  Tom Poole 22aa9bc682 Standalone plug-in: Fixed a mute button race condition 5 years ago
  ed de4f6fe0fa Resize standalone plug-in window when scale factor is changed 5 years ago
  ed d2a90d1ee2 Resize the standalone plug-in holder window correctly when the plug-in has a scale factor set via AudioProcessorEditor::setScaleFactor() 5 years ago
  ed c8d8201aba Use a GenericAudioProcessorEditor in the standalone wrapper if no editor is provided 5 years ago
  Tom Poole a4bd6cbc66 Fixed some more Linux compiler warnings 6 years ago
  ed e26529d5e9 Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods 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 6 years ago
  ed ac52618966 Ensure that the standalone plug-in saves its state when the OS sends a quit request 6 years ago
  ed 6c87ed6bed Ensure that the standalone plug-in saves its state when the OS sends a quit request 6 years ago
  ed 174934bf85 Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts 6 years ago
  ed 083078034a Fixed a typo in the StandalonePluginHolder constructor 6 years ago
  ed 92141bf279 Added an AudioProcessorPlayer::setMidiOutput() method for forwarding MIDI messages from the AudioProcessor and updated the standalone plugin holder to use this 6 years ago
  Tom Poole 895c822775 Fixed a unique_ptr compiler error 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 cdbc28c18b Add documentation tags 7 years ago
  Tom Poole 71bc0ca7e6 Code cleanup 7 years ago
  Tom Poole a2a3f32d8f Fixed some issues with IO channel counts in the StandaloneFilterWindow 7 years ago
  Lukasz Kozakiewicz a2bbd99234 StandaloneFilterWindow: hide title bar on iOS and Android even when not in Kiosk mode. 7 years ago
  Lukasz Kozakiewicz 181f4ab7fc StandalonePluginWindow: allow to customise kiosk mode enablement. 7 years ago
  Tom Poole ceb0afd861 Fixed some data races in the CoreAudio audio device 7 years ago
  jules 6a49d6efdc Minor tidying up 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago
  hogliux f4de59972a Fixed a build error on Linux 7 years ago
  hogliux 853b93b7c5 Standalone Plug-In: Avoided build errors when including juce_StandeloneFilterWindow.h in a custom standalone plug-in app 7 years ago
  tpoole d654e442aa Fixed an IAA namespacing issue 7 years ago
  ed 141be27dab Added some missing braces in StandaloneFilterApp 7 years ago
  jules aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
  tpoole cc5b2238ae Fixed an IAA namespacing issue 7 years ago
  hogliux 0b2822f819 Standalone Plug-In: Added an override flag to not auto open midi devices on mobile 7 years ago
  jules a742ae834e Added a missing inline to the StandalonePluginHolder class 7 years ago
  hogliux 829e64468f Standalone Plug-In: Added missing save state when the standalone app is closed 7 years ago
  hogliux 70aa86413a Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed 7 years ago