46 lines
1.2 KiB
INI
46 lines
1.2 KiB
INI
{
|
|
|
|
parent: "uiDivId"
|
|
|
|
panel: {
|
|
|
|
name: "panelDivId",
|
|
title: "Audio MIDI",
|
|
|
|
row: {
|
|
button:{ name: quitBtnId, title:"Quit" },
|
|
button:{ name: ioReportBtnId, title:"IO Report" },
|
|
button:{ name: reportBtnId, title:"App Report" },
|
|
},
|
|
|
|
|
|
|
|
row: {
|
|
check:{ name: recordCheckId, title:"Record" },
|
|
button:{ name: startBtnId, title:"Start" },
|
|
button:{ name: stopBtnId, title:"Stop" },
|
|
button:{ name: clearBtnId, title:"Clear" },
|
|
},
|
|
|
|
row: {
|
|
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
|
numb_disp: { name: curMidiEvtCntId, title:"Current" },
|
|
numb_disp: { name: totalMidiEvtCntId, title:"Total" },
|
|
check:{ name: midiMuteCheckId, title:"Mute" },
|
|
},
|
|
|
|
row: {
|
|
|
|
check:{ name: audioThroughCheckId, title:"Audio Thru" },
|
|
numb_disp: { name: curAudioSecsId, title:"Current:", decpl:1 },
|
|
numb_disp: { name: totalAudioSecsId, title:"Total:", decpl:1 },
|
|
check: { name: audioMuteCheckId, title:"Mute:" },
|
|
},
|
|
|
|
row: {
|
|
string:{ name: filenameId, title:"File Name:", value:"record" },
|
|
button:{ name: openBtnId, title:"Open" },
|
|
button:{ name: saveBtnId, title:"Save" },
|
|
},
|
|
|
|
} |