3805 Commits (4c900be00a60ab3914e07e5236b393e8e4b762bc)

Author SHA1 Message Date
  Timur Doumler 4c900be00a Added some init code to enable stdout, stderr, stdin in the special case that we run an non-console Windows app inside a Windows console such as cmd.exe or PowerShell. 9 years ago
  Timur Doumler fe3765308c Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. 9 years ago
  hogliux 1bd850d28d Minor tidy up of yesterday's VST3 preset commit 9 years ago
  hogliux 7eb80b815c Ensure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance 9 years ago
  hogliux 5098232062 Tidy up a few warning 9 years ago
  hogliux f4086ad8f4 Support factory programs in VST3 hosting 9 years ago
  hogliux 93a41cf743 Call setProcessing (false) when resting a VST3 plug-in 9 years ago
  jules f5324afd8b Added some defenses against parsing corrupted metadata blocks in WAV files 9 years ago
  hogliux 1a973a2faa Ignore linux scale factor if it is ten or larger 9 years ago
  hogliux fc8c6283c3 Add more detailed comment on why getting the "getPluginFactory" symbol from a VST3 plug-in may fail 9 years ago
  jules 48270039db Made Component::internalFocusLoss pass on the focus-change cause to its callback 9 years ago
  jules e13286ab55 Minor comment correction 9 years ago
  jules 3aee68ec5f Added a method to create a ModalCallbackFunction from a lambda function 9 years ago
  jules 12eeadec8b Added some missing 'override's 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
  jules 0d96a8b47f Avoided some false negatives in the JSON unit tests 9 years ago
  hogliux 6b9890107f Fix link errors when build VST plug-ins with VST 3 hosting support 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  hogliux 6b6dedbfd1 Add some minor changes to stay compatible with GCC 4.4 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 a0835a5ea9 Added a parseFloat method to the Javascript parser 9 years ago
  hogliux f2bca436d5 Fix AUv3 version check for iOS 9 years ago
  jules f36205fabe Fixed a couple of comment typos 9 years ago
  jules e602dd6b90 Improved some comments for MemoryBlock base-64 methods 9 years ago
  jules 688ac3b853 Updated a comment 9 years ago
  jules d9e3cdac16 Removed a few references to var::null 9 years ago
  jules 708e357e3c Prevented ColourGradient from having multiple colour stops at 0 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
  jules 8ababdda53 Fixed the SVG parser to stop it creating too many colour stops in gradients 9 years ago
  jules 01e2e53160 Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer 9 years ago
  hogliux 0cd926a199 Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk 9 years ago
  hogliux 7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 9 years ago
  jules e05e9a470a Added an assertion in AudioThumbnail 9 years ago
  jules e034958d55 Added some desktop scale compensation to drag + drop on Windows 9 years ago
  jules bf48687544 Made the OSX window code handle custom desktop scale factors when constraining window positions 9 years ago
  jules 6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 9 years ago
  jules 676b27ef68 Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages 9 years ago
  jules 0708b7af87 Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter 9 years ago
  jules b9aaa880c4 Fix for Synthesiser rendering 0 length blocks 9 years ago
  jules 51889049c4 Avoided a conversion warning 9 years ago
  jules a0795e8dc0 Avoided an overflow in some extreme edge-case uses of WAVAudioFormat 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 c1799c9f82 Fixed a problem with negative values in MidiMessage::getKeySignatureNumberOfSharpsOrFlats() 9 years ago
  jules 46a090bfdc Tweaked the login in the Synthesiser and MPESynthesiserBase classes to avoid losing timing accuracy on the first event in a buffer 9 years ago
  Timur Doumler 6ef3f1e738 Added asserts to clarify that WebBrowserComponent is not implemented on Linux and Android. 9 years ago
  fr810 0d1f6211b1 Fix crash & assertion when running multi-bus plug-ins in Cakewalk 9 years ago
  jules 1675f826be Fixed a mistake in BigInteger::inverseModulo() 9 years ago