Track Color Index
Hello!
in Reactions when you choose to use the track color index options.
is this tag and options correct?
pls check the attachment image.
thanks
JohnC Answered question
Attached Files:
It does indeed seem to be an integer.
Have you tried switching your condition to ‘custom code’ then removing the quotation marks around the number, like this:
self.song().tracks[0].color_index == “4”
Change to
self.song().tracks[0].color_index == 4
If it really is a number then the condition should work without the quotations.. I will try this too when I get a moment.
admin Changed status to publish
Sign up
User registration is currently not allowed.