Re: [RDD] Idiots guide to getting JACK audio running.

2020-05-26 Thread Andrew Pepper
Thanks for the pointers. I'll try that when I get home. Jack audio and I have battled for years. Linux is my main and only OS and has been for about 10 years now. On and off I've tried to get it working... It's been my nemesis haha. And yes, I'll stop by irc for help, thanks Andrew On Tue, May

Re: [RDD] Idiots guide to getting JACK audio running.

2020-05-26 Thread drew Roberts
Andrew, I am doing this from memory but try the following as an alternative to your jack line in rdadmin: jackd -R -d dummy -r 48000 then ps ax | grep jackd should show something like: $ ps ax | grep jackd 4243 pts/4SLl+ 0:00 jackd -R -d dummy -r 48000 4262 pts/19 S+ 0:00 grep

Re: [RDD] Idiots guide to getting JACK audio running.

2020-05-25 Thread David Klann
Hi Andrew, On 5/25/20 6:37 PM, you wrote: Hi, I'm trying to get Jack audio working and I'm looking for a step by step guide. I've done lots of searches but not found somewhere that seems complete. I'm starting jackd from RDAdmin->Manage Hosts->Jack Settings using the command jackd -R -d alsa

[RDD] Idiots guide to getting JACK audio running.

2020-05-25 Thread Andrew Pepper
Hi, I'm trying to get Jack audio working and I'm looking for a step by step guide. I've done lots of searches but not found somewhere that seems complete. I'm starting jackd from RDAdmin->Manage Hosts->Jack Settings using the command jackd -R -d alsa -d hw:0 -r 48000 if I do a ps -ax |grep jackd