mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Add Lua binding to query monotonic time (in microseconds)
This commit is contained in:
parent
5789206f88
commit
81bbeb51ea
1 changed files with 1 additions and 0 deletions
|
|
@ -1933,6 +1933,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addCFunction ("hsla_to_rgba", ARDOUR::LuaAPI::hsla_to_rgba)
|
||||
.addCFunction ("color_to_rgba", ARDOUR::LuaAPI::color_to_rgba)
|
||||
.addFunction ("usleep", Glib::usleep)
|
||||
.addFunction ("monotonic_time", ::g_get_monotonic_time)
|
||||
.addCFunction ("build_filename", ARDOUR::LuaAPI::build_filename)
|
||||
.addFunction ("new_noteptr", ARDOUR::LuaAPI::new_noteptr)
|
||||
.addCFunction ("sample_to_timecode", ARDOUR::LuaAPI::sample_to_timecode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue