ardour/libs/surfaces/faderport
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
..
faderport_interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
faderport.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
faderport.h Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
gui.cc Update Ctrl-surface MIDI port list when ports change 2021-02-04 06:19:37 +01:00
gui.h Update Ctrl-surface MIDI port list when ports change 2021-02-04 06:19:37 +01:00
operations.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
wscript Surfaces and panners should not export headers 2022-11-19 01:11:53 +01:00