559 Commits (4b96ffbf6f49518df1eceeb1d70b26088897380e)

Author SHA1 Message Date
  hogliux 5a365ed535 Removed assertion which gets hit by too many VST plug-ins 8 years ago
  hogliux 8835a24417 Fixed another typo and removed unecessary for loop 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 8 years ago
  hogliux 4eb89336f9 Bump version number to 4.2.4 8 years ago
  hogliux 0862167459 Fixed a compiler warning for MIDI effect plug-ins 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux f25753642e Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE 8 years ago
  ed 70530a9d9a Added beginParameterChange() and endParameterChange() methods to AudioProcessorValueTreeState::AttachedControlBase so that changes to ButtonAttachment and ComboBoxAttachment objects can be recorded as automation in hosts. 8 years ago
  ed 19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class 8 years ago
  ed 5c46c65456 Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos 8 years ago
  tpoole 17dee9add2 Restore depecated VST opcodes for CarbonWrapperComponents 8 years ago
  tpoole 1ddd394291 Restore missing VST opcode. 8 years ago
  tpoole cb6b4b7170 Remove VST editor idle 8 years ago
  jules 6ba384f4c8 Fixed some missing definitions in the VST hosting for Carbon compatibility 8 years ago
  tpoole 9f31d6498a Use a bespoke VST2 interface 8 years ago
  Timur Doumler c7db4bb7f5 Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. 8 years ago
  jules 2417676ec9 Increased buffer size for names read by the VST host, and changed the string decoder to detect Windows codepage strings as well as UTF8 8 years ago
  hogliux 1470928b0c Use effGetProductString when getting the name of a VST-2 plugin 8 years ago
  tpoole aa1acb3fed Avoid unnecessary calls to AudioUnitInitialize. 8 years ago
  jules 3d1b2d66a3 Added a cast to some VST code to avoid a C++14 warning 8 years ago
  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 8 years ago
  hogliux a050e0700b Fix incorrect parameter id <-> index conversion when hosting AUs 8 years ago
  hogliux c552872fd6 Never define JUCE_SUPPORT_CARBON on iOS 8 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