View Single Post
Old 12-12-2022, 12:22 PM   #39
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by soulaccess View Post
here you go, sorry for the low quality, not sure how others upload screen caps in pristine quality.
first I show the script, which is simply:
Code:
track = reaper.GetSelectedTrack2(0, 0, true)
reaper.TrackFX_AddByName(track,'test for justin',false,1)
then I execute it, FX opens. I click on edit and the code starts with:
Code:
desc:test for justin
the FX file is here
Code:
REAPER⁩/Effects/BNC⁩/TestPlugin.jsfx
Reaper V6.69
hope this helps
It's very clearly opening the wrong plug-in (what's all that UI? the TestPlugin.jsfx was an empty jsfx!)...
Justin is offline   Reply With Quote