464 Commits (e4f69698f2b009fff9d1cf4a9d73b37c88bc5fb5)

Author SHA1 Message Date
  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
  jules 1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 9 years ago
  jules 82cc6b7183 Fix for an RTAS build error 9 years ago
  hogliux 69d371d195 Make bus count non-writable or simple effect plug-ins: this seems to upset Logic 9 years ago
  jules 63df487c86 Fixed an include problem with the AAX build 9 years ago
  jules 4b4b8df491 Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h 9 years ago
  jules e4e78c8591 Made the AAX wrapper support the isSuspended() flag 9 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 9 years ago
  jules baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 9 years ago
  jules 6cceb10417 Fixed an AAX compile error 9 years ago
  jules d0c4a8a4cb Fixed a Visual Studio warning 9 years ago
  jules 66a4f56cd7 Added a projucer workaround to the AAX wrapper 9 years ago
  hogliux c9f4949f47 Fix warnings in StandaloneFilterWindow 10 years ago
  jules 19d0c71050 Version number update 10 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 0d3afee459 AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info. 10 years ago
  jules 428c8a79a5 Version number update 10 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 10 years ago
  jules 34ce7f7019 Added a projucer workaround to VST3 code. 10 years ago
  jules 95d9cba7fc VST plugins: Removed old but flawed workaround for detecting offline mode 10 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 10 years ago
  jules 064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 10 years ago
  jules 6fcde1eccc VST3: some tweaks to fix window resizing in Reaper on OSX 10 years ago
  jules c35ed85677 Version number update 10 years ago
  hogliux 155ab812a4 Disable some warnings in the VST and AAX SDK for VS2015 10 years ago
  jules 02041328dc Misc minor fix-ups 10 years ago
  jules a3426aae10 Added support for iOS force-touch 10 years ago