2021-11-01 14:28:44 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
parent: "uiDivId"
|
|
|
|
|
|
|
|
panel: {
|
|
|
|
|
|
|
|
name: "panelDivId",
|
|
|
|
title: "",
|
|
|
|
|
|
|
|
row: {
|
2021-11-14 18:11:11 +00:00
|
|
|
button:{ name: quitBtnId, title:"Quit" },
|
2021-11-01 14:28:44 +00:00
|
|
|
button:{ name: ioReportBtnId, title:"IO Report" },
|
2021-11-14 18:11:11 +00:00
|
|
|
button:{ name: reportBtnId, title:"App Report" },
|
2021-12-28 01:33:45 +00:00
|
|
|
button:{ name: loadBtnId, title:"Load" },
|
|
|
|
button:{ name: saveBtnId, title:"Save" },
|
2021-11-01 14:28:44 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
row: {
|
2021-11-14 18:11:11 +00:00
|
|
|
button:{ name: startBtnId, title:"Start" },
|
|
|
|
button:{ name: stopBtnId, title:"Stop" },
|
2021-12-30 02:57:04 +00:00
|
|
|
number:{ name: begLocNumbId, title:"Loc:", min:0, max:100000, step:1, decpl:0 },
|
|
|
|
number:{ name: endLocNumbId, title:"End:", min:0, max:100000, step:1, decpl:0 },
|
2021-11-01 14:28:44 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
row: {
|
|
|
|
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
2021-12-30 02:57:04 +00:00
|
|
|
numb_disp: { name: curMidiEvtCntId, title:"Current:" },
|
|
|
|
numb_disp: { name: totalMidiEvtCntId, title:"Total:" },
|
2021-11-01 14:28:44 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
2021-11-04 13:33:42 +00:00
|
|
|
row: {
|
2021-12-30 02:57:04 +00:00
|
|
|
number:{ name: insertLocId, title:"End Loc:", min:0, max:100000, step:1, decpl:0 },
|
2021-12-28 01:33:45 +00:00
|
|
|
button:{ name: insertBtnId, title:"Insert", enable: false },
|
|
|
|
button:{ name: deleteBtnId, title:"Delete", enable: false },
|
2021-11-04 13:33:42 +00:00
|
|
|
},
|
|
|
|
|
2021-12-30 02:57:04 +00:00
|
|
|
row: {
|
|
|
|
str_disp:{ name: statusId, title:"Status:", value: "" },
|
|
|
|
}
|
|
|
|
|
2021-11-01 14:28:44 +00:00
|
|
|
row: {
|
2021-11-06 02:26:28 +00:00
|
|
|
list:{ name: fragListId, addClassName: fragList },
|
2021-11-01 14:28:44 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
row: {
|
|
|
|
|
|
|
|
log: { name: logId, title:"Log" }
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|