start renoise with a script that will issue the command “jack_control stop” when renoising is finished. easy if you always only use one instance, but you could also script for multiple instances with some magic.
If it really is jackd in the background - then I wonder how you come about using jack without knowing about it and having it properly configured… and you can also config your system to share jack with your webbrowser, mp3 player and whatnot if you just wanted to… I just switch manually with qjackcontrol, as other audio than renoise or other music production software is bad invitation for procrastination in a sessions that were supposed to be productive…
Other than that - if sound output fails, you could issue in terminal “lsof | grep pcm” to find out what program/daemon is using/blocking your alsa soundcard. Just in case it isn’t jack…
On my ubuntu system everything works like automagically - if I use renoise with the alsa driver, it steals the sound card completely for renoise, but if I close renoise, pulseaudio seems to notice and audio is back for all other programs. For renoise I usually do use jack, though, and into jack you can integrate a pulseaudio port so you can renoise at low latency & realtime, and other programs can still issue sound via pulseaudio, so you can watch cat videos and worship the caterwaul in those little creativity sags of your usual renoise session.
IDK, you all are using mint, so maybe mint’s pulseaudio isn’t configured to regrab audio after a bad boy like renoise steals alsa devices & you have to bully your distributor or become a whizz and fix it yourself? What does “lsof | grep pcm” say for processes having clinched into alsa stuff like “/dev/snd/pcmCxDxp”?
Yes, chances are you won’t get any output if no music application is using your sound card at the time you run the command andlinux.
Example: Run Renoise, then run the above command. You should see that either Jackd or Renoise (going via Alsa) has grabbed your sound device. Or even run Totem media player and play some mp3, then whilst listening run the command. You might see that pulseaudio has files open to your sound card
(Note: Renoise will not kill the jack server for you on exit, you have to do it manually from the command line (like: ‘killall jackd’) or via a program like Qjackctl)
Edit: Ah, you’ve worked it out sir as I was typing