more stability fixes
authorNikolaus Gullotta <nikolaus.gullotta@gmail.com>
Tue, 20 Mar 2018 20:41:20 +0000 (15:41 -0500)
committerNikolaus Gullotta <nikolaus.gullotta@gmail.com>
Tue, 20 Mar 2018 20:41:20 +0000 (15:41 -0500)
scripts/_store_recall_mixer.lua

index e3e9d282eda3facf9b5e33746cf961b6da0a9502..a8f79d129f26047f32a3f8076c09e5e023be5363 100644 (file)
@@ -69,8 +69,8 @@ function factory() return function()
                        local on = 0
                        for p in order:iter() do
                                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
+                                       proc_order_str = proc_order_str .. "[" .. on .. "] = " .. pid ..","
                                        cache_str = cache_str .. "[" .. pid .. "] = " .. "\"" .. p:display_name() .. "\"" ..","
                                end
                                on = on + 1