jtackaberry / reaticulate

An articulation management system for REAPER
Other
101 stars 46 forks source link

When inserting the JSFX, the plugin GUI open, fix inside #120

Closed StephanRoemer closed 4 years ago

StephanRoemer commented 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)

jtackaberry commented 4 years ago

Thanks Stephan.