mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Expose Port::flags() to Lua
This commit is contained in:
parent
eeb62c99fb
commit
1ee6b63299
1 changed files with 1 additions and 0 deletions
|
|
@ -895,6 +895,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addCast<AudioPort> ("to_audioport")
|
||||
.addFunction ("name", &Port::name)
|
||||
.addFunction ("pretty_name", &Port::pretty_name)
|
||||
.addFunction ("flags", &Port::flags)
|
||||
.addFunction ("receives_input", &Port::receives_input)
|
||||
.addFunction ("sends_output", &Port::sends_output)
|
||||
.addFunction ("connected", &Port::connected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue