Package: timidity Version: 2.14.0-8 Followup-For: Bug #578859 Dear Maintainer,
As an addendum to the last email, I realized some of the (working) behavior I experienced disappeared when I restarted my computer. The attached Rosegarden-alsa startup script seems to work after a fresh restart, while pulseaudio is running. Thanks for your time, Nick -- System Information: Debian Release: 10.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages timidity depends on: ii libao4 1.2.2+20180113-1 ii libasound2 1.1.8-1 ii libc6 2.28-10 ii libflac8 1.3.2-3 ii libice6 2:1.0.9-2 ii libjack0 [libjack-0.125] 1:0.125.0-3 ii libncurses6 6.1+20181013-2+deb10u2 ii libogg0 1.3.2-1+b1 ii libpng16-16 1.6.36-6 ii libsm6 2:1.2.3-1 ii libspeex1 1.2~rc1.2-1+b2 ii libtinfo6 6.1+20181013-2+deb10u2 ii libvorbis0a 1.3.6-2 ii libvorbisenc2 1.3.6-2 ii libx11-6 2:1.6.7-1 ii libxaw7 2:1.0.13-1+b2 ii libxext6 2:1.3.3-1+b2 ii libxmu6 2:1.1.2-2+b3 ii libxt6 1:1.1.5-1+b3 ii lsb-base 10.2019051400 ii zlib1g 1:1.2.11.dfsg-1 Versions of packages timidity recommends: ii fluid-soundfont-gm 3.1-5.1 Versions of packages timidity suggests: pn fluid-soundfont-gs <none> ii freepats 20060219-1 pn pmidi <none> pn timidity-daemon <none> -- no debconf information
#! /usr/bin/env bash #systemctl --user stop pulseaudio.socket #systemctl --user stop pulseaudio.service timidity -iA -Os & tim=$! sleep 5 rosegarden sleep 5 kill $tim #systemctl --user start pulseaudio.service #systemctl --user start pulseaudio.socket