e357833a12
iOS: Support older SDKs by
2020-03-26 13:58:37 +0000
dde6b96ebe
MSVC: Fix some potential divide-by-zero errors by
2020-03-26 11:17:09 +0000
4d496bc44f
Re-saved all projects by
2020-03-26 10:09:38 +0000
f182c49331
Projucer: Fixed a UTF-8 encoding error in Windows resource files by
2020-03-26 09:58:09 +0000
21f054b164
Documentation fix by
2020-03-25 15:48:59 +0000
f2e75a8f52
Fixed a popup submenu item selection bug on a right key press by
2020-03-25 15:23:09 +0000
dddeb1ad68
Build: Fix Xcode 11.4 compatibility issues by
2020-03-25 12:22:47 +0000
cfce337d81
Fix mp3 file seek when seeking to previously unplayed location. by
2020-03-24 09:07:08 +0100
fcd12ab12b
VST: Remove an unused variable warning by
2020-03-24 07:47:06 +0000
5d9ab42195
Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed by
2020-03-23 14:38:09 +0000
a091a29929
Projucer: Cleaned up some exporter code by
2020-03-23 09:31:02 +0000
b29b45e8cd
Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions by
2020-03-20 17:10:07 +0000
8e4277085a
Linux: Fixed some issues flagged by asan by
2020-03-20 17:08:57 +0000
bda05320cb
Projucer: Fixed a potential crash when quitting by
2020-03-20 17:08:21 +0000
0c9067c9a4
Ownership: Fix some raw/unique ptr conversion issues by
2020-03-20 16:48:38 +0000
bbd2184e3b
Demos: Fix some build issues in demos with more warnings enabled by
2020-03-19 19:20:18 +0000
12765e3761
Re-saved all projects by
2020-03-19 16:50:05 +0000
08925cac6e
Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon by
2020-03-19 16:44:30 +0000
52353ae5d5
Fixed some more static analysis issues in the Box2D code by
2020-03-18 13:47:49 +0000
c1cb7cea9a
Fixed some issues flagged by the Xcode static analysis tool by
2020-03-18 10:18:54 +0000
6b8b728d1e
Tidied up some whitespace by
2020-03-17 16:26:16 +0000
d77dae186d
Windows: Fixed an OpenGL scale issue in high-DPI plug-ins by
2020-03-17 15:59:10 +0000
e4af85e07b
Projucer: Only set PIP generated project settings when they are non-empty by
2020-03-17 12:37:36 +0000
67ccd6d255
AU: Fixed some missing case warnings in the hosting code by
2020-03-17 10:09:02 +0000
722a1403af
VST3: Fixed a rounding error in VST3PluginInstance::getCurrentProgram() by
2020-03-17 10:07:05 +0000
4a5dda489f
Fixed some warnings with -Wconversion enabled by
2020-03-16 17:06:45 +0000
adbf5fc219
DSP: Add ProcessorChain tests by
2020-03-16 16:55:10 +0000
0ac8552a63
AudioBuffer: Fix alignment check on iOS/arm7 by
2020-03-16 12:53:02 +0000
4caf25914c
Examples: Fix up createAssetInputStream uses by
2020-03-16 11:37:32 +0000
730395baa6
Fixed some more license headers by
2020-03-16 15:14:01 +0000
5e9826ecf8
Added some missing license headers by
2020-03-16 14:04:21 +0000
ffb140de84
Re-saved all projects by
2020-03-16 14:09:52 +0000
7035a40879
Fixed some errors in the examples by
2020-03-16 11:24:39 +0000
69d5f16be0
Added some more FileInputStream unit tests by
2020-03-16 10:48:16 +0000
330df2b3e6
Fixed a regression opening file handles introduced in e65ac0b by
2020-03-16 10:19:56 +0000
b9835d3a0c
DSP: Fix tuple index sequence generator by
2020-03-13 18:44:12 +0000
3520f6c4f6
Standalone: Put CreatePluginFilter in a common header by
2020-03-13 15:15:44 +0000
1915fc7a37
Standalone: Fixed build issue with createPluginFilterOfType by
2020-03-13 13:27:45 +0000
a9492679da
URL: Make downloadToFile return unique_ptr by
2020-03-13 10:03:08 +0000
04adb2fa79
DSP: Tidy up ProcessorChain implementation by
2020-03-12 14:04:27 +0000
a7d5d8dd95
DSP: Add missing consts in Oversampling by
2020-03-12 11:59:51 +0000
a886495606
APVTS: Fix thread sanitizer complaint by
2020-03-12 11:55:53 +0000
5af01b9b16
Demos: Convey proper ownership semantics by
2020-03-12 11:34:06 +0000
4abffb1f11
Git: Ignore .idea folders by
2020-03-12 11:56:10 +0000
a91b7aafd0
Android: Pulled out some shared OpenSL/Oboe code into juce_android_HighPerformanceAudioHelpers.h and updated Oboe buffer size behaviour to match OpenSL by
2020-03-12 17:28:27 +0000
d38cf1f679
BLOCKS: Prevent ConfigMetaData having incorrect default index of 0 by
2020-03-09 17:25:16 +0000
e49e2bac7a
Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter by
2020-03-12 09:45:03 +0000
fce4212ef5
Replaced some old macros by
2020-03-11 18:00:07 +0000
0dd3b02728
Projucer: Set hidden symbol visibility on macOS and Linux by
2020-03-11 20:10:51 +0000
0ae768d0d1
macOS: Fixed some unused variable warnings in the VST3 wrapper by
2020-03-11 17:10:09 +0000
28e03f0815
Replaced all instances of JUCE_CONSTEXPR with constexpr by
2020-03-11 12:50:02 +0000
02bbe31c0d
DSP: Fix compiler warnings in DSP plugin demo by
2020-03-11 11:03:48 +0000
e55de57922
DSP: Fix compiler warnings in DSP plugin demo by
2020-03-11 11:03:48 +0000
49ac038662
Fixed some more warnings by
2020-03-10 11:10:24 +0000
e9f8758791
Fixed a typo in AudioChannelSet::ChannelType by
2020-03-10 11:10:16 +0000
6e51eb4a65
Documentation update by
2020-03-09 17:29:43 +0000
18306bf647
Re-saved all projects by
2020-03-09 17:42:02 +0000
7c75c6da70
Projucer: Added -Wswitch-enum, -Wswitch-default, and -Wredundant-decls to recommended GCC warning flags and -Wswitch-enum to recommended Clang warning flags by
2020-03-09 17:40:12 +0000
59a058fdc6
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough by
2020-03-09 17:18:33 +0000
f9961e9938
Fixed a bug in the previous commit by
2020-03-09 14:43:15 +0000
5cf2802a00
macOS: Fixed a data race in URLConnectionState by
2020-03-09 09:45:31 +0000
32f077a86a
Use Logger::writeToLog() in PerformanceCounter::printStatistics() by
2020-03-06 17:39:17 +0000
d87ff510f2
Corrected the documentation for Colour::fromHSV() by
2020-03-06 17:38:53 +0000
c47c790f79
Linux: Use list instead of vector for file descriptor callback storage in internal message queue to fix issues when recursively adding or removing callbacks by
2020-03-06 16:26:32 +0000
72c1914004
APVTS: Update an example in the docs to reflect best practices for constructing ParameterLayouts by
2020-03-03 17:13:16 +0000
ccbe0816d0
Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows by
2020-03-04 10:00:10 +0000
67486d47e0
Fixed some Doxygen warnings by
2020-03-03 18:42:02 +0000
99a17ad3a9
Windows: Fixed an issue with OpenGL rendering scale in plug-ins by
2020-03-03 18:07:00 +0000
e65ac0b2cd
Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag by
2020-03-03 17:07:39 +0000
deed6c4906
Re-saved all projects by
2020-03-03 16:21:53 +0000
618f3645b2
Android: Fixed some issues in the native content sharing code by
2020-03-03 15:51:55 +0000
9c83b28e4a
Fixed a shadowing warning in the VST3 wrapper by
2020-03-03 16:59:39 +0000
6acbb3e4d4
Partially reverted af6fc6b to add back in AudioPluginDemo input bus by
2020-03-03 16:54:09 +0000
18523101be
Windows: Refactored DPI handling in the VST wrapper and hosting code by
2020-03-02 15:41:08 +0000
af6fc6b66a
AudioPluginDemo fixes for AUv3 builds - don't add input bus and ensure that updateTrackProperties() is called on the message thread by
2020-03-02 10:55:44 +0000
ad241f8fec
Projucer: Only add com.apple.security.app-sandbox entitlement by default to AUv3 projects on macOS by
2020-03-02 10:53:02 +0000
2b48d0e4bc
Projucer: Removed a duplicate plugin characteristic setting in PIPGenerator by
2020-02-28 17:35:55 +0000
f2440ec8e2
Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference by
2020-02-27 15:09:13 +0000
5d920ade5c
Android: Fixed an issue when opening mono output streams in Oboe by
2020-02-27 12:43:36 +0000
b3ad34fa80
Added Builds/Android/app/.cxx directory to .gitignore to squash some noise when building Android projects in tree by
2020-02-27 12:43:16 +0000
9e030b7eaf
Don't attempt to open input channels if audio recording permission isn't granted in the audio app template by
2020-02-26 14:37:45 +0000
11b184e43f
Projucer: Updated some code that was using an incorrect method to get module config flags by
2020-02-26 16:22:42 +0000
2269cf8168
APVTS: Fixed some threading issues by
2020-02-25 17:39:20 +0000
4b7043b0cd
OptionalScopedPointer: Added proper move semantics and convenience constructors by
2020-02-20 15:55:49 +0000
c2f058df80
Threadsafety improvements by
2019-12-13 22:44:20 +0000
6c4224d05a
Android: Fixed some compiler warnings when compiling with Oboe enabled by
2020-02-24 17:10:42 +0000
baebb9d1b5
Fixed a dangling pointer deletion when moving PopupMenu submenus by
2020-02-20 11:59:46 +0000
a6fded11e6
BLOCKS: Use unique_ptr for setting program and add new block listeners by
2020-02-18 09:25:37 +0000
113342d1e6
Fixed an issue sharing files on Android in the DialogsDemo by
2020-02-20 09:57:15 +0000
c2c98d3fdb
Updated some incorrect documentation in ValueWithDefault by
2020-02-20 09:32:44 +0000
fde098133a
Fixed a documentation issue in InAppPurchases by
2020-02-18 12:20:56 +0000
171b7812f4
Updated platform implementations of Desktop::setKioskComponent() to be multi-monitor aware by
2020-02-18 10:56:52 +0000
8b4ba1ff25
Fixed an issue in 9fda031 by
2020-02-14 10:19:03 +0000
0ff16ddadb
Windows: Fixed a potential crash when closing and re-opening WASAPI audio devices by
2020-02-13 16:47:14 +0000
9fda031414
Check input as well as output devices names when checking if current audio device is still available in AudioDeviceManager::audioDeviceListChanged() by
2020-02-13 17:04:35 +0000
8209053244
Check if zone is active in MPEInstrument::updateNoteTotalPitchbend() to fix a zone mismatch bug by
2020-02-13 11:58:41 +0000
2650458e1f
Projucer: Changed the Xcode subproject paths to be relative to the build directory rather than the project directory by
2020-02-11 18:45:49 +0000
1c3128fc50
Projucer: Add push notifications entitlement to audio plug-in projects if exporter setting is enabled by
2020-02-11 16:37:16 +0000
c8532775e5
Send broadcast message to all local addresses in NetworkServiceDiscovery::Advertiser::sendBroadcast() by
2020-02-10 16:42:10 +0000
68b02efea1
AudioProcessorGraph: Immediately rebuild the graph if topology changes on the message thread by
2020-02-10 14:36:28 +0000