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

11499 commits

Author SHA1 Message Date
reuk
cd41e31cb5
DSP: Ensure that IRs are loaded immediately when Convolution is prepared
Previously, if `loadImpulseResponse` was called before `prepareToPlay`,
the IR wasn't guaranteed to have loaded before the first call to
`processSamples`.

Now, we flush the queue of pending IR-load commands during
`prepareToPlay`, which should ensure that the most recently-loaded IR is
ready to use immediately.
2020-12-15 13:07:18 +00:00
reuk
c213796951
Projucer: Fix quote escaping in CodeBlocks exporter 2020-12-15 11:25:56 +00:00
reuk
41ec486dd0
FileChooser: Show desktop folder if requested folder does not exist
This change affects the PostVista version of the Windows FileChooser.
2020-12-15 11:25:56 +00:00
reuk
e403e330ef
DSP: Make FixedSizeFunction public 2020-12-15 11:25:56 +00:00
reuk
07bfa2e83f
CMake: Make VST2 and AAX helper targets GLOBAL 2020-12-14 12:20:47 +00:00
reuk
dadac11ffd
MIDI: Fix naming to match JCS in SysEx7::Kind enum 2020-12-14 12:20:47 +00:00
reuk
c540fa4241
DSP: Slightly tidied filter-design function 2020-12-14 12:20:47 +00:00
Ivan Cohen
b2e49bc7e8
DSP: Solved an issue with FilterDesign::designFIRLowpassHalfBandEquirippleMethod for low amplitudedB and normalisationTransitionWidth close to 0.5 2020-12-14 12:20:47 +00:00
ed
b0c8917430 Projucer: Fixed a bug recalling code editor colour schemes when invoked from the command-line 2020-12-14 12:01:35 +00:00
ed
46700d820d Fixed a compile error in the push notifications demo 2020-12-10 12:48:42 +00:00
ed
088e100c1f Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
ed
30f8594ecf macOS: Fixed an incorrect selector in JuceNSViewClass 2020-12-10 12:47:40 +00:00
ed
3a908f848a macOS: Fixed an incorrect selector in the WKWebView delegate class 2020-12-10 12:47:32 +00:00
ed
dc21f6fdad macOS: Fixed 10.11 compatibility in the WKWebView code 2020-12-10 12:46:42 +00:00
ed
697b7ff705 Re-saved all projects 2020-12-10 10:14:36 +00:00
ed
6e6f866458 Projucer: Suppress warnings about using the OpenGL framework when using the new build system 2020-12-10 10:14:36 +00:00
ed
1fbde8c505 Projucer: Fixed issues navigating to warnings/errors when using the new Xcode build system 2020-12-10 10:14:36 +00:00
ed
a352366702 Projucer: Tidied up some whitespace 2020-12-10 10:05:31 +00:00
ed
d236c882cb Re-saved all projects 2020-12-09 15:40:25 +00:00
ed
fc14dc402e Projucer: Enabled the "New Build System" by default for Xcode projects and added an exporter setting to enable the old behaviour 2020-12-09 15:40:20 +00:00
Tom Poole
56373bcc07 Restricted some disabled warning regions 2020-12-08 16:48:31 +00:00
ed
a7667077f8 Android: Fixed a crash when juce_gui_extra is not present
The default main JuceActivity for JUCE apps calls appNewIntent() in its onNewIntent() implementation which is defined in juce_gui_extra. This commit moves the implementation into juce_gui_basics.
2020-12-08 14:49:15 +00:00
ed
47a0dc81f6 macOS: Fixed 10.7 compatibility 2020-12-08 14:49:15 +00:00
ed
b828830af8 Projucer: Added some spacing between options in the new project window to prevent overlap on Windows hiDPI screens 2020-12-03 17:27:17 +00:00
ed
0f975ee482 Added a way to specify some space between PropertyComponents in a PropertyPanel 2020-12-03 17:27:10 +00:00
reuk
9032f589eb
CoreMIDI: Enable support for new API 2020-12-03 12:30:22 +00:00
reuk
051f49c52e
WAV: Fail gracefully on unsupported bit depths 2020-12-03 12:06:01 +00:00
reuk
17dc5f7a92
MP3: Fail gracefully on unsupported mp3 formats 2020-12-03 12:06:01 +00:00
reuk
5d26b6a20f
Aiff: Fix extremely slow loads of pathological files
If an aiff file advertied a large number of metadata keys, the
StringPairArray::set calls resulted in quadratic complexity.

We now read keys into a std::map instead, as it enables much faster
lookup, and then convert back to a StringPairArray at the last possible
moment.
2020-12-03 12:06:00 +00:00
reuk
f59785606c
MPEInstrument: Reset last received values when setting a new MPE zone layout 2020-12-02 18:58:38 +00:00
reuk
ae1f5541fc
Resave all projects 2020-12-02 15:35:36 +00:00
reuk
1201b43ad8
Projucer: Bump LastUpgradeCheck property in Xcode projects 2020-12-02 15:33:36 +00:00
reuk
eaf82243a2
WebBrowser: Fix deprecation warnings on macOS 2020-12-02 15:33:36 +00:00
reuk
4494c96760
Build: Add GarageBand info to plugin templates 2020-12-02 15:19:49 +00:00
reuk
f2e0552ba7
Build: Update docs for plugin- and manufacturer-code 2020-12-02 15:19:48 +00:00
Tom Poole
4e91da6dac Fixed a typo 2020-12-02 13:09:22 +00:00
ed
5f92b0cf37 Fixed inline links to files with spaces in the readme 2020-12-02 10:54:58 +00:00
ed
b297df8dd2 Added Linux Dependencies.md to docs 2020-12-01 19:13:27 +00:00
ed
9d0a97c33c Ensure that modal components set auto-delete when dismissed are properly cleaned up 2020-12-01 19:13:11 +00:00
Tom Poole
20b63e2a61 Projucer: Added warning about in-place autoupdating on Windows 2020-12-01 19:01:32 +00:00
Tom Poole
7c797c8105 JUCE version 6.0.5 2020-12-01 10:26:24 +00:00
Tom Poole
df2f5db822 Re-saved all projects 2020-12-01 10:20:54 +00:00
Tom Poole
5929103a29 Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
reuk
6ac0e90e58
FileChooser: Allow new filechooser to load paths containing unicode characters 2020-11-30 19:50:46 +00:00
ed
1ec24991e8 Re-saved all projects 2020-11-30 18:30:54 +00:00
ed
2b522403bd Don't set Desktop singleton L&F in AUv3Synth plug-in example 2020-11-30 18:27:55 +00:00
ed
6e5fa14065 Add demo assets as Xcode resource to AudioPluginHost 2020-11-30 18:27:55 +00:00
ed
7053df4b5b iOS: Fixed incorrect desktop window position 2020-11-30 18:27:55 +00:00
reuk
aed22a7e7a
CMake: Place juceaide in versioned folder when installing package
This change allows multiple versions of JUCE to be installed to the same
CMAKE_INSTALL_PREFIX, avoiding conflicting paths to juceaide.
2020-11-30 17:40:51 +00:00
ed
45a2e57bf9 macOS: Add Foundation to juce_core OSXFrameworks
Previously we relied on Foundation.framework being implicitly linked by other frameworks, but this change is required when building with Xcode 12 targeting older macOS versions to fix missing CFNetwork symbols.
2020-11-30 11:20:08 +00:00