Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/c56acc5cd6bd6de1a2d5184d91798ab6c81c4322?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Dateien hochladen nach „“

pull/107/head
positionhigh 4 years ago
parent 38085f1a29
commit c56acc5cd6
  1. 2
      sequencer.cpp

@ -39,7 +39,7 @@ void sequencer_part1(void)
for (uint8_t d = 0; d < NUM_SEQ_TRACKS; d++) for (uint8_t d = 0; d < NUM_SEQ_TRACKS; d++)
{ {
if (seq_patternchain[seq_chain_active_step][d] != 99 ) // sequence not empty if (seq_patternchain[seq_chain_active_step][d] < NUM_SEQ_PATTERN ) // sequence not empty or muted
{ {
if ( seq_track_type[d] == 0) if ( seq_track_type[d] == 0)
{ // drum track (drum samples and pitched one-shot samples) { // drum track (drum samples and pitched one-shot samples)

Loading…
Cancel
Save