diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-07-13 23:40:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 23:40:25 +0200 |
commit | 78f5e26f3e977cba3711c2dcb15314d9821119fd (patch) | |
tree | 48a97b8b912841e9fcd1242ce0436838e8df8c92 /htdocs/UNICENS.html | |
parent | 44f3b1d3f57c71157c968330d9f8278393a9ad98 (diff) | |
parent | a6be7610736293774b11f9a172d156ab444811c9 (diff) |
Merge pull request #5 from tkummermehr/NewXmlParserImpl
New XML Parser implementation, supports splitter and combiner
Diffstat (limited to 'htdocs/UNICENS.html')
-rw-r--r-- | htdocs/UNICENS.html | 2 |
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> |