reuk
4fc958bcda
NSViewComponentPeer: Avoid allocating a std::function on every frame
3 years ago
reuk
41adf71cc7
macOS: Add Ventura to the enum of OS types
3 years ago
reuk
2ab3db90eb
AAX Client: Ignore deprecation warnings in third-party headers
3 years ago
reuk
a6185421a2
ASIO: Add missing override on destructor
3 years ago
reuk
7d2a11e222
Fix typo in docstring
3 years ago
reuk
7e404118b5
OpenGL: Correctly report OpenGL rendering scale in Pro Tools 2022.7 on Windows
3 years ago
reuk
19175ff698
OpenGL: Ensure that macOS uses the same (sRGB) colour space everywhere
3 years ago
reuk
2ae87f95f1
OpenGL: Carry out all GL rendering on a single thread
3 years ago
reuk
ae3bfdb1d2
OpenGL: Avoid occasional deadlock when destroying contexts
3 years ago
reuk
18aaa86761
OpenGL: Reduce error checking in Release builds
3 years ago
reuk
ff1d5d6da4
OpenGL: Only assert on high-severity errors
3 years ago
reuk
7c14c1fcd7
Use more concise stdlib type aliases
3 years ago
reuk
21d87c02c2
MathsFunctions: Make countNumberOfBits constexpr
3 years ago
reuk
b70b7a309d
TimeSliceThread: Add function to check whether a certain job is still registered
3 years ago
attila
7aa3bfdc93
GenericInterpolator: Fix discontinuity when changing the speedRatio
3 years ago
attila
d15e152da5
Fix TopLevelWindow::centreAroundComponent
3 years ago
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.
3 years ago
attila
d05333b61d
Resave all projects
3 years ago
attila
c97864d7f3
Remove AudioIODeviceCallback::audioDeviceIOCallback
3 years ago
attila
f075de78fa
AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data
3 years ago
Fabian Renn-Giles
37d57810f2
CoreAudio: Modernised code interacting with CoreAudio audio objects
3 years ago
hogliux
c07a77a8f9
AAX: Inform host of more parameter attributes when audio processor calls updateHostDisplay
3 years ago
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.
3 years ago
reuk
886ee724de
Projucer: Use correct paths to LV2 manifest helper source
3 years ago
reuk
77f5da93ac
AU Client: Fix build problem when PreferredChannelConfigurations enabled
3 years ago
hogliux
9f803fe88b
WASAPI: Search for the maximum number of channels on a WASAPI device instead of relying on default
3 years ago
attila
6da1357fde
Slider: Update PopupDisplay in updateText()
3 years ago
attila
bfe163cdad
MemoryOutputStream: Fix preallocating overly large buffer
3 years ago
reuk
c51bfd7429
Unity Client: Avoid returning pointer to stack memory
3 years ago
reuk
436150b221
CMake: Avoid adding target for LV2 manifest helper unless specifically required
3 years ago
reuk
ec8cd0e48b
Projucer: Fix LV2 manifest helper path in makefile exporter
3 years ago
reuk
65f1a76614
Tidy up parameter pack expansions
3 years ago
reuk
8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]]
3 years ago
reuk
045214c986
Build: Allow building with llvm-mingw headers
3 years ago
reuk
7391d18b8e
Optional: Implement in terms of std::optional
3 years ago
reuk
b3a4d54a72
Build: Update the minimum C++ standard to C++17
3 years ago
reuk
e9e39de069
AU: Avoid forming references to variable-size structs MIDIEventList and MIDIPacketList
3 years ago
reuk
f8e91d4003
AU: Replace CoreAudioUtilityClasses with files from new SDK
4 years ago
attila
c0f31aa12a
CoreGraphics: fillAll() fills a larger area to avoid alpha blended edges
Alternatively we could disable antialiasing before the fill operation
but this could cause neighbouring Components to overlap on the screen
even if their coordinates don't.
3 years ago
Leigh Marble
0816dbbae7
Docs: Correct a reference to a non-existent method
3 years ago
attila
372290d352
FlacAudioFormat: Use FLAC version 1.3.4
This commit replaces the contents of the flac directory with the
unchanged contents of the flac_134 directory.
3 years ago
attila
3810252ae2
FLAC: Prepare 1.3.4 lib files for inclusion in the JUCE build
3 years ago
attila
2ba2bc9677
FLAC: Add library source files for version 1.3.4
3 years ago
Tom Poole
c4dd405b16
macOS: Fix repaint lagging in Studio One 5
3 years ago
reuk
86ad2a77a0
FileTreeComponent: Avoid blocking the main thread when selecting items while scanning is in progress
3 years ago
reuk
21c214aec8
DirectoryContentsList: Start thread before attempting to scan files
This fixes an issue where opening a FileTreeComponent could cause the UI
to hang. The call to subcontentsList->isStillLoading() in
FileListTreeItem::selectFile() would always return true because the
file-scanner TimeSliceThread wasn't started until the selectFile() call
finished.
3 years ago
reuk
a1bb7aeead
ListBox: Avoid calling updateContent in contructor
3 years ago
reuk
b324a50e82
BailOutChecker: Add checks after callbacks in Slider and ComboBox
Co-authored-by: Roland Rabien <figbug@gmail.com>
3 years ago
reuk
1975bb7479
Projucer: Update default Android SDK, adjust CMake flag specification
3 years ago
reuk
72f6e84ca4
CMake: Add JUCE_PLUGIN_ARTEFACT_FILE property for Standalone plug-in targets
3 years ago