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 |
ed
|
18523101be
|
Windows: Refactored DPI handling in the VST wrapper and hosting code
|
5 years ago |
ed
|
f2440ec8e2
|
Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference
|
5 years ago |
ed
|
5d920ade5c
|
Android: Fixed an issue when opening mono output streams in Oboe
|
5 years ago |
Tom Poole
|
2269cf8168
|
APVTS: Fixed some threading issues
|
5 years ago |
reuk
|
4b7043b0cd
|
OptionalScopedPointer: Added proper move semantics and convenience constructors
|
5 years ago |
reuk
|
c2f058df80
|
Threadsafety improvements
|
5 years ago |
Tom Duncalf
|
6c4224d05a
|
Android: Fixed some compiler warnings when compiling with Oboe enabled
|
5 years ago |
ed
|
baebb9d1b5
|
Fixed a dangling pointer deletion when moving PopupMenu submenus
|
5 years ago |
Mike Toon
|
a6fded11e6
|
BLOCKS: Use unique_ptr for setting program and add new block listeners
|
5 years ago |
ed
|
c2c98d3fdb
|
Updated some incorrect documentation in ValueWithDefault
|
5 years ago |
ed
|
fde098133a
|
Fixed a documentation issue in InAppPurchases
|
5 years ago |
ed
|
171b7812f4
|
Updated platform implementations of Desktop::setKioskComponent() to be multi-monitor aware
|
5 years ago |
ed
|
8b4ba1ff25
|
Fixed an issue in 9fda031
|
5 years ago |
ed
|
0ff16ddadb
|
Windows: Fixed a potential crash when closing and re-opening WASAPI audio devices
|
5 years ago |
ed
|
9fda031414
|
Check input as well as output devices names when checking if current audio device is still available in AudioDeviceManager::audioDeviceListChanged()
|
5 years ago |
ed
|
8209053244
|
Check if zone is active in MPEInstrument::updateNoteTotalPitchbend() to fix a zone mismatch bug
|
5 years ago |
ed
|
c8532775e5
|
Send broadcast message to all local addresses in NetworkServiceDiscovery::Advertiser::sendBroadcast()
|
5 years ago |
reuk
|
68b02efea1
|
AudioProcessorGraph: Immediately rebuild the graph if topology changes on the message thread
|
5 years ago |
reuk
|
f9532f609e
|
DocumentWindow: Made macOS windows respect constrainer minSize when in split screen
|
5 years ago |
ed
|
46aa467303
|
Removed const qualifier from dsp::Bias::processSample()
|
5 years ago |
ed
|
e1e58b9c6d
|
macOS: Fixed an NSWindow focus bug introduced in 8ce79e2
|
5 years ago |
ed
|
08d0a12f03
|
Bump version number to 5.4.7
|
5 years ago |
ed
|
6561e5c040
|
Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions
|
5 years ago |
ed
|
ab12d7e406
|
Android: Fixed a potential NullPointerException in the BillingClient code
|
5 years ago |
ed
|
e4d10979ae
|
macOS: Fixed an NSWindow focus bug introduced in 8ce79e2
|
5 years ago |
ed
|
79385cc1e3
|
VST2: Send audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating
|
5 years ago |
ed
|
5bda9de977
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
5 years ago |
ed
|
4446764fa9
|
Added a missing JUCE_API to OSCBundle::Element class
|
5 years ago |
ed
|
efdccd8f1d
|
macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow()
|
5 years ago |
ed
|
b40496f568
|
Fixed a bug when selecting the first row in a ListBox after a key down event
|
5 years ago |
ed
|
442478680b
|
macOS: Fixed another spurious dynamic_cast warning in CoreGraphicsPixelData
|
5 years ago |
Tom Poole
|
ef1eacccd3
|
Bump version number to 5.4.6
|
5 years ago |
Tom Poole
|
0831c718a2
|
macOS: Fixed some Projucer live-build issues on Catalina
|
5 years ago |
ed
|
306e793895
|
Windows: Avoid logging ASIO errors to the console twice
|
5 years ago |
ed
|
da2cd2e619
|
Windows: Catch and report exception when releasing dodgy ASIO drivers
|
5 years ago |