Skip to content

Commit

Permalink
Adds quantize sync to the arps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quixotic7 committed Feb 29, 2024
1 parent 0008d79 commit 91b52d7
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 95 deletions.
4 changes: 2 additions & 2 deletions OMX-27-firmware/src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#include "consts/consts.h"

const OMXMode DEFAULT_MODE = MODE_MIDI;
const uint8_t EEPROM_VERSION = 34;
const uint8_t EEPROM_VERSION = 35;

// v30 - adds storage to header for velocity
// v31 - adds storage for drums
// v32 - adds mfx chord saves
// v33 - adds mfx selector saves
// v34 - adds mfx repeat saves
// - added global quant rate to header, keeping version, but value will be random
// v35 - adds quantize rate to arps, added global quant rate to header

// DEFINE CC NUMBERS FOR POTS // CCS mapped to Organelle Defaults
const int CC1 = 21;
Expand Down
Loading

0 comments on commit 91b52d7

Please sign in to comment.