548 Commits (ddb879663b2abae4080ce28217bc5e76e86b0ebc)

Author SHA1 Message Date
  hogliux 5e9c2566e3 Label attribute of AudioProcessorParamater should be public 9 years ago
  hogliux a050e0700b Fix incorrect parameter id <-> index conversion when hosting AUs 9 years ago
  hogliux c552872fd6 Never define JUCE_SUPPORT_CARBON on iOS 9 years ago
  hogliux 630ab88f8b Version number update 9 years ago
  hogliux 2ca0c9200f Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor 9 years ago
  hogliux 3969000010 Avoid a compile error due to steinberg renaming a constant in their SDKs 9 years ago
  hogliux f7d7f8a204 Clear unused outputs when bypassing a plug-in 9 years ago
  hogliux 95c66f5659 Make sure timer is stopped before releasing a VST plugin 9 years ago
  jules a33abe657e Added method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code 9 years ago
  hogliux 320c5b66c7 Add removeChannel to AudioChannelSet 9 years ago
  hogliux 877d834c0c Fix compiler error on VS2015 in recent commit 9 years ago
  hogliux 9ecc1e9935 Fix an issue when hosting Waves plug-ins 9 years ago
  hogliux a0259ce408 Add support for plug-ins which do not want to use a resize corner 9 years ago
  jules ec40f0940c Updated version numbers in modules, and resaved example projects 9 years ago
  jules 565d664c58 Fixed a typo in a comment 9 years ago
  jules 23c361a08e Fixed a minor compiler warning 9 years ago
  hogliux 3852771d1c Always send VST3 editor parameter changes to the VST3 processor 9 years ago
  hogliux 0141d0e1a6 Connecting an output node to a processor is an input and vice versa 9 years ago
  hogliux 437b5c2bd2 Third time lucky? 9 years ago
  hogliux b003543cca Fix typo in last commit 9 years ago
  hogliux c5a7fe6d6d Add additional checks to enable/disable AUv3 support 9 years ago
  hogliux 9069d70141 Fix bug in AudioGraphIOProcessor 9 years ago
  hogliux 54243ef0c0 Support hosting your own VST bundles on iOS 9 years ago
  hogliux 8e53286a20 Fix some warnings in VS2013 in the recent commits 9 years ago
  hogliux 4205123d45 Fix an edge-case if the last stored editor window size is zero 9 years ago
  hogliux ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 9 years ago
  hogliux 2c3783e834 Workaround for loading Izotope Plug-Ins 9 years ago
  hogliux 368ce48198 Fix a race condition in the plugin scanner 9 years ago
  hogliux 1bd850d28d Minor tidy up of yesterday's VST3 preset commit 9 years ago
  hogliux 7eb80b815c Ensure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance 9 years ago
  hogliux 5098232062 Tidy up a few warning 9 years ago
  hogliux f4086ad8f4 Support factory programs in VST3 hosting 9 years ago
  hogliux 93a41cf743 Call setProcessing (false) when resting a VST3 plug-in 9 years ago
  hogliux fc8c6283c3 Add more detailed comment on why getting the "getPluginFactory" symbol from a VST3 plug-in may fail 9 years ago
  jules e13286ab55 Minor comment correction 9 years ago
  hogliux 79dca43be3 Workaround for VST-3 plug-ins which do not change their parameter values internally when the user changes them in the custom UI 9 years ago
  hogliux 6b9890107f Fix link errors when build VST plug-ins with VST 3 hosting support 9 years ago
  hogliux 7056128bbc Add intersect method to AudioChannelSet 9 years ago
  hogliux af6198b74f Add support for plug-ins to report the IDs of their parameters 9 years ago
  Timur Doumler 2c7a0e067e Fixed a wrong preprocessor macro which caused plugin hosting to break on Windows. 9 years ago
  jules d32c64d590 Avoided an unused variable warning 9 years ago
  hogliux af9491caf9 Fix typo in previous commit by incorrectly checking the OS X version 9 years ago
  hogliux 7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 9 years ago
  jules 49a7ca4d82 Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings 9 years ago
  jules 0b3a11ee07 Updated version number to 4.2.1 9 years ago
  hogliux 9da130c45e Update comment on estimatedSamplesPerBlock parameter used in the prepareToPlay method 9 years ago
  hogliux 818287ec16 Fix assertion when scanning plug-ins on Windows 9 years ago
  hogliux 4ef602fbf8 Fix C++-98 compilation errors in AudioPluginFormat code 9 years ago
  jules 753c24c8ee Fix to KnownPluginList::addToMenu ticks 9 years ago
  jules 8f4c4c9e4f Fixed typo in LADSPA code 9 years ago