All times are UTC+01:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
 Post subject: 2 Problems
PostPosted: Sun Jul 19, 2020 8:39 am 

Joined: Wed Sep 18, 2019 11:44 pm
Posts: 7
Recently the computer (Linux) I was running died an horrible death (soldered-in RAM corruption), and I have thus upgraded from a very old Stereo Tool to 9.50. Using with Rivendell automation. Both Stereo Tool and Jackd are started by Rivendell. I have 2 questions. The Stereo Tool GUI does not show when started by Rivendell. Is there any way to force it to display?

Secondly, the new version does not output to the OUT L&R but rather to FM L&R. This is different than the previous version I was using. Thus, the autoconnect in Jackd connects to a silent output. Any way to correct this? I believe I have the sound card interface set properly, there is just no audio on OUT; only on FM.


Top
   
 Post subject: Re: 2 Problems
PostPosted: Fri Jul 31, 2020 6:53 pm 

Joined: Fri May 01, 2020 8:57 pm
Posts: 5
I have not been able to figure out a way to see the ST GUI if RD starts it. I ended up having RD start Jack but I made a startup script that I call as the RD user. I also nohup each process in case of a lost connection, plus it also redirects the output to the nohup.out files:
Code:
#!/bin/bash
# onair.sh

printf "Restarting Rivendell...\n"
sudo systemctl restart rivendell
sleep 2
printf "Done!\n\n"

printf "Starting rdairplay...\n"
cd /home/rd/logs/rdairplay
rm -f nohup.out
sleep 1
nohup rdairplay &
sleep 1
printf "Done!\n\n"

sleep 1

printf "Starting qjackctl...\n"
cd /home/rd/logs/qjackctl
rm -f nohup.out
sleep 1
nohup qjackctl &
sleep 1
printf "Done!\n\n"

sleep 1

printf "Starting Stereo Tool...\n"
cd /home/rd/logs/stereo_tool
rm -f nohup.out
sleep 1
nohup stereo_tool &
sleep 1
printf "Done!\n\n"

sleep 1

#printf "Starting BUTT...\n"
#cd /home/rd/logs/butt
#rm -f nohup.out
#sleep 1
#nohup butt &
#sleep 1
#printf "Done!\n\n"

#printf "Starting Darkice...\n"
#cd /home/rd/logs/darkice
#rm -f nohup.out
#sleep 1
#nohup darkice &
#sleep 1
#printf "Done!\n\n"

printf "Starting GlassGUI...\n"
cd /home/rd/logs/glassgui
rm -f nohup.out
sleep 1
nohup glassgui --autostart &
sleep 1
printf "Done!\n\n"

sleep 1

onair2.sh
Then I use aj-snapshot to remove all Jack connections and then set them up with the actual names using jack_connect:
Code:
#!/bin/bash
# onair2.sh

# Disconnect all Jack connections
printf "Disconnecting all Jack connections...\n"
aj-snapshot -jx
printf "Done!\n\n"

sleep 1

# Connect Rivendell on-air outputs to Stereo Tool inputs
printf "Connecting Rivendell on-air outputs to Stereo Tool inputs...\n"
jack_connect rivendell_0:playout_0L stereo_tool:in_l
sleep 1
jack_connect rivendell_0:playout_0R stereo_tool:in_r
sleep 1
printf "Done!\n\n"

# Connect Stereo Tool outputs to glasscoder inputs
printf "Connecting Stereo Tool main outputs to GlassCoder inputs...\n"
jack_connect stereo_tool:fm_l glasscoder:input_1
sleep 1
jack_connect stereo_tool:fm_r glasscoder:input_2
sleep 1
printf "Done!\n\n"

# Connect Stereo Tool monitor output to System
printf "Connecting Stereo Tool monitor outputs to System...\n"
jack_connect stereo_tool:mon_l system:playback_1
sleep 1
jack_connect stereo_tool:mon_r system:playback_2
sleep 1
printf "Done!\n\n"

sleep 1

printf "All done!\n"
Hope this helps!


Top
   
 Post subject: Re: 2 Problems
PostPosted: Mon Aug 03, 2020 6:38 am 

Joined: Wed Sep 18, 2019 11:44 pm
Posts: 7
Thanks for the reply. Interesting insight that gives something to work with.

Aside from wanting control of ST, whatever the default processing of that blind ST instance on installation, it has wonderful bass settings, and I would really like to see them, because I cannot find a preset that might be it, nor can I duplicate it. The bass in 99% of songs is absolutely dead consistent. It is not beeping or talking, so I presume it is not using settings that require a license--not that that is a problem, it is just a clue as to what is used to get such consistency.

Again, thanks for posting the script.


Top
   
 Post subject: Re: 2 Problems
PostPosted: Mon Aug 03, 2020 8:57 pm 

Joined: Fri May 01, 2020 8:57 pm
Posts: 5
I agree, the GUI is fun to watch while your station is running and also great for making adjustments.

Image


Top
   
 Post subject: Re: 2 Problems
PostPosted: Mon Oct 17, 2022 6:53 pm 

Joined: Thu Jan 31, 2013 12:04 am
Posts: 112
How did you setup Rivendell with stereotool?


Top
   
 Post subject: Re: 2 Problems
PostPosted: Wed Nov 15, 2023 4:42 am 

Joined: Fri May 01, 2020 8:57 pm
Posts: 5
Quote:
How did you setup Rivendell with stereotool?
Sorry for the late reply, but you just start the jackd instance inside Rivendell.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 6 posts ] 

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited