mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix various typos
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`
Follow-up to 364f2f078
This commit is contained in:
parent
a77ac7107f
commit
3d395585c1
51 changed files with 91 additions and 91 deletions
|
|
@ -30,7 +30,7 @@ function factory () return function ()
|
|||
-- event using the session realtime-event dispatch mechanism:
|
||||
Session:set_control (t:solo_control(), 1, PBD.GroupControlDisposition.NoGroup)
|
||||
|
||||
-- unmute the track, this also examplifies how one could use lists to modify
|
||||
-- unmute the track, this also exemplifies how one could use lists to modify
|
||||
-- multiple controllables at the same time (they should be of the same
|
||||
-- parameter type - e.g. mute_control() of multiple tracks, they'll all
|
||||
-- change simultaneously in rt-context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue