aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-21 17:19:02 -0800
committerChris Robinson <[email protected]>2017-02-21 17:23:54 -0800
commit2dd142fed006549655bd55d3dc80388fe7e36e2e (patch)
treeec40872af1b14794e7e248ceacecec35eb21ac0c /utils
parentd3cc867bd42759cb8e294d691354187984f96ff4 (diff)
Make the "sends" config option act as a limit
Instead of forcing the device to always use the specified send count, it simply limits requests to it.
Diffstat (limited to 'utils')
-rw-r--r--utils/alsoft-config/mainwindow.ui23
1 files changed, 5 insertions, 18 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui
index b886dc00..e074d63b 100644
--- a/utils/alsoft-config/mainwindow.ui
+++ b/utils/alsoft-config/mainwindow.ui
@@ -1585,14 +1585,8 @@ during updates.</string>
help for systems with apps that try to play more sounds than
the CPU can handle.</string>
</property>
- <property name="inputMask">
- <string/>
- </property>
<property name="maxLength">
- <number>3</number>
- </property>
- <property name="frame">
- <bool>true</bool>
+ <number>4</number>
</property>
<property name="placeholderText">
<string>256</string>
@@ -1645,15 +1639,9 @@ create. A slot can use a non-negligible amount of CPU time if
an effect is set on it even if no sources are feeding it, so this
may help when apps use more than the system can handle.</string>
</property>
- <property name="inputMask">
- <string/>
- </property>
<property name="maxLength">
<number>3</number>
</property>
- <property name="frame">
- <bool>true</bool>
- </property>
<property name="placeholderText">
<string>64</string>
</property>
@@ -1684,15 +1672,14 @@ may help when apps use more than the system can handle.</string>
</rect>
</property>
<property name="toolTip">
- <string>The number of auxiliary sends per source. When not specified,
-it allows the app to request how many it wants. The maximum
-value currently possible is 16.</string>
+ <string>Limits the number of auxiliary sends allowed per source.
+Setting this higher than the default has no effect.</string>
</property>
<property name="maxLength">
- <number>1</number>
+ <number>2</number>
</property>
<property name="placeholderText">
- <string>Auto</string>
+ <string>16</string>
</property>
</widget>
<widget class="QGroupBox" name="cpuExtGroupBox">