ardour/libs/surfaces/websockets
Robin Gareus 65346496f5
Refactor Ctrl Surface API
* reserve "probe" to actually probe for devices
* use separate probe for libusb and MIDI port devices
* use "available" to check if surface can be used
* allow both methods to be NULL
* remove unused ControlProtocolDescriptor* argument

Most surface just return `true` for available.
2023-05-03 15:38:42 +02:00
..
ardour_websockets.cc surfaces & event loops: i really mean no more request buffer factories 2023-04-21 13:55:58 -06:00
ardour_websockets.h surfaces & event loops: i really mean no more request buffer factories 2023-04-21 13:55:58 -06:00
client.cc
client.h
component.cc
component.h
dispatcher.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
dispatcher.h
feedback.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
feedback.h std-ize: convert all boost shared/weak ptr includes to <memory> 2023-03-24 14:19:15 -06:00
interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
json.cc
json.h
manifest.cc
manifest.h
message.cc
message.h
mixer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mixer.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
resources.cc
resources.h
server.cc
server.h
state.cc
state.h
transport.cc temporal: TempoMap::use() returns a const ptr to enforce semantics (library version) 2022-04-08 11:58:04 -06:00
transport.h
typed_value.cc
typed_value.h
wscript Surfaces and panners should not export headers 2022-11-19 01:11:53 +01:00