//sgtl5000.enhanceBass(1.0, 1.5, 0, 5); // enhanceBass(1.0, 1.0, 1, 2); // Configures the bass enhancement by setting the levels of the original stereo signal and the bass-enhanced mono level which will be mixed together. The high-pass filter may be enabled (0) or bypassed (1).
//sgtl5000.enhanceBass(1.0, 1.5, 0, 5); // enhanceBass(1.0, 1.0, 1, 2); // Configures the bass enhancement by setting the levels of the original stereo signal and the bass-enhanced mono level which will be mixed together. The high-pass filter may be enabled (0) or bypassed (1).
//sgtl5000.surroundSoundEnable();
//sgtl5000.surroundSoundEnable();
@ -663,7 +664,7 @@ void loop()
if(seq_step!=seq_UI_last_step)
if(seq_step!=seq_UI_last_step)
{
{
seq_UI_last_step=seq_step;
seq_UI_last_step=seq_step;
if(LCDML.FUNC_getID()==LCDML.OTHER_getIDFromFunction(UI_func_sequencer))//is in UI of Sequencer
if(LCDML.FUNC_getID()==LCDML.OTHER_getIDFromFunction(UI_func_seq_pattern_editor))//is in UI of Sequencer