ardour/libs/ardouralsautil
Robin Gareus 4185ad80a6
Prepare for Ardour/ALSA multiple identical MIDI devices
The engine setup identifies devices by name (device list is a map<>
with the device-name as key). To support multiple devices with the
same name, the name needs to be unique.

So far this is achieved by simply adding a number suffix starting with
the 2nd device (this allows to re-use configurations).

Ideally we'd use UUIDs or unique device IDs to handle this, and also
somehow clarify which device is which...
2019-05-08 19:58:53 +02:00
..
ardouralsautil
devicelist.cc Prepare for Ardour/ALSA multiple identical MIDI devices 2019-05-08 19:58:53 +02:00
deviceparams.cc
request_device.c
reserve.c
wscript