515 Commits (675f5943a160ed9d5d5aa59f73b7c3f46c4d4511)

Author SHA1 Message Date
  hogliux 1053dc5755 Allow having zero programs in VST 8 years ago
  hogliux 4cf3c02998 Send parameter changes to processor when received via the EditController 8 years ago
  hogliux 72878309f8 Fix AUv3 OS X version compiler error message 8 years ago
  hogliux 88803f6378 Don't call methods that require modal loops in Standalone filter windows 8 years ago
  hogliux ca62e560f3 Revert support for hosting your own VST bundles on iOS 8 years ago
  hogliux 6039a19b1a Add new line to end of juce_AAX_Modifier_Injector.h 9 years ago
  hogliux 872f84dfd9 Check for hash collisions when generating integer parameter ids from parameter id strings 9 years ago
  hogliux 3ff5ed0f44 Reject any inconsistent VST-2 channel layout requests 9 years ago
  hogliux 3791939923 Fix unused warning in AU plugin client release build 9 years ago
  hogliux 630ab88f8b Version number update 9 years ago
  hogliux 1a40df99bc Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue 9 years ago
  jules 84810b72cc Fixed some code that used a C++11 function 9 years ago
  hogliux d0c238d41d Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system 9 years ago
  hogliux 54e23514dd Fix compile error in AAX wrapper 9 years ago
  hogliux a0259ce408 Add support for plug-ins which do not want to use a resize corner 9 years ago
  hogliux c484a9ed55 Fix some minor warnings on OS X 32-bit 9 years ago
  hogliux 8cd6f49ea0 Add program change parameter to VST-3 plug-ins 9 years ago
  jules ec40f0940c Updated version numbers in modules, and resaved example projects 9 years ago
  jules db7ada59b1 Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set 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
  hogliux f5391cd9f9 Only report one midi in & out bus in VST3 wrapper 9 years ago
  hogliux 437b5c2bd2 Third time lucky? 9 years ago
  hogliux c5a7fe6d6d Add additional checks to enable/disable AUv3 support 9 years ago
  hogliux fe1421064b Fix incorrect order of includes in VST_wrapper.mm 9 years ago
  hogliux f11a2b2ff1 Fix modifier keys in AAX plug-ins on Windows 10 9 years ago
  hogliux 54243ef0c0 Support hosting your own VST bundles on iOS 9 years ago
  hogliux 0d52caff68 Make sure AAX wrapper calls releaseResources 9 years ago
  hogliux 4e91fd7cb8 Add an extra byte when copying VST2 strings 9 years ago
  hogliux ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 9 years ago
  hogliux ee7a56a115 Fix potential crash if DAW probes non-existent bus 9 years ago
  hogliux 6b9890107f Fix link errors when build VST plug-ins with VST 3 hosting support 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  hogliux af6198b74f Add support for plug-ins to report the IDs of their parameters 9 years ago
  hogliux f2bca436d5 Fix AUv3 version check for iOS 9 years ago
  hogliux 0cd926a199 Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk 9 years ago
  jules 0708b7af87 Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter 9 years ago
  fr810 0d1f6211b1 Fix crash & assertion when running multi-bus plug-ins in Cakewalk 9 years ago
  jules 0b3a11ee07 Updated version number to 4.2.1 9 years ago
  Timur Doumler 6dd2fbe813 AUv3: added compiler error if compiling with deployment target < 10.8, avoiding another more confusing compiler error "undefined symbol _main" that would otherwise appear instead. 9 years ago
  jules 06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 9 years ago
  jules e1205ec36c Re-added a WaveLab workaround in the VST wrapper 9 years ago
  Timur Doumler 0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 9 years ago
  Timur Doumler 92a1747f27 Fixed AAX plug-in builds with new module format on OS X. 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  jules 32178f4a1f Tidied up some AUv3 code 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 7cecc7edfb Add automation support for VST3 bypass 9 years ago
  hogliux bbf716af9c Fix StandaloneFilterWindow compile error 9 years ago