<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi to all,<br class=""><div><br class=""></div><div>I was chaining different plugins I wrote and to my surprise, some of them won’t perform well (or not at all) once they’re in a chain. One by one, no problem.</div><div>I was wondering if JW Lua was performing some kind of update or garbage disposal when I use them one by one, which is not anymore present when they are chained.</div><div><br class=""></div><div>I use this approach for chaining them (x and y being the names of the plugins with their paths):</div><div><br class=""></div><div><div>finale.FCEntryMetrics.MarkMetricsForRebuild()</div><div>finale.FCCellMetrics.MarkMetricsForRebuild()</div><div>local _file_to_execute = assert(loadfile(“x.lua"))</div><div>_file_to_execute()</div><div><br class=""></div><div><div>finale.FCEntryMetrics.MarkMetricsForRebuild()</div><div>finale.FCCellMetrics.MarkMetricsForRebuild()</div><div>local _file_to_execute = assert(loadfile(“y.lua"))</div><div>_file_to_execute()</div><div class=""><br class=""></div></div><div class="">Any ideas?</div></div><div class=""><br class=""></div><div class=""><br class=""></div>Thanks!<br class=""><div class="">
<span class="Apple-style-span" style="font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; line-height: normal; border-collapse: separate; border-spacing: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class="Apple-interchange-newline"><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Simon Leclerc</div><div class="">60, Mirabelle</div><div class="">Ste-Agathe-des-Monts, Québec</div><div class="">J8C 0W9</div><div class=""><a href="mailto:simon@prodsl.ca" class="">simon@prodsl.ca</a></div><div class=""><br class=""></div></div></span><br class="Apple-interchange-newline" style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>