cwIoAudioMidiApp.cpp,html/audio_midi/ui.cfg : Updates to support current version of IO.
This commit is contained in:
parent
66de2f840f
commit
5589fb6ef3
@ -515,6 +515,9 @@ namespace cw
|
|||||||
case io::kUiTId:
|
case io::kUiTId:
|
||||||
rc = _ui_callback(app,m->u.ui);
|
rc = _ui_callback(app,m->u.ui);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case io::kExecTId:
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert(0);
|
assert(0);
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
main:
|
||||||
|
{
|
||||||
parent: "uiDivId"
|
parent: "uiDivId"
|
||||||
|
|
||||||
panel: {
|
panel: {
|
||||||
@ -42,5 +43,5 @@
|
|||||||
button:{ name: openBtnId, title:"Open" },
|
button:{ name: openBtnId, title:"Open" },
|
||||||
button:{ name: saveBtnId, title:"Save" },
|
button:{ name: saveBtnId, title:"Save" },
|
||||||
},
|
},
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user