mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
|
@ -42,7 +42,7 @@ function dsp_configure (ins, outs)
|
|||
-- store configuration in global variable
|
||||
audio_ins = ins:n_audio ()
|
||||
-- allocate shared memory area
|
||||
-- this is used to speed up DSP computaton (using a C array)
|
||||
-- this is used to speed up DSP computation (using a C array)
|
||||
-- and to share data with the GUI
|
||||
self:shmem ():allocate (4 + bufsiz * audio_ins)
|
||||
self:shmem ():clear ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue