158 lines
5.3 KiB
INI
158 lines
5.3 KiB
INI
{
|
|
main: {
|
|
parent: "uiDivId"
|
|
|
|
panel: {
|
|
|
|
name: "panelDivId",
|
|
title: "",
|
|
|
|
row: {
|
|
button:{ name: quitBtnId, title:"Quit" },
|
|
button:{ name: ioReportBtnId, title:"IO Report" },
|
|
button:{ name: netPrintBtnId, title:"Print Network" }
|
|
button:{ name: reportBtnId, title:"App Report" },
|
|
button:{ name: loadBtnId, title:"Load" },
|
|
button:{ name: saveBtnId, title:"Save" },
|
|
},
|
|
|
|
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 },
|
|
},
|
|
|
|
row: {
|
|
button:{ name: startBtnId, title:"Start" },
|
|
button:{ name: stopBtnId, title:"Stop" },
|
|
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 },
|
|
check: { name: liveCheckId, title:"Live" },
|
|
check: { name: trackMidiCheckId, title:"Track MIDI" },
|
|
},
|
|
|
|
row: {
|
|
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
|
numb_disp: { name: curMidiEvtCntId, title:"Current Loc:" },
|
|
numb_disp: { name: totalMidiEvtCntId, title:"Max Loc:" },
|
|
},
|
|
|
|
|
|
row: {
|
|
number:{ name: insertLocId, title:"Loc:", min:0, max:100000, step:1, decpl:0 },
|
|
button:{ name: insertBtnId, title:"Insert", enable: false },
|
|
},
|
|
|
|
row: {
|
|
button:{ name: deleteBtnId, title:"Delete Selected", enable: false },
|
|
},
|
|
|
|
row: {
|
|
number: { name: pvWndSmpCntId, title:"WndSmpCnt", min:128, max:4096, step:1, decpl:0 },
|
|
check: { name: sdBypassId, title:"Sd Bypass" },
|
|
number: { name: sdInGainId, title:"In Gain", min:-100.0, max:100.0, step:0.01, decpl:3 },
|
|
number: { name: sdCeilingId, title:"Ceiling", min:0, max:1000, step:0.1, decpl:2 },
|
|
number: { name: sdExpoId, title:"Expo", min:0, max:1000, step:0.1, decpl:2 },
|
|
number: { name: sdThreshId, title:"Thresh", min:0, max:1000, step:0.1, decpl:2 },
|
|
number: { name: sdUprId, title:"Upr", min:-10.0, max:10.0, step:0.01, decpl:3 },
|
|
number: { name: sdLwrId, title:"Lwr", min:-10.0, max:10.0, step:0.01, decpl:3 },
|
|
number: { name: sdMixId, title:"Mix", min:-10.0, max:10.0, step:0.01, decpl:3 },
|
|
check: { name: cmpBypassId, title:"C Bypass" },
|
|
|
|
},
|
|
|
|
row: {
|
|
|
|
col: {
|
|
progress:{ name: aMtrIn0, title:"In-0", min:0, max:100 }
|
|
progress:{ name: aMtrIn1, title:"In-1", min:0, max:100 }
|
|
},
|
|
|
|
col: {
|
|
progress:{ name: aMtrOut0, title:"Out-0", min:0, max:100 }
|
|
progress:{ name: aMtrOut1, title:"Out-1", min:0, max:100 }
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
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 },
|
|
},
|
|
*/
|
|
|
|
row: {
|
|
str_disp:{ name: statusId, title:"Status:", value: "" },
|
|
}
|
|
|
|
row: {
|
|
list:{ name: fragListId, addClassName: fragList },
|
|
},
|
|
|
|
row: {
|
|
|
|
log: { name: logId, title:"Log" }
|
|
}
|
|
}
|
|
},
|
|
|
|
|
|
frag_panel: {
|
|
|
|
panel: {
|
|
|
|
name: fragPanelId
|
|
addClassName: fragPanel
|
|
|
|
row: {
|
|
name: fragPanelRowId
|
|
addClassName: fragPanelRow
|
|
|
|
col: {
|
|
numb_disp: { name: fragBegLocId, title:"Beg Loc", value: 0 },
|
|
numb_disp: { name: fragEndLocId, title:"End Loc", value: 0 },
|
|
number: { name: fragInGainId, title:"In Gain", min:0.0, max:100.0, step:0.1, decpl:1 },
|
|
number: { name: fragOutGainId, title:"Out Gain", min:0.0, max:100.0, step:0.1, decpl:1 },
|
|
},
|
|
col: {
|
|
row: {
|
|
name: fragPresetRowId,
|
|
addClassName: fragPresetRow,
|
|
},
|
|
|
|
row: {
|
|
string: { name: fragNoteId, addClassName: fragNote, title:"Note" },
|
|
}
|
|
},
|
|
col: {
|
|
number:{ name: fragWetDryGainId, title:"Wet/Dry", min:0.0, max:1.0, step:0.1, decpl:2 },
|
|
number:{ name: fragFadeOutMsId, title:"Fade Ms", min:0.0, max:5000, step:1, decpl:0 },
|
|
row: {
|
|
button:{ name: fragPlaySeqBtnId, title:"Play Seq" },
|
|
button:{ name: fragPlayAllBtnId, title:"Play All" },
|
|
}
|
|
},
|
|
col: {
|
|
number: { name: fragBegPlayLocId, title:"Begin", min:0, max:1000000, step:1, decpl:0 },
|
|
number: { name: fragEndPlayLocId, title:"End", min:0, max:1000000, step:1, decpl:0 },
|
|
button: { name: fragPlayBtnId, title:"Play" }
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|