-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send stereo output through specific output channels
- Loading branch information
1 parent
8f5312a
commit 9704922
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
logic/send-stereo-output-through-specific-output-channels.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Send stereo output through specific output channels | ||
|
||
This probably works for many audio interfaces, though in this case I'm using it with a [Quad Cortex](https://neuraldsp.com/quad-cortex). When I have my interface hooked up to my computer, I want to route stereo output to the specific output channels that are connected to my speakers. | ||
|
||
This works as of Logic Pro 10.8.1. | ||
|
||
First, ensure the interface is selected as the output device: | ||
|
||
1. Open Settings, either by going through the Logic Pro menu or hitting `⌘,`. | ||
2. Switch to the Audio tab. | ||
3. Select the interface in the Output Device dropdown. | ||
|
||
Then, change the output channels: | ||
|
||
1. In the Audio tab, select the nested I/O Assignments tab. | ||
2. Within the third level (!) of nested subtabs, select Output. | ||
3. Set the Output dropdown in the Stereo section to the desired outputs. |