Dateien hochladen nach „“

pull/109/head
positionhigh 3 years ago
parent 0fbadbac92
commit ad95a78c97
  1. 4
      UI.hpp
  2. 8
      config.h

@ -5225,7 +5225,7 @@ void UI_func_seq_pattern_editor(uint8_t param)
seq_note_in = 0;
} else if (seq_running == true && seq_recording == true)
{
handleStop();
handleStop();
}
} else if ( seq_menu == 2 && seq_active_function != 40)
{
@ -5709,7 +5709,7 @@ void UI_func_arpeggio(uint8_t param)
if (seq_running) {
seq_running = !seq_running;
handleStop();
handleStop();
arp_refresh_display_play_status();
seq_step = 0;
arp_octave = 0;

@ -119,15 +119,15 @@
#define DRUM_MIDI_CHANNEL 10
// NUMBER OF SAMPLES IN DRUMSET
#if defined(ARDUINO_TEENSY41)
#if defined(ARDUINO_TEENSY41)
#define NUM_DRUMSET_CONFIG 71
#elif defined(TEENSY4)
#define NUM_DRUMSET_CONFIG 47
#define NUM_DRUMSET_CONFIG 47
#else
#define NUM_DRUMSET_CONFIG 22
#define NUM_DRUMSET_CONFIG 22
#endif
// SEQUENCER
// SEQUENCER
#ifdef TEENSY4
#define NUM_SEQ_PATTERN 24

Loading…
Cancel
Save