1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

13365 commits

Author SHA1 Message Date
Tom Poole
510134e943 Docs: Update the supported accessibility clients 2022-10-27 13:06:13 +01:00
Tom Poole
f65dacb10c Docs: Update the minimum macOS deployment target 2022-10-27 13:02:40 +01:00
hogliux
e12e0bb4fe Examples: Ensured that the MultiOutSynth example accepts disabled aux busses 2022-10-26 09:35:33 +02:00
hogliux
11bd36b3ce AudioProcessorGraph: Ensured that nodes are deleted soon after being removed from the graph 2022-10-26 09:35:27 +02:00
hogliux
87d519759e Synthesiser: Ensured that the voice stealing algorithm does not allocate 2022-10-26 09:35:14 +02:00
hogliux
4abdb6da3e ASIO: Make "DENON DJ ASIO Driver" workaround more specific to the exact buggy driver version 2022-10-26 09:35:07 +02:00
hogliux
3705a5c413 AUv2: Fix crash in Ableton Live when bus name listeners are called for no reason 2022-10-26 09:34:49 +02:00
reuk
12be2e8838
CoreAudio: Avoid truncating device names 2022-10-20 18:12:49 +01:00
reuk
2336430fea
WeakReference: Remove ambiguous operator== 2022-10-19 14:28:44 +01:00
reuk
978a00bed2
iOS: Updated Desktop::allowedOrientationsChanged to support new API in iOS 16 2022-10-19 14:28:44 +01:00
reuk
ccf9818902
AU Client: Fix bug where PluginHostType reported a wrapper type of "undefined" for AU plug-ins 2022-10-19 14:28:43 +01:00
hogliux
2d42b9a44f Windows: Added Windows ARM support to JUCE 2022-10-19 13:25:33 +02:00
hogliux
5f48ca7269 DSP: Added SIMDRegister support for double precision floating point on arm 64-bit 2022-10-19 13:25:06 +02:00
attila
e76603ae18 iOS: Add missing call to VBLank listeners 2022-10-19 11:23:08 +02:00
chroma
d3cff375be Thread: Introduce a new Thread backend
This is a breaking change - see BREAKING-CHANGES.txt
2022-10-18 11:49:47 +01:00
attila
621e14d092 Add AnimatedAppComponent::setSynchroniseToVBlank 2022-10-17 12:33:08 +02:00
attila
1da9ccd36c Make it possible to attach Component updates to vblank events 2022-10-17 12:32:55 +02:00
Fabian Renn-Giles
542312296f WebBrowserComponent: Added a user agent option to change the browser's user agent 2022-10-14 11:46:50 +00:00
fieldingfabian
57b07997d3 Win32: Fix memory leaks in ActiveX and WebBrowserComponent 2022-10-14 10:00:40 +00:00
hogliux
4c24ee2be0 MPE: Fix incorrect order of jlimit parameters 2022-10-14 08:44:10 +00:00
Tom Poole
1cfe2ed11a CLA: Remove check for 'web-flow' user 2022-10-13 14:25:03 +01:00
hogliux
1ae2a150d5 VST3 Client: Fix a compiler error in the VST3 wrapper when a plug-in uses the legacy PreferredChannelConfigurations option 2022-10-07 11:54:43 +02:00
reuk
59a47a4638
HWNDComponentPeer: Fix icon leaks
Co-authored-by: ValentynPavliuchenkoA <valentyn.pavliuchenko@avid.com>
2022-10-06 18:53:09 +01:00
reuk
d8301ddc1c
OpenGL: Tidy up macOS implementation 2022-10-06 17:35:17 +01:00
reuk
b2d999073c
AudioCDReader: Fix readSamples signature
Co-authored-by: Roland Rabien <figbug@gmail.com>
2022-10-06 17:34:00 +01:00
reuk
ddfceb12b2
VST3 Client: Return correct programListId for root unit
This change fixes an issue where the program list was not populated in
Cubase 12.
2022-10-06 17:34:00 +01:00
reuk
08b737e095
VST3 Host: Fix argument forwarding
Co-authored-by: Dan Raviv <dan@soundradix.com>
2022-10-06 17:34:00 +01:00
reuk
022eb21006
WebBrowserComponent: Force webkit2gtk to use the X11 backend 2022-10-06 17:34:00 +01:00
reuk
9b1b518998
VST Host: Fix warnings when compiling with mingw on Linux 2022-10-06 17:34:00 +01:00
reuk
1543ab1164
Projucer: Remove unnecessary friends 2022-10-06 17:33:59 +01:00
reuk
d621d46ca8
FileListComponent: Update content before selecting row to ensure totalItems is up-to-date 2022-10-06 17:33:59 +01:00
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
7b61bdfba9
AudioPluginHost: Fix implicit conversion warnings 2022-09-29 12:30:42 +01: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
57d291588c
Resave all projects 2022-09-29 12:05:43 +01:00
reuk
215dec411d
Projucer: Update default gradle plugin version 2022-09-29 12:05:43 +01:00
reuk
e7c2d7bda3
Resave all projects 2022-09-29 12:05:43 +01:00
reuk
15d9d35454
Projucer: Allow compiler and linker flags to be set per-configuration 2022-09-29 12:05:43 +01:00
reuk
cca01e7c96
Projucer: Add support for ClangCL toolset on Windows 2022-09-29 12:05:43 +01:00