ardour/libs/surfaces/generic_midi
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
..
MSVCardour_genericmidi MSVC changes to support the new code modules (Tabbable API stuff) 2021-02-24 14:32:23 +00:00
generic_midi_control_protocol.cc extend midi-controllable params with new well-known-controls 2023-04-06 14:52:09 -05:00
generic_midi_control_protocol.h Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
gmcp_gui.cc Restore custom generic midi settings #9062 2022-11-02 17:44:00 +01:00
interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
midiaction.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midiaction.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midicontrollable.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midicontrollable.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midifunction.cc generic MIDI: extend select function API and make argument be bank-relative, always 2022-06-05 15:37:04 -06:00
midifunction.h generic MIDI: extend select function API and make argument be bank-relative, always 2022-06-05 15:37:04 -06:00
midiinvokable.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midiinvokable.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
wscript wscript: drop configure statements already present in the top level wscript 2022-01-22 22:19:03 +01:00