1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
Commit graph

9897 commits

Author SHA1 Message Date
Tom Poole
ebe136f7c2 JUCE version 5.4.2 2019-02-07 10:12:55 +00:00
Tom Poole
2832d3df76 Re-saved all projects 2019-02-07 10:11:06 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +00:00
Tom Poole
066ec6c18b Whitespace 2019-02-07 09:56:43 +00:00
ed
24de5cf3c2 Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription() 2019-02-06 14:25:46 +00:00
Tom Poole
03db8d15c6 Fixed a bug in DropShadow::drawForRectangle 2019-02-06 12:56:05 +00:00
ed
839ca11746 Made a couple of MidiFile methods const 2019-02-06 11:19:13 +00:00
ed
4cef02477d Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening 2019-02-06 11:01:57 +00:00
Tom Poole
7d13b82a10 Fixed a bug attempting to open an audio device with zero channels 2019-02-06 10:38:32 +00:00
ed
52b86a0e0b AU: Scale editor window when calling AudioProcessorEditor::setScaleFactor() 2019-02-06 10:07:29 +00:00
Tom Poole
9b8644fed6 VST3: Fixed a bug receiving channel pressure messages 2019-02-06 09:44:31 +00:00
Tom Poole
be83a08c3b Added an assertion to check the OpenGL swap interval on MacOS 2019-02-01 13:00:08 +00:00
jules
06a2654a74 Moved some AbstractFifo declarations to avoid a compiler warning 2019-01-31 17:06:43 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
ed
360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 2019-01-30 09:55:50 +00:00
ed
d6300966df Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index 2019-01-28 16:25:51 +00:00
Tom Poole
602d68dcbc Projucer: Changed the text on the sign out button 2019-01-28 09:32:45 +00:00
ed
0ab5e696fe Reduce the list row height in AudioDeviceSelectorComponent when the item height is reduced 2019-01-25 12:02:04 +00:00
ed
1a0e681c41 macOS: Set isRecording flag when recording camera capture to a file 2019-01-25 11:23:34 +00:00
ed
3ed17dea2a Ensure that the button for choosing audio files in the AudioPlaybackDemo is visible on mobile devices with smaller screens 2019-01-25 10:46:19 +00:00
Tom Poole
f6aa82af27 VST3: Added compatibility with more speaker arrangements 2019-01-24 17:12:27 +00:00
ed
3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 2019-01-24 10:42:08 +00:00
ed
ee89aa8898 Projucer: Removed some unused variables from ResourceFile 2019-01-24 09:25:44 +00:00
ed
ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 2019-01-23 12:52:47 +00:00
ed
7134bd0f1b VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled 2019-01-23 11:00:41 +00:00
ed
87cf4d2553 OpenGL: Replace ComponentPeer::ScaleFactorListener with a Timer that checks the native scale factor on Windows to correctly scale plug-ins 2019-01-23 10:59:51 +00:00
ed
ada0a052f8 VST3: Always resize host window in onSize() when running in hiDPI Cubase 10 on Windows 2019-01-23 10:59:51 +00:00
ed
853ec552f1 OpenGL: Use width and height when calculating transform 2019-01-23 10:59:51 +00:00
ed
cdd8f2b78a Projucer: Enable "Plugin is a Synth" setting for synth plug-in examples 2019-01-23 10:53:58 +00:00
ed
fcee6f7e1c Fixed a typo in the previous commit 2019-01-22 18:09:56 +00:00
ed
5189b4bbd9 BLOCKS: Remove dependency on juce_gui_basics 2019-01-22 17:19:46 +00:00
ed
b2e2346745 Projucer: Add an option to specify per-file compiler flags 2019-01-22 15:48:15 +00:00
Tom Poole
315f803c49 AAX: Prevent a warning about gaps in the algorithm context structure 2019-01-22 15:34:30 +00:00
ed
38fb341ee4 Remove empty strings when creating an ArgumentList so they are not treated as a separate argument 2019-01-22 11:58:46 +00:00
ed
3b16efce0b Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases 2019-01-21 16:23:13 +00:00
ed
8e63662163 Android: Avoid a crash when creating a new peer from within a native activity 2019-01-21 14:04:15 +00:00
ed
49c152565e APVTS: Don't call setNewState() when a parameter has been removed from the state 2019-01-21 10:54:39 +00:00
Tom Poole
4d6921ff7d CLion: Added support for application icons 2019-01-18 21:22:12 +00:00
ed
e7750ecd92 Projucer: Initialise legacy VST SDK path value in Code::Blocks exporter 2019-01-18 16:20:24 +00:00
Tom Poole
020f3aa512 CLion: Fixed a Rez error when building AU plug-ins 2019-01-18 14:48:42 +00:00
jules
da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 2019-01-18 09:09:06 +00:00
jules
cdb55f70c2 Changes to avoid some clang warnings 2019-01-18 08:59:28 +00:00
ed
fb353dd08d macOS: Fixed a bug where a CoreAudio device could be started when it wasn't previously running 2019-01-17 11:32:35 +00:00
Tom Poole
10733ffbc0 iOS: Use an OS-provided conversion between native format short samples and floats 2019-01-17 11:26:59 +00:00
ed
6ff5af9c43 macOS: Fixed a crash on versions before 10.9 2019-01-16 17:35:48 +00:00
Tom Poole
ab68b98dae AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes 2019-01-16 17:07:01 +00:00
ed
bcf388b2cd Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file 2019-01-16 16:51:50 +00:00
Tom Poole
815c9ee236 Projucer: Fixed an error when attempting to restore non-existent projects 2019-01-16 15:44:57 +00:00
ed
6f52fc5758 Reverted 876aaf4 which was causing TooltipWindows constructed with a parent component not in their parent hierarchy to not be displayed 2019-01-16 11:37:15 +00:00
Tom Poole
3687710c58 AAX: Fixed potential issues with older PT control surfaces not handling large numbers of parameter steps 2019-01-16 11:30:22 +00:00