539 Commits (675f5943a160ed9d5d5aa59f73b7c3f46c4d4511)

Author SHA1 Message Date
  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
  jules 4c0bc70411 Deleted some defunct Mac PowerPC code 9 years ago
  jules 968f8387d3 Added an option to KnownPluginList::addToMenu for specifying a ticked item 9 years ago
  jules 905533c68e Minor formatting tidyups 9 years ago
  jules be3acc9768 Tidied up an out of date method in LADSPAPluginFormat 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  jules 7d178feb0c (Fixed mistake in last commit) 9 years ago
  jules 32178f4a1f Tidied up some AUv3 code 9 years ago
  jules 17e2acb9fd Fixed a couple of AUv3 bugs 9 years ago
  hogliux 63ef9c1bfd Fix compilation errors in AU format when compiling for older OS targets 9 years ago
  hogliux cdeb0b5c87 Undo removal of setNumThreads in plug-in scanner 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
  jules 2549222b9d Avoided another minor VST3 warning 9 years ago
  jules 2ffaafeeb5 Avoided a couple of warnings in VST3 code 9 years ago
  jules 225297671c Added some workarounds for compiling AudioProcessorValueTreeState with VS2013 9 years ago
  hogliux 84bc58f0c3 Add ability to remove a AudioGraph's node by it's pointer 9 years ago
  hogliux 7ee4c800a9 Add getChannelIndexForType to AudioChannelSet class 9 years ago
  jules 5854829fcf Fixed a typo in the docs 9 years ago
  jules 606a503a15 Improved some Windows registry root key handling. 9 years ago
  jules b5907fa90d Normalised some divider comments 9 years ago
  hogliux f4ac12820c Fix channel names in surround channel layouts 9 years ago
  jules 8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 9 years ago
  hogliux d0d9b9c181 Choose stereo layout as default layout when using legacy channel configuration field 9 years ago
  hogliux fc8ffd9f76 Fix finding default layout for legacy plug-ins 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
  hogliux 2bd3931c49 Fixed typo in setPlayConfigDetails comment 9 years ago
  hogliux c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 9 years ago
  jules 66793fc09b Removed a few more carbon workaround macros 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 3ac5ab0ce4 Made AudioParameterFloat::getText handle a length of zero 9 years ago
  jules 76886ea268 Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily 9 years ago
  jules 6c1eaaa0c7 Whitespace cleanup 9 years ago