1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/examples
reuk 60757de2f2
CIDevice: Improve robustness of subscription API
The old API only allowed cancelling property "get" inquiries and
subscription updates. However, there are use-cases for cancelling other
requests too. e.g. switching between views in a JUCE app might mean that
it's no longer necessary to subscribe to a particular property.

Cancelling subscriptions ends up being quite involved. Different
handling is needed depending on whether the subscription is cancelled
before or after the responder replies to the initial request.
In addition, the responder may ask the initiator to retry a subscription
begin request.
2024-01-18 10:37:17 +00:00
..
Assets AudioWorkgroup: Add demo app 2023-10-16 11:17:11 +01:00
Audio CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
CMake Update the minimum required CMake version in more places 2023-12-20 10:26:18 +00:00
DemoRunner Add ChildProcessManager 2024-01-17 15:03:48 +01:00
DSP Formatting 2023-10-02 15:42:20 +01:00
GUI Enumerate: Replace some non-ranged loops 2023-10-31 10:57:43 +00:00
Plugins ARAPluginDemo: Fix potential crash during RegionSequence removal 2023-12-08 16:51:32 +00:00
Utilities MIDI-CI: Add module 2023-10-31 11:46:49 +00:00
CMakeLists.txt Linux: Enable ARA compilation 2022-08-03 13:06:55 +00:00