Add some user description.
This commit is contained in:
parent
3b6c0f5bbe
commit
b4149038f2
1 changed files with 6 additions and 0 deletions
|
@ -165,6 +165,12 @@ export function AdvancedTab() {
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<h2>Channel Outputs</h2>
|
<h2>Channel Outputs</h2>
|
||||||
|
<p>
|
||||||
|
Select a sound output for each channel. <code>Internal</code> routes
|
||||||
|
directly to the WebStudio stream/recorder. Other outputs will disable
|
||||||
|
ProMode ™ features.{" "}
|
||||||
|
<strong>Routing will apply upon loading a new item.</strong>
|
||||||
|
</p>
|
||||||
<ChannelOutputSelect outputList={outputList} channel={0} />
|
<ChannelOutputSelect outputList={outputList} channel={0} />
|
||||||
<ChannelOutputSelect outputList={outputList} channel={1} />
|
<ChannelOutputSelect outputList={outputList} channel={1} />
|
||||||
<ChannelOutputSelect outputList={outputList} channel={2} />
|
<ChannelOutputSelect outputList={outputList} channel={2} />
|
||||||
|
|
Loading…
Reference in a new issue