reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

Request for auto color options like "only" "not" etc...? #1868

Open Sound-Asleep opened 6 months ago

Sound-Asleep commented 6 months ago

Like the title says, options so that i can require exact phrase, so that words contained in other words may not trigger auto color, like "bass" might not want that if i'm recording "bassoon" or whatever. But, I might want clap to be claps clapper, clapping, handclap whatever. So, the option to select "and" "or" "not" "only" and I think that's it. Would be sweet. autocolor is already great, but this would make it perfect.

mojosmoothmusic commented 4 months ago

I would also suggest using double quotes to indicate exact matches only, for example:

"name" would override 'folder name'

Buy-One commented 4 months ago

Using asterisk * to indicate a part of the word would be more consistent because SWS extension already uses this syntax in track selection rules of ReaConsole.

So TEST is exact match, TEST* matches TESTS, TESTING etc., *TEST matches PROTEST, DETEST etc., *TEST* matches PROTEST, TESTING, PROTESTING etc.