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?
Monitor multiple tracks at once
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
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.
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.
Re: Monitor multiple tracks at once
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.
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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Monitor multiple tracks at once
You wouldn't happen to want to post the terminal commands on how to do this would you?
Re: Monitor multiple tracks at once
To get four meters as in my previous post you would use something like:
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)
Code: Select all
meterbridge -t vu alsa_pcm:capture_1 alsa_pcm:capture_2 alsa_pcm:capture_3 alsa_pcm:capture_4I 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)