mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
lua exception constitues configuration failure
This commit is contained in:
parent
3a43e31d07
commit
81a9446533
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ LuaProc::configure_io (ChanCount in, ChanCount out)
|
|||
try {
|
||||
lua_dsp_configure (&in, &out);
|
||||
} catch (luabridge::LuaException const& e) {
|
||||
;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue