Monitor multiple tracks at once

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
ThaCrow
Posts: 4
Joined: Sat Aug 27, 2016 3:51 am
Operating System: OS X 10.9 Mavericks

Monitor multiple tracks at once

Post by ThaCrow » Sat Aug 27, 2016 4:07 am

I am running Ubuntu 16.04 using a Scarlett 18i8 USB interface.

I can record with 3 mics and playback all with no issue however I can only monitor 1 mic. Is there a way to monitor 3?

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Monitor multiple tracks at once

Post by steve » Sat Aug 27, 2016 9:05 am

Audacity can only monitor up to two separate channels at a time.
As you are on Linux, if you use Jack Audio System you could add meters to any number of channels using "Meterbridge" and QJackCtl.

Here's a screenshot showing this type of setup with 4 channel recording and independent metering of each input channel.
4-channel-recording.png
4-channel-recording.png (154.29 KiB) Viewed 576 times
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

ThaCrow
Posts: 4
Joined: Sat Aug 27, 2016 3:51 am
Operating System: OS X 10.9 Mavericks

Re: Monitor multiple tracks at once

Post by ThaCrow » Mon Aug 29, 2016 5:13 am

You wouldn't happen to want to post the terminal commands on how to do this would you?

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Monitor multiple tracks at once

Post by steve » Mon Sep 05, 2016 9:28 am

To get four meters as in my previous post you would use something like:

Code: Select all

meterbridge -t vu alsa_pcm:capture_1 alsa_pcm:capture_2 alsa_pcm:capture_3 alsa_pcm:capture_4
There's not much documentation for meterbridge, but the website is here: http://plugin.org.uk/meterbridge/

I used QjackCtl to connect the meters, and to connect Audacity use the device toolbar.
Tip: When launching the applications, launch Audacity last, otherwise you will need to "rescan audio devices" (http://manual.audacityteam.org/man/tran ... tml#rescan)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply