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

10102 commits

Author SHA1 Message Date
Tom Poole
1adcc26ca6 VST3: Fixed an issue with non-contiguous IO buses 2019-11-29 11:46:02 +00:00
ed
5b65b33280 Make sure scrollbar listeners are updated in Viewport::updateVisibleArea() 2019-11-29 10:59:40 +00:00
ed
e095248d6d Added Cubase 10.5 detection to PluginHostType 2019-11-29 10:54:54 +00:00
Tom Poole
24d7a9a342 Updated some deprecated code use 2019-11-29 10:21:28 +00:00
ed
e18f6da884 Added setImage() builder methods to PopupMenu::Item 2019-11-29 09:56:05 +00:00
ed
35023af7ff Windows: Removed an ancient workaround when getting the input/output latencies of an ASIO device 2019-11-26 19:05:48 +00:00
Tom Poole
7ebaac9827 Added a JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES option to the juce_audio_plugin_client module 2019-11-26 17:01:22 +00:00
Tom Poole
0ceadf510b Fixed compatibility with JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 2019-11-26 10:11:00 +00:00
ed
23f211ab35 Fixed some warnings in the macOS and iOS push notifications code 2019-11-25 17:27:14 +00:00
jules
7c2e0edc7e Added a deleted void* constructor to var, to prevent people accidentally giving it a raw pointer and having it cast to bool 2019-11-23 11:13:06 +00:00
Tom Poole
dc3614e9a8 Fixed a threading issue when checking for duplicate parameter IDs 2019-11-21 16:43:17 +00:00
ed
49180f1461 VST3: Check Windows scale factor is correct in attached() 2019-11-21 15:41:15 +00:00
reuk
42be540c27 Improved the thread safety of AudioProcessorGraph 2019-11-21 12:09:03 +00:00
ed
3f111dbf83 Fixed push notifications device token parsing on iOS and macOS 2019-11-21 11:50:30 +00:00
Tom Poole
8c535e8fdd Fixed an issue saving state in the AU and AUv3 backends 2019-11-20 09:24:00 +00:00
ed
3d5c6b8a03 Fixed a typo 2019-11-19 10:48:14 +00:00
ed
50f90fd61a macOS: Fixed a typo in the CoreMIDI code when creating device names 2019-11-18 14:27:20 +00:00
Tom Poole
5e2f53237e Exposed externalFileAttributes in ZipEntry 2019-11-15 17:19:59 +00:00
ed
6b17905940 Added #if JucePlugin_Build_Standalone guard to juce_audio_plugin_client_Standalone.cpp 2019-11-15 15:31:38 +00:00
Tom Poole
20163e7964 Fixed some file permissions 2019-11-15 14:14:05 +00:00
ed
f86b33d4f7 Added #if JucePlugin_Build_AU guard to juce_audio_plugin_client_AU_2.mm 2019-11-15 11:27:07 +00:00
ed
f51c6790bf Fixed Ableton Live detection in PluginHostType 2019-11-14 11:41:18 +00:00
Tom Poole
d73220920e Made the audio parameter classes thread safe 2019-11-14 11:10:17 +00:00
Mike Toon
966f5f09ec BLOCKS: Only update ping sent time when pings are sent 2019-11-13 12:19:18 +00:00
Mike Toon
9a51fed425 BLOCKS: Update 5D config group name to Sensitivity 2019-11-13 09:57:04 +00:00
ed
f9781d810e macOS: Added a method for per-window disabling of asynchronous layer-backed views when JUCE_COREGRAPHICS_DRAW_ASYNC is set 2019-11-12 18:54:54 +00:00
Tom Poole
8b8c3b3280 DSP: Fixed a bug oversampling an AudioBlock referencing const data 2019-11-12 16:09:55 +00:00
ed
eddd239d3a Increase the GenericAudioProcessorEditor minimum height 2019-11-12 14:54:08 +00:00
ed
e951b39801 Windows: Fixed some repainting issues when using a non-integer scale factor 2019-11-12 10:28:27 +00:00
Tom Waldron
eca664715a BLOCKS: Adjusted LUMI pressure mode default to match firmware 2019-11-11 17:40:06 +00:00
Tom Waldron
d0c9a4a3bc BLOCKS: Added specialisation for LUMI pressure modes. 2019-11-11 17:02:42 +00:00
ed
dcd2ee6ef8 Fixed a couple of typos in the FileChooser docs 2019-11-11 09:12:33 +00:00
ed
889cb627d5 Added ColourSelector::ColourSelectorOptions::editableColour flag to enable the colour preview box at the top of the component to be editable 2019-11-08 18:25:48 +00:00
ed
ce9bb8b605 Windows: Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit 2019-11-08 18:11:27 +00:00
ed
1fe5e49980 VST3: Additional thread-safety improvements 2019-11-06 14:47:57 +00:00
ed
77529d94f3 VST3: Thread-safety improvements for parameter queue 2019-11-06 12:22:22 +00:00
ed
621f6cb6a2 Guard against NaN errors in Component::internalRepaintUnchecked() 2019-11-06 12:22:22 +00:00
ed
7b43ac0cfe VST3: Added a nullptr check before dereferencing juceVST3EditController in processParameterChanges() to fix a crash in Live 2019-11-05 17:02:09 +00:00
ed
36187fb170 Android: Fixed a crash in PushNotifications 2019-11-05 15:54:17 +00:00
ed
54ad9fca56 Updated some incorrect documentation for KeyPress 2019-11-05 14:59:47 +00:00
ed
b6eec9611d Android: Fixed a typo in the PushNotifications code 2019-11-05 14:30:27 +00:00
Tom Poole
76cafd10d0 macOS: Fixed some issues targeting older operating systems 2019-11-05 12:34:12 +00:00
ed
b7c8ac3f3b Windows: Restored MinGW compatibility 2019-11-05 11:48:50 +00:00
ed
91513f579d Removed a workaround in ADSR 2019-11-01 18:09:03 +00:00
ed
8d75cc8064 iOS: Fixed a screen rotation bug on iOS 13 2019-11-01 16:00:40 +00:00
ed
256b88142e Made AudioSourcePlayer::setGain() thread-safe 2019-10-31 08:45:08 +00:00
cesare
ff358fac27 Write errors to stderr 2019-10-30 13:11:55 +00:00
Mike Toon
138ef9ff1f BLOCKS: Add LUMI 2019-10-29 10:54:57 +00:00
Tom Poole
0b8beb7f93 Reduced the number of duplicate parameter ID check messages 2019-10-28 15:06:16 +00:00
reuk
6a01077646 Colours: Fixed a static init order issue with predefined Colours 2019-10-28 13:13:23 +00:00