481 Commits (2fa6c2094e94749f26b78e5761112da5b6dc40f8)

Author SHA1 Message Date
  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
  Timur Doumler 97ffb5ad93 Got rid of some more Visual Studio compiler warnings. 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
  Timur Doumler 10cb636373 Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate. 9 years ago
  jules aec16864fc Fixed a minor conversion warning 9 years ago
  jules 1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 9 years ago
  jules 3bc38d1e3b AudioUnit hosting: added code to handle plugin latency changes 9 years ago
  jules d406cacc5f Avoided some deprecation warnings when building hosts on Windows 9 years ago
  jules 47538f87a2 Fix for compatibility with the latest VST3 SDK 9 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 9 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 9 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 9 years ago
  jules 2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 9 years ago
  jules baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 9 years ago
  jules 5448e88f39 AU hosting: made it refresh the parameter list when names change 9 years ago
  jules ae712c72d8 Cleaned up a few String::empty uses 9 years ago
  jules 79d2a40035 Wrapped some AudioChannelSet names in NEEDS_TRANS macros 9 years ago