626 Commits (2fdff085b6df1a4046cbf3b10ebe923e3ad3aa7d)

Author SHA1 Message Date
  jules 6c7bb37720 Fixed the use of the dontRescanIfAlreadyInList parameter in PluginDirectoryScanner::scanNextFile() 8 years ago
  hogliux daba498ef9 Fixed a bug where the AudioProcessor would sometimes fail to call the numChannelsChanged() callback 8 years ago
  jules 79c54bc076 Added some missing 60fps framerate variables 8 years ago
  tpoole cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole 79bdbc37cc Fixed some misleading indentation warnings 8 years ago
  hogliux d0b704c6d4 Fixed a potential crash in the VST3 wrapper when certain buses are disabled 8 years ago
  hogliux 2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 8 years ago
  hogliux 9c7ee8710a Added support for VST3 SDK 3.6.7 8 years ago
  jules 6658f1fa70 Fixed a documentation typo 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  jules bf02c6e182 Minor documentation fix 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  tpoole 1e2f6fec5c Restored module header #defines 8 years ago
  tpoole 9593557aa7 Made KnownPluginList sorting case sensitive and binning case insensitive 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
  hogliux eba76a8487 Changed the way the unique AAX plug-in id is generated to future proof it for any future channel formats Avid decide to add to AAX 8 years ago
  hogliux 7d28d7dec2 Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations) 8 years ago
  jules efac121466 Increased accuracy of frame rate constants in the plugin wrappers 8 years ago
  hogliux e5f2c7037b Added support for static VST libraries on Android 8 years ago
  tpoole 4666c3dec9 Return AudioProcessorParameterWithID from AudioProcessorValueTreeState methods 8 years ago
  hogliux d0b628f0a6 Added a workaround to avoid a crash in broken JUCE 4.1 synth plug-ins 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux a4d71cc374 Added a workaround for old JUCE VST2 plug-ins which would not check the speaker arrangement for nullptr 8 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 8 years ago
  hogliux d16123adc8 Added a new optional in/out parameter to AudioProcessor::Bus::isLayoutSupported to allow hosts to predict how the entire layout of an AudioProcessor may change when changing the layout of a single bus 8 years ago
  hogliux 3370adae7b Fixed a compiler warning on newest version of gcc 8 years ago
  tpoole 9b1ae84927 Fixed bug when maximum number of plug-in io channels is one 8 years ago
  tpoole a554d0e95e Added to the AudioProcessorValueTreeState documentation 8 years ago
  hogliux ba512e96fd Renamed 'generic' parameter Category enum to something less generic 8 years ago
  hogliux 7897331403 Added support for level meter parameter categories 8 years ago
  tpoole 0d7a77d8ee Improved AudioProcessorValueTreeState documentation 8 years ago
  jules f1baf9b122 Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code 8 years ago
  tpoole 158bc981de Fixed an issue restoring VST3 GUI state 8 years ago
  tpoole af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 8 years ago
  tpoole 13549989fd Added C++11 functions to Doxygen 8 years ago
  ed 9a130f2810 Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion 8 years ago
  hogliux f6727f204b Added label parameter to all AudioParameter constructors 8 years ago
  hogliux bd9697b687 Fixed a compiler error on older gcc versions 8 years ago
  hogliux b86e1331ac Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field 8 years ago
  tpoole a3ef455696 Ignored deprecation warnings in the OS X VST3 SDK 8 years ago
  tpoole acf554a895 Fixed erroneous assertion when saving VST3 states 8 years ago
  tpoole 12256536a3 Fixed bug when setting AudioProcessorValueTreeState values before listeners are registered 8 years ago
  jules 7467195ffa Minor tidying-up 8 years ago
  hogliux 63a71ff20d Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses 8 years ago
  tpoole d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 8 years ago
  hogliux 5a2ebefa00 Fixed a bug where the bundle exit function would be called before the VST3 factory is released 8 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 8 years ago
  hogliux 7cdcb19d25 Added a convenient function to get all channel sets with a particular number of channels 8 years ago
  hogliux c4d36d15b1 Whitespace clean-up 8 years ago