Old 08-02-2017, 07:13 PM   #1
Win Conway
Human being with feelings
 
Join Date: Dec 2010
Posts: 3,826
Default Can you force a plugin to open in one place ?

Just messing with the idea of having a cheap extra monitor for Klanghelm VU Deluxe, but would need to be able to force the plugin on to that monitor whenever a new channel was created, would just be slicker than opening the UI and then dragging to the extra monitor.

Note*
I am not requesting this, just wondering if it is even possible to force a plugins default opening position.
__________________
Stop posting huge images, smaller images or thumbnail, it's not rocket science!
Win Conway is offline   Reply With Quote
Old 08-03-2017, 03:33 AM   #2
DarkStar
Human being with feelings
 
DarkStar's Avatar
 
Join Date: May 2006
Location: Surrey, UK
Posts: 19,681
Default

You might be able to use a ReaScript to open and position it.
__________________
DarkStar ... interesting, if true. . . . Inspired by ...
DarkStar is offline   Reply With Quote
Old 08-03-2017, 07:42 AM   #3
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

AFAIK there isn't any script that can move plugin windows to a specific location on the screen, but instead of having to drag the plugin after you add/open it you could make a custom action from two scripts so that a single keystroke would open the plugin and move it to where you your mouse cursor is.

For example to add ReaComp to a selected track I use this eel script,
https://forum.cockos.com/showpost.ph...38&postcount=3
and IIRC all I had to do was change one line of code,
sPluginName = "ReaComp";

EDIT, also from here,
One way to find out the required name is to save a project with a single track and one instance of the plug you're after, open the *.rpp file in a text editor and look it up there.

and for 2nd action add one of the SWS/BR actions to move it to where my mouse pointer is,..
SWS/BR: Move active floating window to mouse

Last edited by Edgemeal; 08-03-2017 at 08:00 AM.
Edgemeal is offline   Reply With Quote
Old 08-03-2017, 12:17 PM   #4
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

Quote:
Originally Posted by Edgemeal View Post
AFAIK there isn't any script that can move plugin windows to a specific location on the screen
mpl_Move focused Track FX to screen center
mpl is offline   Reply With Quote
Old 08-03-2017, 01:03 PM   #5
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

Quote:
Originally Posted by mpl View Post
mpl_Move focused Track FX to screen center
FWIW, That seems to only work if the plugin is already loaded, so if called in a custom script right after that eel script to load/open a plugin it doesn't move the window, whereas the SWS/BR action does move it. Also the OP wants the plugin to open on extra monitor, your script seems to just center an already open and focused plugin window on monitor #1 on my dual monitor setup.
Edgemeal is offline   Reply With Quote
Old 08-03-2017, 01:26 PM   #6
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

Since plugin usually adding to last slot it is easy to change focused FX index to last index in chain. I can`t test second monitor, currently doesn`t have one, but I guess dealing with my_getViewport() variables can do the job for second monitor.
mpl is offline   Reply With Quote
Old 08-05-2017, 09:45 AM   #7
Win Conway
Human being with feelings
 
Join Date: Dec 2010
Posts: 3,826
Default

So it can only be done on a plugin that is loaded, not when a new track is created and the plugin is default effect.
Thanks for the info guys, much appreciated.
__________________
Stop posting huge images, smaller images or thumbnail, it's not rocket science!
Win Conway is offline   Reply With Quote
Old 08-05-2017, 02:01 PM   #8
Win Conway
Human being with feelings
 
Join Date: Dec 2010
Posts: 3,826
Default

Im thinking for this to be viable, i would need mouse modifiers for the extended mixer, because right now if you clicked to open a plugin, you have to close it or next time you click it it could be under another plugin and clise tather than open.
__________________
Stop posting huge images, smaller images or thumbnail, it's not rocket science!
Win Conway is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:02 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.