File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -794,17 +794,17 @@ def TOnRefresh(HW_Dirty_LEDs):
794794
795795 # MUTE button
796796 if mixer .isTrackMuted (mixer .trackNumber ()) == True :
797- nihia .buttonSetLight ("MUTE " , 1 )
797+ nihia .buttonSetLight ("MUTE_SELECTED " , 1 )
798798
799799 if mixer .isTrackMuted (mixer .trackNumber ()) == False :
800- nihia .buttonSetLight ("MUTE " , 0 )
800+ nihia .buttonSetLight ("MUTE_SELECTED " , 0 )
801801
802802 # SOLO button
803803 if mixer .isTrackSolo (mixer .trackNumber ()) == True :
804- nihia .buttonSetLight ("SOLO " , 1 )
804+ nihia .buttonSetLight ("SOLO_SELECTED " , 1 )
805805
806806 if mixer .isTrackSolo (mixer .trackNumber ()) == False :
807- nihia .buttonSetLight ("SOLO " , 0 )
807+ nihia .buttonSetLight ("SOLO_SELECTED " , 0 )
808808
809809 # Update mixer but peak meters
810810 updateMixer ()
You can’t perform that action at this time.
0 commit comments