2020-03-23 14:48:49 +00:00
|
|
|
|
|
|
|
{
|
2020-03-31 17:10:45 +00:00
|
|
|
|
|
|
|
parent: "uiDivId"
|
|
|
|
|
2020-04-27 16:31:10 +00:00
|
|
|
panel: {
|
2020-03-31 17:10:45 +00:00
|
|
|
|
2020-04-06 23:17:04 +00:00
|
|
|
name: "panelDivId",
|
2020-03-31 17:10:45 +00:00
|
|
|
title: "My resource based panel",
|
2020-03-23 14:48:49 +00:00
|
|
|
|
2020-04-28 12:42:16 +00:00
|
|
|
|
2020-04-27 16:31:10 +00:00
|
|
|
row: {
|
2020-04-28 21:39:18 +00:00
|
|
|
button:{ name: myBtn1Id, title:"Push Me" },
|
|
|
|
check:{ name: myCheck1Id, title:"Check Me", value:true },
|
2020-04-28 12:42:16 +00:00
|
|
|
select:{ name: mySel, title:"Select",
|
|
|
|
children:
|
|
|
|
{
|
|
|
|
option:{ name: myOpt1, title:"Sel 1" },
|
|
|
|
option:{ name: myOpt2, title:"Sel 2" },
|
|
|
|
option:{ name: myOpt3, title:"Sel 3" }
|
|
|
|
},
|
|
|
|
},
|
2020-04-28 21:39:18 +00:00
|
|
|
},
|
2020-04-28 12:42:16 +00:00
|
|
|
|
|
|
|
row: {
|
2020-04-28 21:39:18 +00:00
|
|
|
button:{ name: myBtn2Id, title:"Push 2" },
|
|
|
|
check:{ name: myCheck2Id, title:"Check 2" },
|
2020-04-28 12:42:16 +00:00
|
|
|
number:{ name: myFloater, title:"Floater", min:0.0, max:12.34, step:0.1, decpl:4 },
|
2020-04-28 21:39:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
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 },
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-28 12:42:16 +00:00
|
|
|
}
|
2020-04-28 21:39:18 +00:00
|
|
|
|
2020-03-23 14:48:49 +00:00
|
|
|
}
|