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" },
|
2022-01-03 01:24:58 +00:00
|
|
|
button:{ name: netPrintBtnId, title:"Print Network" }
|
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
|
|
|
},
|
|
|
|
|
2022-01-03 01:24:58 +00:00
|
|
|
row: {
|
|
|
|
check: { name: printMidiCheckId, title: "Print MIDI" },
|
|
|
|
check: { name: pianoMidiCheckId, title: "Piano MIDI" },
|
|
|
|
check: { name: samplerMidiCheckId, title: "Sampler MIDI" },
|
|
|
|
number: { name: syncDelayMsId, title: "Delay (ms)", min:0, max:1000, step:1, decpl:0 },
|
|
|
|
},
|
|
|
|
|
|
|
|
row: {
|
|
|
|
number: { name: wetInGainId, title:"Wet In Gain", min:0, max:100.0, step:0.01, decpl:3 },
|
|
|
|
number: { name: wetOutGainId, title:"Wet Out Gain", min:0, max:100.0, step:0.01, decpl:3 },
|
|
|
|
number: { name: dryGainId, title:"Dry Gain", min:0, max:100.0, step:0.01, decpl:3 },
|
|
|
|
},
|
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 },
|
2022-10-26 12:49:20 +00:00
|
|
|
check: { name: liveCheckId, title:"Live" },
|
2021-11-01 14:28:44 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
row: {
|
|
|
|
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
2022-05-06 20:09:26 +00:00
|
|
|
numb_disp: { name: curMidiEvtCntId, title:"Current Loc:" },
|
|
|
|
numb_disp: { name: totalMidiEvtCntId, title:"Max Loc:" },
|
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 },
|
2022-12-12 17:27:01 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
row: {
|
|
|
|
button:{ name: deleteBtnId, title:"Delete Selected", enable: false },
|
2021-11-04 13:33:42 +00:00
|
|
|
},
|
|
|
|
|
2022-08-27 20:12:35 +00:00
|
|
|
/*
|
2022-03-20 14:27:46 +00:00
|
|
|
row: {
|
|
|
|
number:{ name: halfPedalDelayMsId, title:"DelayMs:", min:0, max:5000, step:1, decpl:0 },
|
|
|
|
number:{ name: halfPedalPedalVelId, title:"PVel:", min:0, max:127, step:1, decpl:0 },
|
|
|
|
number:{ name: halfPedalPitchId, title:"Pitch:", min:0, max:127, step:1, decpl:0 },
|
|
|
|
number:{ name: halfPedalVelId, title:"Vel:", min:0, max:127, step:1, decpl:0 },
|
|
|
|
number:{ name: halfPedalDurMsId, title:"DurMs:", min:0, max:5000, step:1, decpl:0 },
|
|
|
|
number:{ name: halfPedalDnDelayMsId, title:"DownMs:", min:0, max:5000, step:1, decpl:0 },
|
|
|
|
},
|
2022-08-27 20:12:35 +00:00
|
|
|
*/
|
2022-03-20 14:27:46 +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" }
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|