539 Commits (675f5943a160ed9d5d5aa59f73b7c3f46c4d4511)

Author SHA1 Message Date
  hogliux b50f941d26 First connect controller and component and then load the state in VST3 8 years ago
  hogliux 1696c23fb9 Add support for hosting staticly linked VSTs 8 years ago
  hogliux 56d5f7bab0 Don't update the rendering graph if the graph is not prepared 8 years ago
  hogliux 8b1374d4b7 Don't call processBlock on a AudioProcessorGraph's node if it is suspended 8 years ago
  hogliux 142ce5eb84 Fix a typo in the previous commit 8 years ago
  hogliux 69cd509e4c Add missing getNumSteps override to AudioProcessorValueTree parameters 8 years ago
  hogliux e5f306e1d1 Fix bad property id when registering AU event listener 8 years ago
  hogliux ca62e560f3 Revert support for hosting your own VST bundles on iOS 8 years ago
  hogliux 70f4b0d5dc Add more details to the documentation of the setResizable method in the AudioProcessorEditor 8 years ago
  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