mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Add Lua binding to create/save plugin presets
This commit is contained in:
parent
3ca0f4e43d
commit
3ad819da4c
1 changed files with 1 additions and 0 deletions
|
|
@ -1741,6 +1741,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addRefFunction ("nth_parameter", &Plugin::nth_parameter)
|
||||
.addFunction ("preset_by_label", &Plugin::preset_by_label)
|
||||
.addFunction ("preset_by_uri", &Plugin::preset_by_uri)
|
||||
.addFunction ("save_preset", &Plugin::save_preset)
|
||||
.addFunction ("load_preset", &Plugin::load_preset)
|
||||
.addFunction ("last_preset", &Plugin::last_preset)
|
||||
.addFunction ("parameter_is_input", &Plugin::parameter_is_input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue