I want to use a highlighting rule to show tracks that do not have volume leveling. I created this custom tag
$IsNull(<Track Gain>,None,<Track Gain>)
but I'm getting an error "can't be parsed @ ">,None,<Track Gain>)"
Suggestions welcome.
I'm not sure if you are using that formula as a virtual tag or as a rule?
One approach that should work:
Create a virtual tag: $IsNull(<Track Gain>,,<Track Gain>)
And then as a rule use that 'when that virtual tag has no value'...