1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
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_analytics Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_audio_basics UMP Tests: Remove checked iterator macro 2023-12-12 16:24:26 +00:00
juce_audio_devices Oboe: Update to 1.8.0 2023-11-29 13:56:10 +00:00
juce_audio_formats FlacAudioFormat: Use FLAC version 1.4.3 2023-12-05 17:15:36 +01:00
juce_audio_plugin_client AU Client: Use ScopedJuceInitialiser_GUI to ensure the MessageManager exists 2024-01-02 16:34:54 +01:00
juce_audio_processors Use the new TimedCallback in the codebase 2024-01-17 15:03:48 +01:00
juce_audio_utils AudioDeviceSelector: Correctly display when there is no MIDI output device selected 2023-11-21 13:31:41 +00:00
juce_box2d Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_core CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
juce_cryptography Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_data_structures CachedValue: Add const accessors 2023-11-27 14:43:08 +00:00
juce_dsp Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_events ConnectedChildProcess: Wait for process termination on Linux to not leave zombies 2024-01-17 15:03:48 +01:00
juce_graphics Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_gui_basics MacOS: Disable window controls for windows created by JUCE when a Component is modal 2024-01-17 18:54:37 +01:00
juce_gui_extra JSON: Add new JSON::Formatter for configuring JSON output 2023-12-06 20:25:22 +00:00
juce_midi_ci CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
juce_opengl OpenGL: Update compatibility headers 2024-01-16 15:34:10 +00:00
juce_osc Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_product_unlocking Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_video Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
CMakeLists.txt MIDI-CI: Add module 2023-10-31 11:46:49 +00:00