View Single Post
Old 05-01-2021, 08:20 PM   #19
MusoBob
Human being with feelings
 
MusoBob's Avatar
 
Join Date: Sep 2014
Posts: 2,643
Default

You should be able to use a prefix @. so @.Chorus will be skipped.
You can change the prefix to whatever you like, just look for @. in the script
Code:
if string.match( region_name, "@.*") then root = "" chord = "" i=i +1 end
EDIT: you can use a space before the name to skip it
Quote:
if string.match( region_name, "%s *") then root = "" chord = "" i=i +1 end
but you will need to change the other @. in the script if you are using it in the Instant Trak script as it should skip that region when fitting the tracks.
I made the script run better so download it again.
I also added it to the Instant Traks script, if you have no time selection it will transpose the chord under the cursor, if you time select more chords it will transpose them all, so download it again.
__________________
ReaTrakStudio Chord Track for Reaper forum
www.reatrak.com
STASH Downloads https://stash.reaper.fm/u/ReaTrak

Last edited by MusoBob; 05-02-2021 at 04:12 AM.
MusoBob is offline   Reply With Quote