10001 Commits (4bedc679b10db69b59ee9d0598166f44f88c629c)
 

Author SHA1 Message Date
  ed 62958a79ea Whitespace 6 years ago
  ed a096b4f707 Added an assertion to XmlElement::removeChildElement() to check that childToRemove is actually a child of the XmlElement 6 years ago
  Tom Poole 3b8a759bda Projucer: Load cURL symbols lazily on Linux 6 years ago
  ed 574f6ebd9b Projucer: Fixed a typo in the legacy VST binary copy location setting documentation in the VS exporter 6 years ago
  Tom Poole ebe136f7c2 JUCE version 5.4.2 6 years ago
  Tom Poole 2832d3df76 Re-saved all projects 6 years ago
  Tom Poole e3ebe5aed1 Bump version number to 5.4.2 6 years ago
  Tom Poole 066ec6c18b Whitespace 6 years ago
  ed 24de5cf3c2 Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription() 6 years ago
  Tom Poole 03db8d15c6 Fixed a bug in DropShadow::drawForRectangle 6 years ago
  ed 839ca11746 Made a couple of MidiFile methods const 6 years ago
  ed 4cef02477d Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening 6 years ago
  Tom Poole 7d13b82a10 Fixed a bug attempting to open an audio device with zero channels 6 years ago
  ed 52b86a0e0b AU: Scale editor window when calling AudioProcessorEditor::setScaleFactor() 6 years ago
  Tom Poole 9b8644fed6 VST3: Fixed a bug receiving channel pressure messages 6 years ago
  Tom Poole be83a08c3b Added an assertion to check the OpenGL swap interval on MacOS 6 years ago
  jules 06a2654a74 Moved some AbstractFifo declarations to avoid a compiler warning 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  ed 360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 6 years ago
  ed d6300966df Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index 6 years ago
  Tom Poole 602d68dcbc Projucer: Changed the text on the sign out button 6 years ago
  ed 0ab5e696fe Reduce the list row height in AudioDeviceSelectorComponent when the item height is reduced 6 years ago
  ed 1a0e681c41 macOS: Set isRecording flag when recording camera capture to a file 6 years ago
  ed 3ed17dea2a Ensure that the button for choosing audio files in the AudioPlaybackDemo is visible on mobile devices with smaller screens 6 years ago
  Tom Poole f6aa82af27 VST3: Added compatibility with more speaker arrangements 6 years ago
  ed 3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 6 years ago
  ed ee89aa8898 Projucer: Removed some unused variables from ResourceFile 6 years ago
  ed ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 6 years ago
  ed 7134bd0f1b VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled 6 years ago
  ed 87cf4d2553 OpenGL: Replace ComponentPeer::ScaleFactorListener with a Timer that checks the native scale factor on Windows to correctly scale plug-ins 6 years ago
  ed ada0a052f8 VST3: Always resize host window in onSize() when running in hiDPI Cubase 10 on Windows 6 years ago
  ed 853ec552f1 OpenGL: Use width and height when calculating transform 6 years ago
  ed cdd8f2b78a Projucer: Enable "Plugin is a Synth" setting for synth plug-in examples 6 years ago
  ed fcee6f7e1c Fixed a typo in the previous commit 6 years ago
  ed 5189b4bbd9 BLOCKS: Remove dependency on juce_gui_basics 6 years ago
  ed b2e2346745 Projucer: Add an option to specify per-file compiler flags 6 years ago
  Tom Poole 315f803c49 AAX: Prevent a warning about gaps in the algorithm context structure 6 years ago
  ed 38fb341ee4 Remove empty strings when creating an ArgumentList so they are not treated as a separate argument 6 years ago
  ed 3b16efce0b Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases 6 years ago
  ed 8e63662163 Android: Avoid a crash when creating a new peer from within a native activity 6 years ago
  ed 49c152565e APVTS: Don't call setNewState() when a parameter has been removed from the state 6 years ago
  Tom Poole 4d6921ff7d CLion: Added support for application icons 6 years ago
  ed e7750ecd92 Projucer: Initialise legacy VST SDK path value in Code::Blocks exporter 6 years ago
  Tom Poole 020f3aa512 CLion: Fixed a Rez error when building AU plug-ins 6 years ago
  jules da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 6 years ago
  jules cdb55f70c2 Changes to avoid some clang warnings 6 years ago
  ed fb353dd08d macOS: Fixed a bug where a CoreAudio device could be started when it wasn't previously running 6 years ago
  Tom Poole 10733ffbc0 iOS: Use an OS-provided conversion between native format short samples and floats 6 years ago
  ed 6ff5af9c43 macOS: Fixed a crash on versions before 10.9 6 years ago
  Tom Poole ab68b98dae AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes 6 years ago