View Single Post
Old 09-14-2019, 11:36 PM   #174
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

Quote:
Originally Posted by Tone Ranger View Post
Just testing this out, loving it so far! Have to ask a total noob question - how do I get this script to run automatically every time I open Reaper? Thanks in advance!
1st way (I supposed you have SWS): add to SWS global startup action (or put it in a startup custom action with other scripts if you already have those).
2nd way: a script in a /REAPER/Scripts called __startup.lua with command like
Code:
reaper.Main_OnCommand(reaper.NamedCommandLookup('_RS80817d3c3d7466064cf99314eacea79bd9ca5935'), 0)
inside, where the _RSblablabla is a command ID of the script.
mpl is offline   Reply With Quote