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

14897 commits

Author SHA1 Message Date
ed
67ccd6d255 AU: Fixed some missing case warnings in the hosting code 2020-03-17 10:09:02 +00:00
ed
722a1403af VST3: Fixed a rounding error in VST3PluginInstance::getCurrentProgram() 2020-03-17 10:07:05 +00:00
ed
4a5dda489f Fixed some warnings with -Wconversion enabled 2020-03-17 09:02:57 +00:00
reuk
adbf5fc219 DSP: Add ProcessorChain tests 2020-03-16 17:17:49 +00:00
reuk
0ac8552a63 AudioBuffer: Fix alignment check on iOS/arm7
On iOS/arm7, double has an alignment of 8 but std::max_align_t has
alignment of 4, so we need to compute our own max_align value.
2020-03-16 16:02:42 +00:00
reuk
4caf25914c Examples: Fix up createAssetInputStream uses 2020-03-16 16:02:42 +00:00
Tom Poole
730395baa6 Fixed some more license headers 2020-03-16 15:14:01 +00:00
Tom Poole
5e9826ecf8 Added some missing license headers 2020-03-16 14:11:06 +00:00
Tom Poole
ffb140de84 Re-saved all projects 2020-03-16 14:09:52 +00:00
ed
7035a40879 Fixed some errors in the examples 2020-03-16 11:47:15 +00:00
ed
69d5f16be0 Added some more FileInputStream unit tests 2020-03-16 11:01:49 +00:00
ed
330df2b3e6 Fixed a regression opening file handles introduced in e65ac0b 2020-03-16 11:01:40 +00:00
reuk
b9835d3a0c DSP: Fix tuple index sequence generator 2020-03-13 19:41:32 +00:00
reuk
3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 2020-03-13 16:59:40 +00:00
reuk
1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 2020-03-13 16:59:40 +00:00
reuk
a9492679da URL: Make downloadToFile return unique_ptr 2020-03-13 11:25:40 +00:00
reuk
04adb2fa79 DSP: Tidy up ProcessorChain implementation 2020-03-12 18:30:45 +00:00
reuk
a7d5d8dd95 DSP: Add missing consts in Oversampling 2020-03-12 18:30:45 +00:00
reuk
a886495606 APVTS: Fix thread sanitizer complaint 2020-03-12 18:30:45 +00:00
reuk
5af01b9b16 Demos: Convey proper ownership semantics 2020-03-12 18:30:45 +00:00
reuk
4abffb1f11 Git: Ignore .idea folders 2020-03-12 18:30:45 +00:00
ed
a91b7aafd0 Android: Pulled out some shared OpenSL/Oboe code into juce_android_HighPerformanceAudioHelpers.h and updated Oboe buffer size behaviour to match OpenSL 2020-03-12 17:28:27 +00:00
Mike Toon
d38cf1f679 BLOCKS: Prevent ConfigMetaData having incorrect default index of 0 2020-03-12 09:47:00 +00:00
ed
e49e2bac7a Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter 2020-03-12 09:45:03 +00:00
Tom Poole
fce4212ef5 Replaced some old macros 2020-03-12 09:23:33 +00:00
reuk
0dd3b02728 Projucer: Set hidden symbol visibility on macOS and Linux 2020-03-12 09:22:35 +00:00
ed
0ae768d0d1 macOS: Fixed some unused variable warnings in the VST3 wrapper 2020-03-11 17:35:24 +00:00
Tom Poole
28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 2020-03-11 17:21:30 +00:00
reuk
02bbe31c0d DSP: Fix compiler warnings in DSP plugin demo 2020-03-11 12:56:23 +00:00
reuk
e55de57922 DSP: Fix compiler warnings in DSP plugin demo 2020-03-11 12:54:00 +00:00
ed
49ac038662 Fixed some more warnings 2020-03-10 11:10:24 +00:00
ed
e9f8758791 Fixed a typo in AudioChannelSet::ChannelType 2020-03-10 11:10:16 +00:00
ed
6e51eb4a65 Documentation update 2020-03-09 17:42:08 +00:00
ed
18306bf647 Re-saved all projects 2020-03-09 17:42:02 +00:00
ed
7c75c6da70 Projucer: Added -Wswitch-enum, -Wswitch-default, and -Wredundant-decls to recommended GCC warning flags and -Wswitch-enum to recommended Clang warning flags 2020-03-09 17:40:12 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
f9961e9938 Fixed a bug in the previous commit 2020-03-09 14:43:59 +00:00
ed
5cf2802a00 macOS: Fixed a data race in URLConnectionState 2020-03-09 09:45:31 +00:00
ed
32f077a86a Use Logger::writeToLog() in PerformanceCounter::printStatistics() 2020-03-06 17:39:27 +00:00
ed
d87ff510f2 Corrected the documentation for Colour::fromHSV() 2020-03-06 17:38:53 +00:00
ed
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 2020-03-06 16:52:13 +00:00
reuk
72c1914004 APVTS: Update an example in the docs to reflect best practices for constructing ParameterLayouts 2020-03-04 17:09:44 +00:00
ed
ccbe0816d0 Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows 2020-03-04 10:01:21 +00:00
Tom Poole
67486d47e0 Fixed some Doxygen warnings 2020-03-03 18:42:02 +00:00
ed
99a17ad3a9 Windows: Fixed an issue with OpenGL rendering scale in plug-ins 2020-03-03 18:37:35 +00:00
ed
e65ac0b2cd Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag 2020-03-03 17:54:24 +00:00
ed
deed6c4906 Re-saved all projects 2020-03-03 17:24:39 +00:00
ed
618f3645b2 Android: Fixed some issues in the native content sharing code 2020-03-03 17:24:39 +00:00
ed
9c83b28e4a Fixed a shadowing warning in the VST3 wrapper 2020-03-03 16:59:39 +00:00
ed
6acbb3e4d4 Partially reverted af6fc6b to add back in AudioPluginDemo input bus 2020-03-03 16:54:09 +00:00