656 Commits (a092c19bcc0ee759b64b39dfa6d069da9390b8ae)

Author SHA1 Message Date
  hogliux c02ef79fd6 Bump version number to 5.1.1 7 years ago
  tpoole 621fcf31d2 AUv3: Added support for MIDI output, host MIDI controller visibility and MPE 7 years ago
  hogliux c1ad53c14e Bump version number to 5.1.0 8 years ago
  hogliux 7ca5ad001e Added multichannel file io readers and writers 8 years ago
  jules 1044015465 Added an extra forced resize callback in linux VST hosting to avoid some repaint issues 8 years ago
  tpoole 98cb1011bb JUCE Demo: Increased the compiler warning level 8 years ago
  hogliux a47dfc5969 Fixed a harmless compiler warning on MSVC in previous commit 8 years ago
  hogliux 643bbdcf87 VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions 8 years ago
  hogliux 9daf7e26e6 AU: Fixed a typo in the AU wrapper shared code 8 years ago
  hogliux 0508e4f2fe AU: Remove old unused source file (and apply my previous fix on the correct file) 8 years ago
  hogliux da113a24a5 AU: Fixed a crash in a recent commit 8 years ago
  hogliux 763ae6c4ad AU: Fixed a compiler error when building AU hosts 8 years ago
  hogliux 27687f7193 AudioUnit PlugIns: Tidy up some AU wrapper code and fixed a bug which could lead the AU to report an incorrect AUChannelInfo 8 years ago
  hogliux a6ccee8e02 VST2 Hosting: Added a workaround for a bug in multi-channel VST-2 plug-ins which were created with an old version of JUCE (< 4.1.0) 8 years ago
  hogliux 78c8fcbda1 VST2 Hosting: Always ensure that the buffer passed to the plug-in has at least the maximum number of channels that the VST2 plug-in supports 8 years ago
  hogliux 44f17f5061 VST2: Fixed a VS2013 compiler error 8 years ago
  hogliux 5930f2254c Added ability to add meta parameters to AudioProcessorValueTree 8 years ago
  jules 8493da4d7b Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes. 8 years ago
  jules ebe5916c49 Misc code cleanups 8 years ago
  jules 82f3ab616a Avoided duplicate entries in the default VST search path 8 years ago
  hogliux 7539a993f9 VST2: Fixed a typo in VST2 flag definition 8 years ago
  hogliux 1c5042ab22 Silenced a harmless warning in VS2017 8 years ago
  hogliux ecacee031d AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor 8 years ago
  tpoole 7663c4a045 Fixed a bug in the AudioProcessorGraph routing 8 years ago
  jules 313571118e Added some braces to work around a compiler bug in VS2015 8 years ago
  hogliux bc3ef88603 Bump version number to 5.0.2 8 years ago
  hogliux 307d515f4b Plug-ins: Added an assertion to check that no two parameters have the same id 8 years ago
  hogliux ed05677090 VST2 Hosting: Fixed a memory overrun bug which could occur for plug-ins with more than eight input or output channels 8 years ago
  jules de855f0b35 Cleanups to some X windowing classes 8 years ago
  hogliux 4c03a9079b VST2 hosting: do not instantiate VST2 effects twice 8 years ago
  jules 847b37bf09 Fixed a VST3 DLL shutdown problem on Windows 8 years ago
  hogliux b4d655499b VST2: Use 16 channels of midi in VST2 wrapper 8 years ago
  hogliux 8413614744 Bump version number to 5.0.1 8 years ago
  tpoole f4046909ab Added an OS X 10.5 compatible std::function replacement 8 years ago
  jules 377a73a122 Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added 8 years ago
  jules e46f1d5990 Disabled another warning in the VST3 headers 8 years ago
  hogliux 9d81c5066a Bump version number to 5.0.0 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 7ed37f8600 Added the standard JUCE splash screen and app usage reporting 8 years ago
  hogliux ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 8 years ago
  jules d36156c620 Removed some extraneous semicolons 8 years ago
  hogliux 411071f3b1 Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements 8 years ago
  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