Set Text Color

Discuss Lemur and share techniques.
DJNMUSIC
Newbie
Posts:2
Joined:09 Dec 2014 09:42
Set Text Color

Post by DJNMUSIC » 29 Nov 2017 05:11

Hello,

I'm using a script to add text to Pads in my project. I found this cleaner than adding additional text objects. Using the script the text is always the color white.
Question, is there any way to change the color of the text as well using a script?

My text script:
On Load
setattribute(MyFader, 'labels', {'My Fader'});

Thank you in advance for any help!

Post Reply