View Single Post
Old 11-25-2019, 08:29 AM   #4
darnskewered
Human being with feelings
 
Join Date: Nov 2019
Posts: 16
Default

Alright, next I want to add a VSTi instrument to the track once loaded. I tried this:

reaper.InsertMedia("C:/Users/derek/Dropbox/Music/midi/2009/2009 April 08.mid", 1) --this worked
track = reaper.GetTrack(0, 0)
reaper.TrackFX_AddByName(track, "Ivory (Synthogy)", false, 0) --nothing happens

But it has no effect. I want to programmatically do what happens when I click on "FX" on the track and select a VSTi instrument from the dialog.

Last edited by darnskewered; 11-25-2019 at 08:35 AM.
darnskewered is offline   Reply With Quote