631 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  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
  hogliux 284bc706c9 Added a workaround for WaveLab invisible editor bug 8 years ago
  tpoole 119640f55f Fixed positioning of VST3 windows in Reaper 8 years ago
  hogliux 436f047821 Fixed a bug where the maximum number of channels in VST2 was limited to 8 channels 8 years ago
  hogliux 8a93ddc818 Fixed a typo in recent studio one parameter workaround 8 years ago
  hogliux e49022bfba Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug 8 years ago
  hogliux 63a71ff20d Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses 8 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 8 years ago
  hogliux 6711016102 Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases 8 years ago
  jules c587d4b495 Minor code style tidy-ups 8 years ago
  hogliux 9e4741f2e4 Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected 8 years ago
  tpoole 321ca8c070 Fixed AUv3_Wrapper include path 8 years ago
  hogliux 848073d207 Always remove silence flag in AU render callback 8 years ago
  hogliux 27be047e8e Allow disabling the main bus in VST3 plug-ins with the revised multibus API 8 years ago
  hogliux d19ba05a03 Added support for saving audio/midi setting in standalone wrappers 8 years ago
  hogliux 80ff164ff1 Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions 8 years ago
  hogliux 42b8156cf6 Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra 8 years ago
  hogliux 6f4571b2e5 Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output 8 years ago
  hogliux ef50b8d89f Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail 8 years ago
  hogliux 4f06ff9257 Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper 8 years ago
  hogliux c14eb040b9 Fixed automation bug when switching between presets in VST and VST3 8 years ago
  hogliux cbbf76b749 Made sure buffers are prepared before clearing them in the AU wrapper 8 years ago
  hogliux b0457a9ec5 Fixed a typo in the VST wrapper 8 years ago
  hogliux 1b217d13ec Zero out buffers if pulling audio returns an error in the AU wrapper 8 years ago