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
|
8e4277085a
|
Linux: Fixed some issues flagged by asan
|
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
|
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
|
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 |
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
reuk
|
adbf5fc219
|
DSP: Add ProcessorChain tests
|
5 years ago |
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.
|
5 years ago |
Tom Poole
|
730395baa6
|
Fixed some more license headers
|
5 years ago |
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
5 years ago |
ed
|
69d5f16be0
|
Added some more FileInputStream unit tests
|
5 years ago |
ed
|
330df2b3e6
|
Fixed a regression opening file handles introduced in e65ac0b
|
5 years ago |
reuk
|
b9835d3a0c
|
DSP: Fix tuple index sequence generator
|
5 years ago |
reuk
|
3520f6c4f6
|
Standalone: Put CreatePluginFilter in a common header
|
5 years ago |
reuk
|
1915fc7a37
|
Standalone: Fixed build issue with createPluginFilterOfType
|
5 years ago |
reuk
|
a9492679da
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
reuk
|
04adb2fa79
|
DSP: Tidy up ProcessorChain implementation
|
5 years ago |
reuk
|
a7d5d8dd95
|
DSP: Add missing consts in Oversampling
|
5 years ago |
reuk
|
a886495606
|
APVTS: Fix thread sanitizer complaint
|
5 years ago |
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
5 years ago |
ed
|
a91b7aafd0
|
Android: Pulled out some shared OpenSL/Oboe code into juce_android_HighPerformanceAudioHelpers.h and updated Oboe buffer size behaviour to match OpenSL
|
5 years ago |
Mike Toon
|
d38cf1f679
|
BLOCKS: Prevent ConfigMetaData having incorrect default index of 0
|
5 years ago |
ed
|
0ae768d0d1
|
macOS: Fixed some unused variable warnings in the VST3 wrapper
|
5 years ago |
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
5 years ago |
ed
|
49ac038662
|
Fixed some more warnings
|
5 years ago |
ed
|
e9f8758791
|
Fixed a typo in AudioChannelSet::ChannelType
|
5 years ago |
ed
|
6e51eb4a65
|
Documentation update
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
f9961e9938
|
Fixed a bug in the previous commit
|
5 years ago |
ed
|
5cf2802a00
|
macOS: Fixed a data race in URLConnectionState
|
5 years ago |
ed
|
32f077a86a
|
Use Logger::writeToLog() in PerformanceCounter::printStatistics()
|
5 years ago |
ed
|
d87ff510f2
|
Corrected the documentation for Colour::fromHSV()
|
5 years ago |
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
|
5 years ago |
reuk
|
72c1914004
|
APVTS: Update an example in the docs to reflect best practices for constructing ParameterLayouts
|
5 years ago |
ed
|
ccbe0816d0
|
Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows
|
5 years ago |
Tom Poole
|
67486d47e0
|
Fixed some Doxygen warnings
|
5 years ago |
ed
|
99a17ad3a9
|
Windows: Fixed an issue with OpenGL rendering scale in plug-ins
|
5 years ago |
ed
|
e65ac0b2cd
|
Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag
|
5 years ago |
ed
|
618f3645b2
|
Android: Fixed some issues in the native content sharing code
|
5 years ago |
ed
|
9c83b28e4a
|
Fixed a shadowing warning in the VST3 wrapper
|
5 years ago |