html/ioTest/ui.cfg : removed unused elements.
This commit is contained in:
parent
8f4455ae95
commit
469df69857
@ -5,62 +5,12 @@
|
|||||||
panel: {
|
panel: {
|
||||||
|
|
||||||
name: "panelDivId",
|
name: "panelDivId",
|
||||||
title: "My resource based panel",
|
title: "CW Test",
|
||||||
|
|
||||||
row: {
|
row: {
|
||||||
button:{ name: quitBtnId, title:"Quit" },
|
button:{ name: quitBtnId, title:"Quit" },
|
||||||
},
|
},
|
||||||
|
|
||||||
row: {
|
|
||||||
button:{ name: myBtn1Id, title:"Push Me" },
|
|
||||||
check:{ name: myCheck1Id, title:"Check Me", value:true },
|
|
||||||
select:{ name: mySel, title:"Select",
|
|
||||||
children:
|
|
||||||
{
|
|
||||||
option:{ name: myOpt1, title:"Sel 1" },
|
|
||||||
option:{ name: myOpt2, title:"Sel 2" },
|
|
||||||
option:{ name: myOpt3, title:"Sel 3" }
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
row: {
|
|
||||||
button:{ name: myBtn2Id, title:"Push 2" },
|
|
||||||
check:{ name: myCheck2Id, title:"Check 2" },
|
|
||||||
number:{ name: myFloater, title:"Floater", min:0.0, max:12.34, step:0.1, decpl:4 },
|
|
||||||
}
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
panel: {
|
|
||||||
row: {
|
|
||||||
|
|
||||||
col: {
|
|
||||||
title:"Bank 0",
|
|
||||||
},
|
|
||||||
|
|
||||||
col: {
|
|
||||||
title: "x",
|
|
||||||
title:{ title:"mute" },
|
|
||||||
title:{ title:"touch" },
|
|
||||||
title:{ title:"fader" },
|
|
||||||
},
|
|
||||||
|
|
||||||
col: {
|
|
||||||
title:"0",
|
|
||||||
check:{ name: mute0Chk },
|
|
||||||
check:{ name: touch0Chk },
|
|
||||||
number:{ name: fader0Numb, min:0, max:1023, step:1, decpl:0 },
|
|
||||||
},
|
|
||||||
|
|
||||||
col: {
|
|
||||||
title:"1",
|
|
||||||
check:{ name: mute1Chk },
|
|
||||||
check:{ name: touch1Chk },
|
|
||||||
number:{ name: fader1Numb, min:0, max:1023, step:1, decpl:0 },
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user