X-Raym / REAPER-ReaScripts

X-Raym's Free and Open Source Scripts for Cockos REAPER.
http://www.extremraym.com/en/my-reaper-scripts/
GNU General Public License v3.0
182 stars 51 forks source link

Search and replace in selected tracks names #23

Closed JRTaylorMusic closed 2 years ago

JRTaylorMusic commented 2 years ago

Line 28 defaultvals_csv = "0,0,0,0,0,/no" adds a 0 to the beginning of selected track names. should be, I think: defaultvals_csv = "0,0,0,0,/no,/no"

X-Raym commented 2 years ago

@JRTaylorMusic this is the default already:

https://github.com/X-Raym/REAPER-ReaScripts/blob/master/Track%20Properties/X-Raym_Search%20and%20replace%20in%20selected%20tracks%20names.lua#L28