Add missing Lua bindings

This commit is contained in:
Robin Gareus 2023-06-23 01:35:19 +02:00
parent 705321b015
commit 124c57a850
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2609,6 +2609,13 @@ LuaBindings::common (lua_State* L)
.addConst ("ForceSel", ARDOUR::RangeSelectionAfterSplit(ForceSel))
.endNamespace ()
.beginNamespace ("TimeSelectionAfterSectionPaste")
.addConst ("SectionSelectNoop", ARDOUR::TimeSelectionAfterSectionPaste(SectionSelectNoop))
.addConst ("SectionSelectClear", ARDOUR::TimeSelectionAfterSectionPaste(SectionSelectClear))
.addConst ("SectionSelectRetain", ARDOUR::TimeSelectionAfterSectionPaste(SectionSelectRetain))
.addConst ("SectionSelectRetainAndMovePlayhead", ARDOUR::TimeSelectionAfterSectionPaste(SectionSelectRetainAndMovePlayhead))
.endNamespace ()
.beginNamespace ("ScreenSaverMode")
.addConst ("InhibitNever", ARDOUR::ScreenSaverMode(InhibitNever))
.addConst ("InhibitWhileRecording", ARDOUR::ScreenSaverMode(InhibitWhileRecording))