799 Commits (15e09fdc5e1321520bcc040e79c31faee45ea482)

Author SHA1 Message Date
  Tom Poole f204a99c6f VST3: Fixed an issue with parallel streams of parameter updates during playback 7 years ago
  Tom Poole a222f42ec1 VST3: Fixed a bug setting tail lengths 7 years ago
  Tom Poole bdea443017 VST3: Fixed a bug setting tail lengths 7 years ago
  jules 8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
  Tom Poole 0f752396a5 VST3: Made MIDI CC parameters non-automatable 7 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 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
  Tom Poole 2d92311116 VST3: Fixed an issue with parallel streams of parameter updates during playback 7 years ago
  Lukasz Kozakiewicz 181f4ab7fc StandalonePluginWindow: allow to customise kiosk mode enablement. 7 years ago
  Tom Poole e14ca41087 VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2 7 years ago
  jules 58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 7 years ago
  Noah Dayan 2a5108ffc6 Fix doc typo in juce_PluginHostType.h 7 years ago
  Noah Dayan 4f8749e744 Added documentation to juce_PluginHostType.h 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 2206fae758 VST3: Removed more unused code in the VST3 wrapper 7 years ago
  hogliux 5bc0c2b06f VST3: Added support for VST3 SDK 3.6.8 7 years ago
  hogliux 30269baed1 Added higher-order ambisonics support to JUCE 7 years ago
  hogliux 1c7185ed25 VST3: Removed more unused code in the VST3 wrapper 7 years ago
  hogliux 7a22f133c4 VST3: Added support for VST3 SDK 3.6.8 7 years ago
  jules ad8ce801ab Added functionality to tell ProTools when a parameter name changes. Also did some quick cleanup in the AAX wrapper 7 years ago
  hogliux 190631a191 VST3: Fixed a leak in VST3 plug-ins if the host was listening for track property updates 7 years ago
  tpoole 20b625fefa Fixed a Windows RTAS namespacing issue 7 years ago
  hogliux ff0a72da7f AU: Ensure that Final Cut Pro will re-query the state information of the AudioProcessor when `updateHostDisplay` is called 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 8e4e4af795 CLion: Fixed issues with setting the cpp standard, launching Windows GUI apps without the console, spaces in project names, and Windows style include paths 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
  ed dbb2f620b4 Bump version number to 5.2.0 7 years ago
  jules a742ae834e Added a missing inline to the StandalonePluginHolder class 7 years ago
  tpoole afdb888514 RTAS: Fixed some namespacing around include paths 7 years ago
  hogliux 55a917ebe5 AU/AUv3: Ensured that prepareToPlay is called when an AU host enables/disables non-realtime mode 7 years ago
  hogliux 829e64468f Standalone Plug-In: Added missing save state when the standalone app is closed 7 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 7 years ago
  hogliux 191b91503a VST2: Added warnings if the plug-in version number cannot be displayed by Cubase's version encoding 7 years ago
  hogliux d95edfd770 VST3: First add Midi controller changes and then add other midi events to ensure that all-notes off events occur before any note-on event with the same sampleOffset 7 years ago
  tpoole e85d3aaf1f Renamed XCode to Xcode in multiple places 7 years ago
  jules 28dfa55088 Fix to the VST2/3 compatibility code to handle a Studio One issue 7 years ago
  hogliux 1b0fb11667 Fixed a compiler warning in the previous commit 7 years ago
  hogliux c38282778d VST2: Ensured that the VST2 version number is encoded correctly for display in Cubase and when hosting VST2 plug-ins in JUCE 7 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 7 years ago
  hogliux 82bc9da02c Added support for Atmos 7.0.2 and 7.1.2 Surround formats 7 years ago
  hogliux 5a843965e6 AAX: Added JucePlugin_AAX_Chunk_Identifier preprocessor define to override the AAX chunk identifier that is used by JUCE 7 years ago