aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.ui
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-22 19:18:01 -0800
committerChris Robinson <[email protected]>2017-02-22 19:18:01 -0800
commit0ce4c9b8fa90df6111fb81debf583b0fc9200063 (patch)
treee81c1aee27782809d49392dceb2e51e4f56767a3 /utils/alsoft-config/mainwindow.ui
parentd04cc28f33c5a21273fc42c023b41dbcfa89632b (diff)
Rename stereo-panning option to stereo-encoding
Also rename the 'paired' value to 'panpot', and make it the default.
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r--utils/alsoft-config/mainwindow.ui16
1 files changed, 9 insertions, 7 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui
index 4db93c36..18392430 100644
--- a/utils/alsoft-config/mainwindow.ui
+++ b/utils/alsoft-config/mainwindow.ui
@@ -428,7 +428,7 @@ frames needed for each mixing update.</string>
</widget>
</widget>
</widget>
- <widget class="QComboBox" name="stereoPanningComboBox">
+ <widget class="QComboBox" name="stereoEncodingComboBox">
<property name="geometry">
<rect>
<x>130</x>
@@ -438,11 +438,13 @@ frames needed for each mixing update.</string>
</rect>
</property>
<property name="toolTip">
- <string>Selects the panning method for non-HRTF stereo
-mixing. UHJ creates stereo-compatible two-channel
-output, which encodes some surround information.
-Pair-Wise uses standard pair-wise panning between
--30 and +30 degrees. The default is UHJ.</string>
+ <string>Pan Pot uses standard amplitude panning (aka
+pair-wise, stereo pair, etc) between -30 and +30
+degrees, while UHJ creates a stereo-compatible
+two-channel UHJ mix, which encodes some
+surround sound information into stereo output
+that can be decoded with a surround sound
+receiver.</string>
</property>
</widget>
<widget class="QLabel" name="label_19">
@@ -455,7 +457,7 @@ Pair-Wise uses standard pair-wise panning between
</rect>
</property>
<property name="text">
- <string>Stereo Panning:</string>
+ <string>Stereo Encoding:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>