From: Dominique M. <dom...@gm...> - 2023-07-31 14:56:35
|
Hi, When starting timidity in server mode and output to JACK with the command found in many wikis all voer the internet, it work fine but I get the following error message: $ timidity -iA -B2,8 -Oj -EFreverb=0 -s 48000 jack_client_new: deprecated TiMidity starting in ALSA server mode Opening sequencer port: 130:0 130:1 130:2 130:3 Couldn't start JACK device (`j') This is with timidity v.2.15.0 and jackdmp 1.9.22. In my config, the default ALSA sound card is the loopback device and JACK use the second card, which is the real hardware. But that's for the software using the ALSA output, and it should not matter for timidity when jack is running. If I remove the -Oj parameter, it work the same and without that complaining about that JACK device. Is it normal behaviour, and is it something I can do in order to not get that error message with the -Oj parameter? |