html/audio_midi/ui.cfg : Added mute buttons
This commit is contained in:
parent
b1cfeb814c
commit
e0f4873809
@ -26,6 +26,7 @@
|
|||||||
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
||||||
numb_disp: { name: curMidiEvtCntId, title:"Current" },
|
numb_disp: { name: curMidiEvtCntId, title:"Current" },
|
||||||
numb_disp: { name: totalMidiEvtCntId, title:"Total" },
|
numb_disp: { name: totalMidiEvtCntId, title:"Total" },
|
||||||
|
check:{ name: midiMuteCheckId, title:"Mute" },
|
||||||
},
|
},
|
||||||
|
|
||||||
row: {
|
row: {
|
||||||
@ -33,6 +34,7 @@
|
|||||||
check:{ name: audioThroughCheckId, title:"Audio Thru" },
|
check:{ name: audioThroughCheckId, title:"Audio Thru" },
|
||||||
numb_disp: { name: curAudioSecsId, title:"Current:", decpl:1 },
|
numb_disp: { name: curAudioSecsId, title:"Current:", decpl:1 },
|
||||||
numb_disp: { name: totalAudioSecsId, title:"Total:", decpl:1 },
|
numb_disp: { name: totalAudioSecsId, title:"Total:", decpl:1 },
|
||||||
|
check: { name: audioMuteCheckId, title:"Mute:" },
|
||||||
},
|
},
|
||||||
|
|
||||||
row: {
|
row: {
|
||||||
|
Loading…
Reference in New Issue
Block a user