Color Font UI in Audio Plugin
Ältere Kommentare anzeigen
Hi
Is it possible to change the color of the font in audioPluginParameter function? We can change the background color of UI, but I coudn´t find how tho change the fonts one.
Cheers
Pablo
Antworten (1)
Charlie DeVane
am 9 Okt. 2019
0 Stimmen
Hi Pablo,
No, sorry, there is no way to change the font color in audioPluginParameter.
A workaround is to use the -juceproject flag with generateAudioPlugin. You can then modify the generated C++ code to change the font color, and anything else you like. This requires a MATLAB Coder license.
Best,
Charlie
1 Kommentar
Pablo Panitta
am 9 Okt. 2019
Kategorien
Mehr zu Audio Processing Algorithm Design finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!