ed
|
e61f7fc441
|
Projucer: Reverted bda0532 and fixed the root cause of the crash
|
5 years ago |
reuk
|
759e2697b7
|
VST3: Fix duplicate messages in VST3 wrapper
|
5 years ago |
ed
|
920f86eace
|
macOS: Fixed some issues with 32-bit builds
|
5 years ago |
Tom Poole
|
b6a6a7ea26
|
Projucer: A minor tidyup
|
5 years ago |
ed
|
896a68dd7b
|
Android: Reverted some recent Oboe buffer size changes
|
5 years ago |
ed
|
5bb2e8ca6f
|
Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast
|
5 years ago |
ed
|
18df1b0937
|
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
|
5 years ago |
ed
|
814f317346
|
VST3: Unload macOS bundle in destructor of DLLHandle with CFBundleUnloadExecutable() to fix crash when loading some third-party plug-ins a second time
|
5 years ago |
ed
|
50a22b75c2
|
macOS: Added NSAppleEventsUsageDescription plist key to the AudioPluginHost to fix instantiating some third-party plug-ins
|
5 years ago |
ed
|
620383e93c
|
Projucer: Added a setting for enabling and setting the macOS NSAppleEventsUsageDescription plist key
|
5 years ago |
ed
|
375c746251
|
AU: Check parameter list is not empty when setting haveParameterList
|
5 years ago |
ed
|
f3470d3cd4
|
VST: Fixed potential out-of-bounds program access
|
5 years ago |
ed
|
9f0728e622
|
VST3: Don't pass nullptr to setBusArrangements()
|
5 years ago |
ed
|
26c9468dc5
|
Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform
|
5 years ago |
ed
|
5315160e51
|
Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription()
|
5 years ago |
ed
|
441c88f3b9
|
macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02
|
5 years ago |
ed
|
814852e966
|
macOS: Fixed another spurious dynamic_cast type_info warning when loading dylibs containing JUCE at runtime
|
5 years ago |
ed
|
f7f6dad663
|
Linux: Removed non-standard X11 library path from extras .jucer files
|
5 years ago |
Lukasz Kozakiewicz
|
50310edc57
|
Android: Call __android_log_print() in chunks to ensure that the full log is printed
|
7 years ago |
ed
|
fa0f3af034
|
WASAPI: Suspend processing when AudioSessionStateInactive session event is received and restart on AudioSessionStateActive
|
5 years ago |
Aga Janowicz
|
9d9d26c85a
|
Fix issue where sustain value would be reset after note off in legacy mode
|
5 years ago |
Aga Janowicz
|
8f069624d7
|
Fix sustain state not updating on global channel
|
5 years ago |
reuk
|
6a18c9e153
|
iOS: Fix type declaration in juce_File.h
|
5 years ago |
Tom Poole
|
034ca9347e
|
Fixed a potential overflow when dealing with large images
|
5 years ago |
ed
|
60406a82b4
|
Projucer: Remove switch-default from recommended GCC compiler warning flags
|
5 years ago |
reuk
|
e357833a12
|
iOS: Support older SDKs
|
5 years ago |
reuk
|
dde6b96ebe
|
MSVC: Fix some potential divide-by-zero errors
|
5 years ago |
Tom Poole
|
4d496bc44f
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
f182c49331
|
Projucer: Fixed a UTF-8 encoding error in Windows resource files
|
5 years ago |
Tom Poole
|
21f054b164
|
Documentation fix
|
5 years ago |
Tom Poole
|
f2e75a8f52
|
Fixed a popup submenu item selection bug on a right key press
|
5 years ago |
reuk
|
dddeb1ad68
|
Build: Fix Xcode 11.4 compatibility issues
|
5 years ago |
Lukasz Kozakiewicz
|
cfce337d81
|
Fix mp3 file seek when seeking to previously unplayed location.
|
5 years ago |
reuk
|
fcd12ab12b
|
VST: Remove an unused variable warning
|
5 years ago |
ed
|
5d9ab42195
|
Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed
|
5 years ago |
ed
|
a091a29929
|
Projucer: Cleaned up some exporter code
|
5 years ago |
ed
|
b29b45e8cd
|
Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions
|
5 years ago |
ed
|
8e4277085a
|
Linux: Fixed some issues flagged by asan
|
5 years ago |
ed
|
bda05320cb
|
Projucer: Fixed a potential crash when quitting
|
5 years ago |
reuk
|
0c9067c9a4
|
Ownership: Fix some raw/unique ptr conversion issues
|
5 years ago |
reuk
|
bbd2184e3b
|
Demos: Fix some build issues in demos with more warnings enabled
|
5 years ago |
ed
|
12765e3761
|
Re-saved all projects
|
5 years ago |
ed
|
08925cac6e
|
Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon
|
5 years ago |
ed
|
52353ae5d5
|
Fixed some more static analysis issues in the Box2D code
|
5 years ago |
ed
|
c1cb7cea9a
|
Fixed some issues flagged by the Xcode static analysis tool
|
5 years ago |
ed
|
6b8b728d1e
|
Tidied up some whitespace
|
5 years ago |
ed
|
d77dae186d
|
Windows: Fixed an OpenGL scale issue in high-DPI plug-ins
|
5 years ago |
ed
|
e4af85e07b
|
Projucer: Only set PIP generated project settings when they are non-empty
|
5 years ago |
ed
|
67ccd6d255
|
AU: Fixed some missing case warnings in the hosting code
|
5 years ago |
ed
|
722a1403af
|
VST3: Fixed a rounding error in VST3PluginInstance::getCurrentProgram()
|
5 years ago |