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

Dateien hochladen nach „“

pull/88/head
positionhigh 4 years ago
parent a10e504da0
commit d696d57331
  1. 2
      UI.hpp

@ -75,7 +75,7 @@ extern uint8_t seq_data[10][16];
extern uint8_t seq_vel[10][16];
extern uint8_t seq_patternchain[4][4];
extern uint8_t seq_content_type[10];
extern uint8_t seq_track_type[];
extern uint8_t seq_track_type[4];
extern uint8_t seq_step;
extern uint8_t seq_chord_key_ammount;
extern int seq_tempo_ms;

Loading…
Cancel
Save