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/detail
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
..
juce_CIMarshalling.h MIDI-CI: Add module 2023-10-31 11:46:49 +00:00
juce_CIMessageMeta.h Doxygen updates 2023-11-20 13:14:20 +00:00
juce_CIMessageTypeUtils.h MIDI-CI: Add module 2023-10-31 11:46:49 +00:00
juce_CIPropertyDataMessageChunker.cpp juce_midi_ci: Improve MinGW compatibility 2023-11-02 12:22:30 +00:00
juce_CIPropertyDataMessageChunker.h MIDI-CI: Add module 2023-10-31 11:46:49 +00:00
juce_CIPropertyHostUtils.h CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
juce_CIResponder.cpp MIDI-CI: Add module 2023-10-31 11:46:49 +00:00
juce_CIResponder.h MIDI-CI: Add module 2023-10-31 11:46:49 +00:00