summaryrefslogtreecommitdiff
path: root/libs/ardour/luabindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/luabindings.cc')
-rw-r--r--libs/ardour/luabindings.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc
index 8d46d9e762..6c687de56c 100644
--- a/libs/ardour/luabindings.cc
+++ b/libs/ardour/luabindings.cc
@@ -832,10 +832,8 @@ LuaBindings::common (lua_State* L)
.endClass ()
.beginClass <TempoMap> ("TempoMap")
- .addFunction ("add_tempo_pulse", &TempoMap::add_tempo_pulse)
- .addFunction ("add_tempo_frame", &TempoMap::add_tempo_frame)
- .addFunction ("add_meter_beat", &TempoMap::add_meter_beat)
- .addFunction ("add_meter_frame", &TempoMap::add_meter_frame)
+ .addFunction ("add_tempo", &TempoMap::add_tempo)
+ .addFunction ("add_meter", &TempoMap::add_meter)
.endClass ()
.beginClass <ChanCount> ("ChanCount")