mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Typo in Lua comments: paramater
This commit is contained in:
parent
e16ac4b036
commit
157af3ac4f
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ function factory () return function ()
|
|||
|
||||
-- unmute the track, this also examplifies how one could use lists to modify
|
||||
-- multiple controllables at the same time (they should be of the same
|
||||
-- paramater type - e.g. mute_control() of multiple tracks, they'll all
|
||||
-- parameter type - e.g. mute_control() of multiple tracks, they'll all
|
||||
-- change simultaneously in rt-context)
|
||||
local ctrls = ARDOUR.ControlListPtr ()
|
||||
ctrls:push_back (t:mute_control()) -- we could add more controls to change via push_back
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue