From f5e4d3b0326dfc95c0a513c79cb8b3d84ea37800 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Apr 2016 11:06:35 +0200 Subject: NO-OP; document some more parameters. Since headers only provide the declaration, function parameters need to be documented. --- libs/ardour/ardour/lua_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/lua_api.h') diff --git a/libs/ardour/ardour/lua_api.h b/libs/ardour/ardour/lua_api.h index 92e63d7692..66402325e4 100644 --- a/libs/ardour/ardour/lua_api.h +++ b/libs/ardour/ardour/lua_api.h @@ -100,8 +100,8 @@ namespace ARDOUR { namespace LuaAPI { * This is equivalent to the following lua code * @code * function (processor, param_id) - * local plugininsert = processor:to_insert () - * local plugin = plugininsert:plugin(0) + * local plugininsert = processor:to_insert () + * local plugin = plugininsert:plugin(0) * local _, t = plugin:get_parameter_descriptor(param_id, ARDOUR.ParameterDescriptor ()) * local ctrl = Evoral.Parameter (ARDOUR.AutomationType.PluginAutomation, 0, param_id) * local ac = pi:automation_control (ctrl, false) @@ -110,7 +110,7 @@ namespace ARDOUR { namespace LuaAPI { * end * @endcode * - * Example usage: get 3rd input parameter of first plugin on the given route + * Example usage: get the third input parameter of first plugin on the given route * (Ardour starts counting at zero). * @code * local al, cl, pd = ARDOUR.LuaAPI.plugin_automation (route:nth_plugin (0), 3) -- cgit v1.2.3