@ -7676,6 +7676,7 @@ void UI_func_eq_1(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 50Hz " , configuration . fx . eq_1 , 0.1 , 0.0 , EQ_1_MIN , EQ_1_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 50Hz " , configuration . fx . eq_1 , 0.1 , 0.0 , EQ_1_MIN , EQ_1_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 1 , mapfloat ( configuration . fx . eq_1 , EQ_1_MIN , EQ_1_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 1 , mapfloat ( configuration . fx . eq_1 , EQ_1_MIN , EQ_1_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 1 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
@ -7720,6 +7721,7 @@ void UI_func_eq_2(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 120Hz " , configuration . fx . eq_2 , 0.1 , 0.0 , EQ_2_MIN , EQ_2_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 120Hz " , configuration . fx . eq_2 , 0.1 , 0.0 , EQ_2_MIN , EQ_2_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 2 , mapfloat ( configuration . fx . eq_2 , EQ_2_MIN , EQ_2_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 2 , mapfloat ( configuration . fx . eq_2 , EQ_2_MIN , EQ_2_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 2 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
@ -7764,6 +7766,7 @@ void UI_func_eq_3(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 220Hz " , configuration . fx . eq_3 , 0.1 , 0.0 , EQ_3_MIN , EQ_3_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 220Hz " , configuration . fx . eq_3 , 0.1 , 0.0 , EQ_3_MIN , EQ_3_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 3 , mapfloat ( configuration . fx . eq_3 , EQ_3_MIN , EQ_3_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 3 , mapfloat ( configuration . fx . eq_3 , EQ_3_MIN , EQ_3_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 3 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
@ -7808,6 +7811,7 @@ void UI_func_eq_4(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 1000Hz " , configuration . fx . eq_4 , 0.1 , 0.0 , EQ_4_MIN , EQ_4_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 1000Hz " , configuration . fx . eq_4 , 0.1 , 0.0 , EQ_4_MIN , EQ_4_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 4 , mapfloat ( configuration . fx . eq_4 , EQ_4_MIN , EQ_4_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 4 , mapfloat ( configuration . fx . eq_4 , EQ_4_MIN , EQ_4_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 4 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
@ -7852,6 +7856,7 @@ void UI_func_eq_5(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 2000Hz " , configuration . fx . eq_5 , 0.1 , 0.0 , EQ_5_MIN , EQ_5_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 2000Hz " , configuration . fx . eq_5 , 0.1 , 0.0 , EQ_5_MIN , EQ_5_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 5 , mapfloat ( configuration . fx . eq_5 , EQ_5_MIN , EQ_5_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 5 , mapfloat ( configuration . fx . eq_5 , EQ_5_MIN , EQ_5_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 5 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
@ -7896,6 +7901,7 @@ void UI_func_eq_6(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 7000Hz " , configuration . fx . eq_6 , 0.1 , 0.0 , EQ_6_MIN , EQ_6_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 7000Hz " , configuration . fx . eq_6 , 0.1 , 0.0 , EQ_6_MIN , EQ_6_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 6 , mapfloat ( configuration . fx . eq_6 , EQ_6_MIN , EQ_6_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 6 , mapfloat ( configuration . fx . eq_6 , EQ_6_MIN , EQ_6_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 6 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
@ -7940,6 +7946,7 @@ void UI_func_eq_7(uint8_t param)
}
}
lcd_display_meter_float ( " EQ 10000Hz " , configuration . fx . eq_7 , 0.1 , 0.0 , EQ_7_MIN , EQ_7_MAX , 1 , 1 , false , true , true ) ;
lcd_display_meter_float ( " EQ 10000Hz " , configuration . fx . eq_7 , 0.1 , 0.0 , EQ_7_MIN , EQ_7_MAX , 1 , 1 , false , true , true ) ;
sgtl5000 . setEQFc ( 7 , mapfloat ( configuration . fx . eq_7 , EQ_7_MIN , EQ_7_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . setEQFc ( 7 , mapfloat ( configuration . fx . eq_7 , EQ_7_MIN , EQ_7_MAX , - 1.0 , 1.0 ) ) ;
sgtl5000 . commitFilter ( 7 ) ;
}
}
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********
if ( LCDML . FUNC_close ( ) ) // ****** STABLE END *********