It might be nice to refactor AudioProcessor::TrackProperties
to use optionals.
For example,
With Ableton Live, you get multiple updates. one for name and another for colour.
So the colour one ends up giving empty string…
The API though suggest we’ll have kResultTrue
so we can know if it’s really empty string or has no string at all…