-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request : create new actions : "Float FX (number) for monitoring fx" #1895
Comments
The following Lua script will do what you're looking for. Multiply it as many times as the numbers of Monitoring FX whose window you'd like to float and include the relevant FX number in the file name as suggested in the code. The script looks for the number in the file name.
|
@Buy-One : Thanks a ton ! Worked like a charm ! |
@Buy-One : do you know what I should modify in the script to make it do "toggle float" instead of just "float" ? |
Here's an updated code for toggling
|
@Buy-One : Thanks again ! Worked perfectly ! |
Hi !
Now in Reaper we have the following type of actions available for selected tracks :
SWS/S&M: Float FX 1 for selected tracks
SWS/S&M: Float FX 2 for selected tracks
etc ...
I'd need to use similar actions but for MONITORING FX, so actions like :
SWS/S&M: Float FX 1 for monitoring FX
SWS/S&M: Float FX 2 for monitoring FX
etc ...
This would make my life way easier, since i use monitoring FX a ton and and I'd use custom buttons and toolbars to toggle float some of them frequently.
Thanks !
The text was updated successfully, but these errors were encountered: