Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/b3f13f3182f31527493c178857100fc1f652c240 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Dateien hochladen nach „“

pull/66/head
positionhigh 4 years ago
parent 176b26db51
commit b3f13f3182
  1. 9
      UI.hpp

@ -4413,7 +4413,7 @@ void UI_func_sequencer(uint8_t param)
lcd.print("Swap Pattern:");
temp_int = seq_active_track + 1;
if (temp_int > 9)temp_int = 0;
seq_menu = 32;
seq_menu = 30;
//seq_printAllSeqSteps();
} else if ( (seq_content_type[seq_active_track] == 0 && activesample == NUM_DRUMSET_CONFIG + 2) || (seq_content_type[seq_active_track] == 1 && temp_int == 112) )
@ -4627,6 +4627,13 @@ void UI_func_sequencer(uint8_t param)
lcd.print(seq_find_shortname(seq_menu - 2)[0]);
}
}
lcd.setCursor(0, 1);
lcd.print(activesample);
lcd.setCursor(7, 1);
lcd.print(seq_menu);
if (LCDML.FUNC_close()) // ****** STABLE END *********
{
encoderDir[ENC_R].reset();

Loading…
Cancel
Save