backends: jack: display playback only devices
When starting ardour using the jack backend, playback only devices currently do not get displayed. Mixing and Mastering only workspaces with e.g. a single USB Dac should be a common use case. Take this use case into account by adding them to the device list. Tested on Linux with jack-alsa.
This commit is contained in:
parent
337d5b3e4a
commit
587a2dee55
@ -273,7 +273,7 @@ void
|
|||||||
ARDOUR::get_jack_alsa_device_names (device_map_t& devices)
|
ARDOUR::get_jack_alsa_device_names (device_map_t& devices)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_ALSA
|
#ifdef HAVE_ALSA
|
||||||
get_alsa_audio_device_names(devices);
|
get_alsa_audio_device_names(devices, HalfDuplexOut);
|
||||||
#else
|
#else
|
||||||
/* silence a compiler unused variable warning */
|
/* silence a compiler unused variable warning */
|
||||||
(void) devices;
|
(void) devices;
|
||||||
|
Loading…
Reference in New Issue
Block a user