631 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole 9a8298a91a Fixed VST3 compiler warning 8 years ago
  tpoole 7e9b8fd923 Improved a menu label in the standalone filter window 8 years ago
  hogliux dcc35c5dd6 Fixed a VST3 bug where a WaveLab workaround would unintentionaly mute buses for certain multi-bus plug-ins 8 years ago
  jules 4b1d4c9681 Added a cast to avoid a compiler warning 8 years ago
  ed 8ca0bc6791 Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource. 8 years ago
  hogliux 2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 8 years ago
  hogliux 2963805a27 Ensured that RTAS plug-in ids match AAX plug-in ids 8 years ago
  tpoole 9caa91b166 Fixed uninitialised variables warning 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux d496a77462 Fixed a crash when loading/restoring a VST3's plug-in state in Cubase 9 8 years ago
  hogliux d390e41768 Fixed an infinite VST3 re-sizing loop in Samplitude Pro X3 8 years ago
  hogliux d933b4af84 Fixed RTAS compilation on Windows and OS X 8 years ago
  hogliux 938830e77f Fixed a bug in the AAX wrapper where the code would access uninitialised values in the known stem formats array when compiling with newer AAX SDK versions 8 years ago
  hogliux 1326846705 Only add DllMain to dll targets and remove from plugin utilities 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
  hogliux 12b9c01ad6 Attempt to fix RTAS builds on Windows 8 years ago
  hogliux 7d28d7dec2 Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations) 8 years ago
  jules efac121466 Increased accuracy of frame rate constants in the plugin wrappers 8 years ago
  tpoole e1f941e6c3 Whitespace cleanup 8 years ago
  hogliux dd2d64c363 Added missing call to JuceAU's base class' SetBusCount method 8 years ago
  tpoole 57ecf44d13 Added SADiE host detection 8 years ago
  tpoole a6cf3c7c3c Removed duplicated check for JucePlugin_Build_RTAS 8 years ago
  hogliux 57f12e5063 Fixed some merge noise in the AAX wrapper 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 ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  tpoole f91401612a Fixed Visual Studio VST2 compiler error 8 years ago
  tpoole a2a270406a Allow VST vendor specific calls to be handled by an AudioProcessor 8 years ago
  hogliux b48664dd36 Fixed a crash in the AAX wrapper when no AAX meters are present 8 years ago
  jules e040353898 Cleaned up a few old bits of VC2005 support code 8 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 8 years ago
  hogliux 4474d559d4 Fixed an issue where VST2 would report wrong input layout for plug-ins with sidechains 8 years ago
  hogliux d13be21177 Added support for enabling/disabling sidechains in AAX 8 years ago
  hogliux b1449230c1 Removed multi-character constant which triggered warnings on some linux versions 8 years ago
  tpoole d0b0644af0 Fixed compiler error in AUv3_Wrapper 8 years ago
  tpoole f2b2fb2819 Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour 8 years ago
  hogliux 7897331403 Added support for level meter parameter categories 8 years ago
  hogliux f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size 8 years ago
  tpoole 9f1254a015 Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper 8 years ago
  tpoole e8a80efa5f Added Bitwig Studio to PluginHostType 8 years ago
  hogliux a816a44686 Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time 8 years ago
  hogliux 910cab77a1 Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting 8 years ago
  hogliux b86e1331ac Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field 8 years ago
  hogliux 0ee2398eb5 Fixed compile error in recent commit on VS2015 8 years ago
  hogliux 8313ba7a23 Added a workaround for DSP Quattro 8 years ago
  hogliux b5fb095696 Fixed a few VS2008 build errors 8 years ago
  tpoole 267cfb8966 Fixed scoping of a conditional 8 years ago
  tpoole 2ec8fb49d7 Fixed error restoring VST3 state in FL Studio 8 years ago
  ed b517884862 Fixed MSCV2015 compiler warning in VST3 wrapper 8 years ago