View Single Post
Old 05-22-2019, 11:26 AM   #20
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Here is v1.1 - download (right-click --> save as).

What's new:
+ 32-bit support
+ .RfxChain support
+ exact match search ability using quotes
+ ability to choose the FX search order (see code snippet)
+ in-script help with complete syntax list (see gif)
# improved overall script's logic

Code:
local fx_a = "VST2"
local fx_b = "VST3"
local fx_c = "JS"
local fx_d = "CHAIN"
local fx_type = {fx_d, fx_a, fx_b, fx_c} -- the search order of FX types
Neutronic is offline   Reply With Quote