102 Commits (dddeb1ad68f8539f5ea2fbac36c07532f12bf9cf)

Author SHA1 Message Date
  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
  tpoole cbdf17a6fb Increased the size of the standalone filter settings window 7 years ago
  tpoole 6d369ac0d6 Fixed a double header inclusion bug 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  hogliux b78ce1f059 Fixed an assertion when quitting the standalone plug-in target when the audio settings window is open 7 years ago
  hogliux ffdc318d7f iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice 7 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 7 years ago
  tpoole 507a4ed985 Standalone plug-in: Fixed the placement of the mute feedback option 8 years ago
  hogliux 9d52538e91 Standalone plug-in: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 8 years ago
  hogliux 1f40db45a5 Standalone plug-in: Fixed a compile error for older macOS deployment targets 8 years ago
  hogliux 22c187826d Android: Fixed a compile error when building standalone plug-ins on Android 8 years ago
  hogliux 7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 8 years ago