1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_midi_ci
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
..
ci CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
detail CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
juce_midi_ci.cpp CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
juce_midi_ci.h CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00