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

@ -516,6 +516,9 @@ namespace cw
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);

View File

@ -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" },
}, },
}
} }