summaryrefslogtreecommitdiffstats
path: root/htdocs/UNICENS.html
diff options
context:
space:
mode:
authortkummermehr <thorsten.kummermehr@k2l.de>2017-07-14 09:48:01 +0200
committerGitHub <noreply@github.com>2017-07-14 09:48:01 +0200
commitdbbd5b4964615a63205fb9433f827f67265541de (patch)
tree1c1318a7532c91532ea1a369e3ae3a74ceaa7f63 /htdocs/UNICENS.html
parentfe0ce6f9892d29da52a4ed5024ebe9d5964c0171 (diff)
parent2d039f447c2b91ae5e41406238eea3950436c714 (diff)
Merge branch 'master' into UCS_Interface_Cleanup
Diffstat (limited to 'htdocs/UNICENS.html')
-rw-r--r--htdocs/UNICENS.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html
index 089a3f2..04ad916 100644
--- a/htdocs/UNICENS.html
+++ b/htdocs/UNICENS.html
@@ -11,7 +11,7 @@
<button id="connected" onclick="init()">Binder WS Fail</button></li>
<br>
<ol>
- <li><button onclick="callbinder('UNICENS','initialise', {filename:'data/config.ucsx'})">Parse Config.ucsx</button></li>
+ <li><button onclick="callbinder('UNICENS','initialise', {filename:'data/config_multichannel_audio_kit.xml'})">Parse XML and Start UNICENS</button></li>
<li><button onclick="callbinder('UNICENS','setvol', {channel:'master', volume: 255})">Set Master Volume to 255</button></li>
<li><button onclick="callbinder('UNICENS','setvol', {channel:'master', volume: 200})">Set Master Volume to 200</button></li>
<li><button onclick="callbinder('UNICENS','setvol', [[0,200], [1,255]])">Set left=200 right=250</button></li>