cwIoAudioMidiApp.cpp,html/audio_midi/ui.cfg : Updates to support current version of IO.

This commit is contained in:
kevin 2023-02-14 20:59:06 -05:00
parent 66de2f840f
commit 5589fb6ef3
2 changed files with 6 additions and 2 deletions

View File

@ -515,6 +515,9 @@ namespace cw
case io::kUiTId:
rc = _ui_callback(app,m->u.ui);
break;
case io::kExecTId:
break;
default:
assert(0);

View File

@ -1,5 +1,6 @@
{
main:
{
parent: "uiDivId"
panel: {
@ -42,5 +43,5 @@
button:{ name: openBtnId, title:"Open" },
button:{ name: saveBtnId, title:"Save" },
},
}
}