View Single Post
Old 05-14-2019, 08:41 AM   #6
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Just updated the script to v1.01 and added input_ovrd option to allow users hardcode a search query.

@Pinknoise this is your request.

Let's look at an example of how you would use the feature to hardcode a track template you called "Repro-5":
1. duplicate the script and rename it the way it fits you;
2. open it in the REAPER script editor and go to line 21;
3. type in .Repro-5 (period prefix is required for templates) inside the quotes for the input_ovrd local variable;
Code:
input_ovrd = ".Repro-5"
4. Save the script and run it.

Let me know how it works.
Neutronic is offline   Reply With Quote