Hi all, I have HX Stomp with update 3.00 (and XH Edit 3.00) and on HX Stomp there is no functionality in menu to change colors of footswitches, but in HX Edit there it is, in command center, but not working (if you choose any color, footswitch is still grey), but, I found soluton:
1. you need to export preset in HX Edit
2. edit exported *.hlx file (it is in JSON format so you can edit it in any text editor for example notepad++)
3. there are fields like "@fs_ledcolor" : 462860
that number 462860 is color "grey", if you want "red" color, then chenge it to 16711683.
I haven't got list of all colors but maybe I will update that list there soon.
4. save *.hlx file
5. import this file in HX Edit
Next tip: there is the same problem with changing labels for footswitches, but solution is the same, but change field: "@fs_label" : "Note"
Change "Note" to any text you want.
But i hope that developers of HX Stomp and HX Edit will fix this issue in next update ;) Thank you Line6 :)
UPDATE: Bad news, I noticed, that fs_ledcolor changes led color only until the footswitch is pressed. Then, comes back to default grey color :( so it is not solution...
UPDATE 2: Good news, fs_label remains setted after footswitch press :)