View Single Post
Old 11-17-2019, 03:27 PM   #61
PhelixK
Human being with feelings
 
PhelixK's Avatar
 
Join Date: Mar 2019
Posts: 885
Default

Quote:
Originally Posted by poplomop View Post
The theme adjuster script doesn't stay in the docker after I close reaper with it in the docker and then open reaper again. I have to explicitly run the script from the action menu first and then it shows up in the docker again (if it had been previously docked already.)

reaper-extstate.ini:

Code:
[Default_6.0 theme adjuster]
showHelp=true
dock=1.0
wndx=100.0
wndy=50.0
editPage=1
paletteCurrent=1
activeLayoutTcp=A
activeLayoutMcp=A
EDIT: Okay I guess all the scripts do that. I guess scripts don't stay docked between reaper sessions.
I have added Theme Adjuster in the __startup.lua (the global startup file, not SWS).
It’s located inside Actions list or the Scripts folder inside system/user.

With the correct script-ID this automatically starts up TA after the splash screen:
Code:
reaper.Main_OnCommand(reaper.NamedCommandLookup("_RS08565b167a427d3d8941cc972b127318bdeb279f"), -1) --Default_6.0 theme adjuster
I'm also using a default Screenset Layout for startup, this will dock TA in the same place.

I'm on mac, but this should work for others as well.
PhelixK is offline