mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix typo in binding, amend 9bbbc7fbe
This commit is contained in:
parent
c1626bee39
commit
d53f49acf4
1 changed files with 1 additions and 1 deletions
|
|
@ -1029,7 +1029,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("comp_threshold_controllable", &Stripable::comp_threshold_controllable)
|
||||
.addFunction ("comp_speed_controllable", &Stripable::comp_speed_controllable)
|
||||
.addFunction ("comp_mode_controllable", &Stripable::comp_mode_controllable)
|
||||
.addFunction ("comp_makeup_controllabl", &Stripable::comp_makeup_controllable)
|
||||
.addFunction ("comp_makeup_controllable", &Stripable::comp_makeup_controllable)
|
||||
.addFunction ("comp_redux_controllable", &Stripable::comp_redux_controllable)
|
||||
.addFunction ("comp_mode_name", &Stripable::comp_mode_name)
|
||||
.addFunction ("comp_speed_name", &Stripable::comp_speed_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue