Tom Poole
1fbd6dff9b
VST3: Fixed invalid AudioProcessorParameterGroup unit IDs
5 years ago
Tom Poole
d9b2a61454
Re-saved all projects
5 years ago
Tom Poole
da07dad30d
Projucer: Bump LastUpgradeCheck property in Xcode projects
5 years ago
reuk
5354d01a89
X11: Properly escape "+" symbols in dragged/dropped filenames
5 years ago
reuk
dc3e0d1571
SystemStats: Fix `getOperatingSystemType` assertion on macOS 11.1
5 years ago
reuk
f3a69664d6
OSC: Update docs
5 years ago
reuk
d31b85ef00
ConvolutionDemo: Fix bug where "Load File..." button only worked once
5 years ago
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.
5 years ago
reuk
c213796951
Projucer: Fix quote escaping in CodeBlocks exporter
5 years ago
reuk
41ec486dd0
FileChooser: Show desktop folder if requested folder does not exist
This change affects the PostVista version of the Windows FileChooser.
5 years ago
reuk
e403e330ef
DSP: Make FixedSizeFunction public
5 years ago
reuk
07bfa2e83f
CMake: Make VST2 and AAX helper targets GLOBAL
5 years ago
reuk
dadac11ffd
MIDI: Fix naming to match JCS in SysEx7::Kind enum
5 years ago
reuk
c540fa4241
DSP: Slightly tidied filter-design function
5 years ago
Ivan Cohen
b2e49bc7e8
DSP: Solved an issue with FilterDesign::designFIRLowpassHalfBandEquirippleMethod for low amplitudedB and normalisationTransitionWidth close to 0.5
5 years ago
ed
b0c8917430
Projucer: Fixed a bug recalling code editor colour schemes when invoked from the command-line
5 years ago
ed
46700d820d
Fixed a compile error in the push notifications demo
5 years ago
ed
088e100c1f
Narrowed the scoped of some undeclared Objective-C selector warnings
5 years ago
ed
30f8594ecf
macOS: Fixed an incorrect selector in JuceNSViewClass
5 years ago
ed
3a908f848a
macOS: Fixed an incorrect selector in the WKWebView delegate class
5 years ago
ed
dc21f6fdad
macOS: Fixed 10.11 compatibility in the WKWebView code
5 years ago
ed
697b7ff705
Re-saved all projects
5 years ago
ed
6e6f866458
Projucer: Suppress warnings about using the OpenGL framework when using the new build system
5 years ago
ed
1fbde8c505
Projucer: Fixed issues navigating to warnings/errors when using the new Xcode build system
5 years ago
ed
a352366702
Projucer: Tidied up some whitespace
5 years ago
ed
d236c882cb
Re-saved all projects
5 years ago
ed
fc14dc402e
Projucer: Enabled the "New Build System" by default for Xcode projects and added an exporter setting to enable the old behaviour
5 years ago
Tom Poole
56373bcc07
Restricted some disabled warning regions
5 years ago
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.
5 years ago
ed
47a0dc81f6
macOS: Fixed 10.7 compatibility
5 years ago
ed
b828830af8
Projucer: Added some spacing between options in the new project window to prevent overlap on Windows hiDPI screens
5 years ago
ed
0f975ee482
Added a way to specify some space between PropertyComponents in a PropertyPanel
5 years ago
reuk
9032f589eb
CoreMIDI: Enable support for new API
5 years ago
reuk
051f49c52e
WAV: Fail gracefully on unsupported bit depths
5 years ago
reuk
17dc5f7a92
MP3: Fail gracefully on unsupported mp3 formats
5 years ago
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.
5 years ago
reuk
f59785606c
MPEInstrument: Reset last received values when setting a new MPE zone layout
5 years ago
reuk
ae1f5541fc
Resave all projects
5 years ago
reuk
1201b43ad8
Projucer: Bump LastUpgradeCheck property in Xcode projects
5 years ago
reuk
eaf82243a2
WebBrowser: Fix deprecation warnings on macOS
5 years ago
reuk
4494c96760
Build: Add GarageBand info to plugin templates
5 years ago
reuk
f2e0552ba7
Build: Update docs for plugin- and manufacturer-code
5 years ago
Tom Poole
4e91da6dac
Fixed a typo
5 years ago
ed
5f92b0cf37
Fixed inline links to files with spaces in the readme
5 years ago
ed
b297df8dd2
Added Linux Dependencies.md to docs
5 years ago
ed
9d0a97c33c
Ensure that modal components set auto-delete when dismissed are properly cleaned up
5 years ago
Tom Poole
20b63e2a61
Projucer: Added warning about in-place autoupdating on Windows
5 years ago
Tom Poole
7c797c8105
JUCE version 6.0.5
5 years ago
Tom Poole
df2f5db822
Re-saved all projects
5 years ago
Tom Poole
5929103a29
Bump version number to 6.0.5
5 years ago