Skip to content

Commit

Permalink
Add missing Lua MacVST constant
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Aug 16, 2018
1 parent c61a30a commit 904d594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ardour/luabindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1777,6 +1777,7 @@ LuaBindings::common (lua_State* L)
.addConst ("LV2", ARDOUR::PluginType(LV2))
.addConst ("Windows_VST", ARDOUR::PluginType(Windows_VST))
.addConst ("LXVST", ARDOUR::PluginType(LXVST))
.addConst ("MacVST", ARDOUR::PluginType(MacVST))
.addConst ("Lua", ARDOUR::PluginType(Lua))
.endNamespace ()

Expand Down

0 comments on commit 904d594

Please sign in to comment.