74 Commits (b51d43d8246404238ab5b47b47ba4ccb98688f73)

Author SHA1 Message Date
  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
  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
  hogliux 9d921a3b21 Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 8 years ago
  hogliux c55c127f84 Standalong plug-in target: Fixed a compile error for older macOS deployment targets 8 years ago
  hogliux e50cca1c1a Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops 8 years ago
  jules 93f07cc177 Code cleanup 8 years ago
  hogliux 5c19886a43 Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole 7e9b8fd923 Improved a menu label in the standalone filter window 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms 8 years ago
  hogliux d19ba05a03 Added support for saving audio/midi setting in standalone wrappers 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux aa150395f4 Automatically connect midi input devices on mobile in standalone filter apps 8 years ago
  hogliux 88803f6378 Don't call methods that require modal loops in Standalone filter windows 9 years ago
  hogliux 968cee4ad2 Remove unnecessary code after moving to static shared code library 9 years ago
  hogliux a714febbe3 Fix incorrect number of output buses in standalone plug-in client 9 years ago
  hogliux 0ea9e33544 Enable subclassing of StandaloneFilterApp 9 years ago
  jules 06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  hogliux bbf716af9c Fix StandaloneFilterWindow compile error 9 years ago
  jules dcf949ba66 Additions to StandaloneFilterWindow 9 years ago
  hogliux c9f4949f47 Fix warnings in StandaloneFilterWindow 9 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules bb14c94af2 Added missing virtual destructor to StandalonePluginHolder. 10 years ago
  jules ab018dbe38 Virtualised a couple of methods in StandalonePluginHolder 10 years ago
  jules 3e947f1612 Fixes for unused parameter warnings when modal loops are disabled. 10 years ago
  jules e233124fc3 Fix for StandAloneFilterWindow path saving. 11 years ago