VST report audioMasterPinConnected according to Pin Management
[ardour.git] / libs / ardour / luabindings.cc
index 9f35d038ad1d7730b503fc8a7fc1c616e582a526..5dcd0964cd755dbdf4d19d294d38b2029d5b54ac 100644 (file)
@@ -429,7 +429,7 @@ LuaBindings::common (lua_State* L)
                .addFunction ("move_to", &Location::move_to)
                .endClass ()
 
-               .deriveClass <Locations, PBD::StatefulDestructible> ("Location")
+               .deriveClass <Locations, PBD::StatefulDestructible> ("Locations")
                .addFunction ("auto_loop_location", &Locations::auto_loop_location)
                .addFunction ("auto_punch_location", &Locations::auto_punch_location)
                .addFunction ("session_range_location", &Locations::session_range_location)
@@ -565,7 +565,7 @@ LuaBindings::common (lua_State* L)
                .addFunction ("set_record_enabled", &Track::set_record_enabled)
                .addFunction ("set_record_safe", &Track::set_record_safe)
                .addFunction ("bounceable", &Track::bounceable)
-               .addFunction ("bounce", &Track::bounce_range)
+               .addFunction ("bounce", &Track::bounce)
                .addFunction ("bounce_range", &Track::bounce_range)
                .addFunction ("playlist", &Track::playlist)
                .endClass ()
@@ -701,6 +701,7 @@ LuaBindings::common (lua_State* L)
                .addFunction ("output_map", (ARDOUR::ChanMapping (PluginInsert::*)(uint32_t) const)&PluginInsert::output_map)
                .addFunction ("set_input_map", &PluginInsert::set_input_map)
                .addFunction ("set_output_map", &PluginInsert::set_output_map)
+               .addFunction ("sidechain_input", &PluginInsert::sidechain_input)
                .endClass ()
 
                .deriveWSPtrClass <AutomationControl, PBD::Controllable> ("AutomationControl")