mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
more stability fixes
This commit is contained in:
parent
f1dc39bb82
commit
cbb039b9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -69,8 +69,8 @@ function factory() return function()
|
||||||
local on = 0
|
local on = 0
|
||||||
for p in order:iter() do
|
for p in order:iter() do
|
||||||
local pid = p:to_stateful():id():to_s()
|
local pid = p:to_stateful():id():to_s()
|
||||||
proc_order_str = proc_order_str .. "[" .. on .. "] = " .. pid ..","
|
|
||||||
if not(string.find(p:display_name(), "latcomp")) then
|
if not(string.find(p:display_name(), "latcomp")) then
|
||||||
|
proc_order_str = proc_order_str .. "[" .. on .. "] = " .. pid ..","
|
||||||
cache_str = cache_str .. "[" .. pid .. "] = " .. "\"" .. p:display_name() .. "\"" ..","
|
cache_str = cache_str .. "[" .. pid .. "] = " .. "\"" .. p:display_name() .. "\"" ..","
|
||||||
end
|
end
|
||||||
on = on + 1
|
on = on + 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue