Closed StephanRoemer closed 4 years ago
With some recent Reaper versions, instantiated plugins are automatically shown. In order to suppress that, add this code here below line 42 in installer.lua:
reaper.TrackFX_Show(app.track, fx, 2)
Thanks Stephan.
With some recent Reaper versions, instantiated plugins are automatically shown. In order to suppress that, add this code here below line 42 in installer.lua:
reaper.TrackFX_Show(app.track, fx, 2)