ardour/libs
Robin Gareus 287a21c09e
Add API to query hardware port name
In case of internal backends this allows to retrieve the
Device name for a given (hashed unique) port-name.

As opposed to "pretty-name" (which defaults to hw-port-name),
this cannot be changed by the user.

It is intended to be used when probing for control surfaces.
2023-05-02 23:39:27 +02:00
..
appleutility
ardour Add API to query hardware port name 2023-05-02 23:39:27 +02:00
ardouralsautil ARD: shutdown message is not an error 2023-04-27 15:35:22 +02:00
audiographer switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
auscan Change tools --help URLs to use https 2022-10-24 04:57:30 +02:00
backends CoreAudio: subscribe to device-alive property 2023-04-22 19:36:37 +02:00
canvas fix thinko in canvas logic (fixes mouse cursor on desensitized playhead) 2023-05-01 08:49:27 -05:00
clearlooks-newer
ctrl-interface Clean up ctrl surface API 2023-05-01 02:22:45 +02:00
evoral NO-OP: use Tab to indent 2023-04-01 17:21:32 +02:00
fluidsynth Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
fst Consolidate search/file-system paths (fixes vst builds) 2022-11-19 00:48:11 +01:00
gtkmm2ext libpbd: changes to pre-registration of signal emitting threads 2023-04-21 13:43:46 -06:00
hidapi
libltc Fix various typos 2022-08-03 12:10:01 -06:00
lua Add Lua bindings to std::shared_ptr<T const> 2023-04-19 01:46:58 +02:00
midi++2 remove debug output 2023-04-23 11:34:28 -06:00
panners switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
pbd Sanitize XML values to be valid UTF-8 (#9317) 2023-04-26 17:43:52 +02:00
plugins ace-fluidsynth: fix free_path initialization in save 2023-04-21 00:58:24 +02:00
ptformat
qm-dsp Address some Wmissing-prototypes in qm-dsp 2022-11-26 16:23:52 +01:00
surfaces Clean up ctrl surface API 2023-05-01 02:22:45 +02:00
temporal when abort()-ing due to a failed assert in tempo map code, dump the map 2023-04-28 15:57:42 -06:00
vamp-plugins Fix EBU-R128 loudness analysis for mono signals 2023-02-02 17:58:46 +01:00
vamp-pyin Fix typos 2022-09-21 19:09:55 -06:00
vfork Fix vfork wrapper for macOS 2023-03-25 07:46:47 +01:00
vst3 Ignore Steinberg's non-virtual-d'tor 2023-02-08 02:03:54 +01:00
waveview switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
widgets switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
zita-convolver
zita-resampler