ardour/libs/surfaces/websockets
Luciano Iam e3569b6469
WebSockets: notify server there are pending client updates
This is an update to the surface ArdourFeedback class that is needed to support
the new event loop integration method.

The various session event callbacks cannot be queued in the surface event loop
because that would create a delay between the time such events are fired and
the time for writing to clients arrive, due to lws_service() blocking while
it waits to read. To solve this issue a helper AbstractUI is created for
catching events as soon as possible and issuing a call to lws_cancel_service().

See WebsocketsServer::glib_idle_callback()
2021-06-13 22:00:29 +02:00
..
ardour_websockets.cc WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
ardour_websockets.h WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
client.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
client.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
component.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
component.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
dispatcher.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
dispatcher.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
feedback.cc WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
feedback.h WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
interface.cc
json.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
json.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
manifest.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
manifest.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
message.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
message.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
mixer.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
mixer.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
resources.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
resources.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
server.cc WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
server.h WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
state.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
state.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
transport.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
transport.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
typed_value.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
typed_value.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
wscript