View Single Post
Old 07-01-2019, 11:00 PM   #1
barbaroja
Human being with feelings
 
barbaroja's Avatar
 
Join Date: Jul 2009
Posts: 429
Default How to float a script inserted FX window

I am using:



from reaper_python import *

tracks = [RPR_GetSelectedTrack(0, track) for track in range(RPR_CountSelectedTracks(0))]

for track in tracks:
success = RPR_TrackFX_AddByName(track, 'FabFilter Pro-Q 3', False, -1)




Any ideas on how to have the inserted FX float to adjust its parameters inmediately and not have to go inside the plugin chain? The prefereces option is no good. I hope it can be done popping the plugin chain with focus on the last plugin.

Thanks!
barbaroja is offline   Reply With Quote