The loopback is fixed with Tim's suggestion (i.e. enable Loopback in Moode). However, that means that Moode opens the Loopback AND the output sound card for audio.
I want to use the output sound card in JACK router and route Moode audio to JACK through the Loopback device. So I would like to have Moode to use ONLY the Loopback device.
Loading the snd-loopback module exposes the Loopback devices in ALSA, as you pointed out. However, Moode has been coded so that it is not possible to select that Loopback device as output sound card. If that was possible, all my problems would be solved
Maybe the inhibition of selecting the Loopback device should only be done if the Loopback is enabled within Moode?
EDIT: Actually, being able to select the Dummy ALSA device would solve the problem, I think... https://github.com/moode-player/moode/bl...s.php#L232
I want to use the output sound card in JACK router and route Moode audio to JACK through the Loopback device. So I would like to have Moode to use ONLY the Loopback device.
Loading the snd-loopback module exposes the Loopback devices in ALSA, as you pointed out. However, Moode has been coded so that it is not possible to select that Loopback device as output sound card. If that was possible, all my problems would be solved

Maybe the inhibition of selecting the Loopback device should only be done if the Loopback is enabled within Moode?
EDIT: Actually, being able to select the Dummy ALSA device would solve the problem, I think... https://github.com/moode-player/moode/bl...s.php#L232