564 Commits (d4b47809a146a0b6ad3b0bb1d1ef96739c61f2bc)

Author SHA1 Message Date
  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
  jules 5840ba97ad Added DaVinci Resolve to PluginHostType 9 years ago
  jules 66a52e505b Removed an old workaround in the VST wrapper that would substitute a sample rate of 44100 if the host failed to provide a rate. Now, in line with other formats, the VST wrapper will pass a rate of 0 through to the plugin. 9 years ago
  Timur Doumler 94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 9 years ago
  Timur Doumler 08c5c52061 Reverted a change that broke RTAS compilation on OS X (commit 672b07b9). 9 years ago
  jules 672b07b9ac Added explicit namespaces to some RTAS code 9 years ago
  jules 70a3db1cb1 Added method PluginHostType::isProTools() 9 years ago
  hogliux 203e4e8c67 Fix a bug where AUs would incorrectly return an error when Logic tries to decrease the number of buses 9 years ago
  hogliux be34912b67 Remove unnecessary copying of channels in VST2 wrapper 9 years ago
  hogliux 32e34bc808 Fix ugly noise feedback bug for AUs in Logic 9 years ago
  hogliux 8465dea2ac Fixed missing surround format in PluginBusUtilities 9 years ago
  jules 536ca6cedf Added an internal flag JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS which can turn off this VST3 hack if you don't need it 9 years ago
  hogliux a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 9 years ago
  jules 82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 9 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 9 years ago
  jules b05ff2ab2a Added Renoise to the PluginHostType list, and fixed a problem it had with window closing 9 years ago
  hogliux e29e9ee2e3 Fix VST2 channel layout issues in Plogue Bidule, Bitwig and Ableton Live 9 years ago
  jules 90d8b85327 Removed support for VST master idle callbacks from the plugin wrapper. Hopefully it's years since any hosts relied on this ancient hack to work correctly. 9 years ago
  jules 308a5b97e3 Fixed an AAX win32 include problem and avoided a warning 9 years ago
  Timur Doumler 5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 9 years ago
  jules 40f51f030b Added some Windows hooks to the AAX wrapper to improve mouse-wheel handling 9 years ago
  hogliux e5522b78e3 Fix various mult-bus bugs in VST 2 plug-in wrapper 9 years ago
  jules dcf949ba66 Additions to StandaloneFilterWindow 9 years ago
  jules a48465327b Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin 9 years ago
  Timur Doumler 5815416834 Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11). 9 years ago