View Single Post
Old 04-21-2018, 10:39 AM   #1
inertia
Human being with feelings
 
Join Date: Oct 2013
Posts: 800
Default Help with renaming script ....weird bug

I have a strange problem with my script. The idea is to cleanup the FX names in the FX list window on each track.

If you add a track and add 3 or 4 plugins and run the script then only the first and last plugin are renamed.

The problem only happens when I run the SetFXName function inside a loop otherwise the function works as expected when I manually give the plugin index.

I think it's failing at :
if t_check:find(FX_GUID) then
inertia is offline   Reply With Quote