mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
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... |
||
|---|---|---|
| .. | ||
| ardouralsautil | ||
| devicelist.cc | ||
| deviceparams.cc | ||
| request_device.c | ||
| reserve.c | ||
| wscript | ||