reuk
69e0727ffd
VST3 Client: Attempt to preserve scale set by host
2022-10-06 17:33:59 +01:00
hogliux
98e0ee75a3
CoreAudio: Ensured that latency is correctly reported when input/output audio devices are different devices
2022-10-06 15:47:41 +02:00
hogliux
a8a0342745
CoreAudio: Include buffer size and stream latency when calculating CoreAudio device's total latency
2022-10-06 15:45:36 +02:00
hogliux
9a62775809
CoreAudio: More code modernisation and clean-up
2022-10-06 15:35:26 +02:00
hogliux
d048fdbc82
BigInteger: Mutating methods now return self references to facilitate easy concatenating of several mutating operations
2022-10-06 14:57:58 +02:00
attila
fa37d47ebb
AudioThumbnail: Add new member to set an AudioBuffer as source
2022-10-05 15:46:09 +02:00
attila
fcb7e0fc20
WinRT midi: Ensure object lifetimes in WinRT async callbacks
...
While the affected callbacks are cancelled before the referenced
state is deleted, we have had user reports that they can still be
accessed by the cancelled callbacks causing crashes. After only
finding warnings that WinRT AsyncCallback cancellation is not a
guaranteed thing, we saw it best to wrap the pointers.
2022-10-05 15:46:09 +02:00
attila
2e0646abba
TreeView: Fix restoring scroll position in restoreOpennessState
...
This commit fixes a regression introduced in 70968d46 .
2022-10-05 15:46:09 +02:00
hogliux
f370edcb5d
VST3: Fix an issue with sidechain configurations in Cubase
2022-10-05 08:41:56 +02:00
hogliux
75f9cc0e22
AAX: Set AudioPlayHead's editOriginTime even if the effectiveRate is zero
2022-10-05 08:41:56 +02:00
hogliux
447c760be3
VST2 Host: Fix an incorrect assertion in the VST2 hosting code's handling of channel pointers
2022-10-04 19:28:19 +02:00
reuk
dc8bc918d2
TextEditor: Fix bug where text could be pasted twice from the popup menu
...
This bug was introduced in 140f8fedb1
2022-09-29 12:05:43 +01:00
reuk
00b1bf3f5b
DirectoryContentsList: Ensure change notification is sent after search completes
...
This fixes an issue where the FileListComponent might fail to select a
file, because the file list reported that it was still loading during
the final ChangeListener callback.
2022-09-29 12:05:43 +01:00
reuk
ec55ebe0db
PushNotifications: Use @available checks on macOS
2022-09-29 12:05:42 +01:00
reuk
3b8792d5c5
AUv3 Client: Correctly set default channel layout for buses with more than two channels
2022-09-29 12:05:42 +01:00
reuk
b53ee602d4
X11: Use 32-bit colourmap in the case that a 24-bit colourmap is unavailable
...
When using RDP to access a Fedora machine running Gnome, the only
available colourmap is 32-bit. The old implementation caused GUI apps to
crash when they attempted to use a null colourmap pointer.
2022-09-29 12:05:42 +01:00
hogliux
7958599848
CoreAudio: Fixed typo in recent CoreAudio clean-up
2022-09-28 16:31:58 +02:00
attila
2e1809ec33
Fix key up behaviour in a multiline TextEditor
...
A regression was introduced in d564e4931 . Before that commit you
could use key up to jump into position zero of a multiline TextEditor
if the cursor was somewhere in the first line. Since that commit the
keypress had no effect. This change restores the earlier behaviour.
2022-09-28 15:07:30 +02:00
reuk
14628ec824
iOS: Correctly compute mouse position for scroll events
...
When using Universal Control, the system seems to translate mouse scroll
events into swipe gestures, meaning that the gesture position is not
constant during the gesture.
2022-09-27 16:45:21 +01:00
reuk
5d1c580b15
FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading
2022-09-27 15:18:22 +01:00
reuk
4fc958bcda
NSViewComponentPeer: Avoid allocating a std::function on every frame
2022-09-27 15:18:21 +01:00
reuk
41adf71cc7
macOS: Add Ventura to the enum of OS types
2022-09-27 15:18:21 +01:00
reuk
2ab3db90eb
AAX Client: Ignore deprecation warnings in third-party headers
2022-09-27 15:18:21 +01:00
reuk
a6185421a2
ASIO: Add missing override on destructor
2022-09-27 15:18:21 +01:00
reuk
7d2a11e222
Fix typo in docstring
2022-09-27 15:18:21 +01:00
reuk
7e404118b5
OpenGL: Correctly report OpenGL rendering scale in Pro Tools 2022.7 on Windows
2022-09-27 15:18:21 +01:00
reuk
19175ff698
OpenGL: Ensure that macOS uses the same (sRGB) colour space everywhere
2022-09-27 15:18:21 +01:00
reuk
2ae87f95f1
OpenGL: Carry out all GL rendering on a single thread
2022-09-27 15:18:21 +01:00
reuk
ae3bfdb1d2
OpenGL: Avoid occasional deadlock when destroying contexts
2022-09-26 18:03:47 +01:00
reuk
18aaa86761
OpenGL: Reduce error checking in Release builds
2022-09-26 18:03:47 +01:00
reuk
ff1d5d6da4
OpenGL: Only assert on high-severity errors
2022-09-26 18:03:47 +01:00
reuk
7c14c1fcd7
Use more concise stdlib type aliases
2022-09-26 18:03:47 +01:00
reuk
21d87c02c2
MathsFunctions: Make countNumberOfBits constexpr
2022-09-22 19:36:40 +01:00
reuk
b70b7a309d
TimeSliceThread: Add function to check whether a certain job is still registered
2022-09-22 19:36:40 +01:00
attila
7aa3bfdc93
GenericInterpolator: Fix discontinuity when changing the speedRatio
2022-09-22 18:19:56 +02:00
attila
d15e152da5
Fix TopLevelWindow::centreAroundComponent
2022-09-22 18:18:59 +02:00
attila
44dd0649fd
Grid: Fix layout for very small items
...
Until this commit Items with a size of 1 could be rounded to
bounds with a size of 0 or 2 due to floating point errors, leading
to slightly too large or disappearing items. The new approach
preserves the size of items.
2022-09-22 18:18:59 +02:00
attila
c97864d7f3
Remove AudioIODeviceCallback::audioDeviceIOCallback
2022-09-22 07:50:18 +00:00
attila
f075de78fa
AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data
2022-09-22 07:50:18 +00:00
Fabian Renn-Giles
37d57810f2
CoreAudio: Modernised code interacting with CoreAudio audio objects
2022-09-21 18:11:57 +00:00
hogliux
c07a77a8f9
AAX: Inform host of more parameter attributes when audio processor calls updateHostDisplay
2022-09-21 12:03:20 +02:00
attila
d564e49312
TextEditor: Change caret positioning when clicking before text and between lines
...
This commit fixes an issue when using large lineSpacing, where the caret
would jump to the end of the previous line when clicking between lines.
With the new behaviour the line spacing is considered to belong to the
previous line.
The commit also changes the behaviour observed when clicking in the
empty space before the first line. Until now the caret would jump into
the first character position. Now it behaves as if the space before the
first line would belong to the first line.
2022-09-15 12:30:40 +02:00
reuk
77f5da93ac
AU Client: Fix build problem when PreferredChannelConfigurations enabled
2022-09-14 16:16:26 +01:00
hogliux
9f803fe88b
WASAPI: Search for the maximum number of channels on a WASAPI device instead of relying on default
2022-09-14 14:17:40 +02:00
attila
6da1357fde
Slider: Update PopupDisplay in updateText()
2022-09-13 15:20:57 +02:00
attila
bfe163cdad
MemoryOutputStream: Fix preallocating overly large buffer
2022-09-13 15:20:57 +02:00
reuk
c51bfd7429
Unity Client: Avoid returning pointer to stack memory
2022-09-12 16:14:57 +01:00
reuk
436150b221
CMake: Avoid adding target for LV2 manifest helper unless specifically required
2022-09-12 16:14:57 +01:00
reuk
65f1a76614
Tidy up parameter pack expansions
2022-09-12 16:14:57 +01:00
reuk
8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]]
2022-09-12 16:14:57 +01:00