mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Add missing Lua MacVST constant
This commit is contained in:
parent
c61a30a866
commit
904d594712
1 changed files with 1 additions and 0 deletions
|
|
@ -1777,6 +1777,7 @@ LuaBindings::common (lua_State* L)
|
||||||
.addConst ("LV2", ARDOUR::PluginType(LV2))
|
.addConst ("LV2", ARDOUR::PluginType(LV2))
|
||||||
.addConst ("Windows_VST", ARDOUR::PluginType(Windows_VST))
|
.addConst ("Windows_VST", ARDOUR::PluginType(Windows_VST))
|
||||||
.addConst ("LXVST", ARDOUR::PluginType(LXVST))
|
.addConst ("LXVST", ARDOUR::PluginType(LXVST))
|
||||||
|
.addConst ("MacVST", ARDOUR::PluginType(MacVST))
|
||||||
.addConst ("Lua", ARDOUR::PluginType(Lua))
|
.addConst ("Lua", ARDOUR::PluginType(Lua))
|
||||||
.endNamespace ()
|
.endNamespace ()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue