* AUTOCAL is available for each ADJUST menu page. With cursor on THR or MAX bar, press UP and DOWN buttons at the same time (and keep off the sensors being calibrated). AUTOCAL will be displayed for two seconds, then updated settings will be shown.

[removed for now - needs work] * Experimental breath controlled harmonic series (BRTH HARM and BR HM SEL settings). Like the lip sensor harmonics function, this shifts the fingered note up the harmonic series. For improved switching speed, try turning down the key deglitch time. (If this function is to be kept, I will probably need to tweak it quite a bit. Tongueing into higher notes and releasing them does not work well currently.)
This commit is contained in:
Johan Berglund 2020-08-21 07:49:36 +02:00
parent ee438c200d
commit c2d429c3f7
10 changed files with 11142 additions and 19 deletions

View file

@ -84,8 +84,10 @@
#define PORTLIMIT_ADDR 162
#define LEVER_THR_ADDR 164
#define LEVER_MAX_ADDR 166
#define BRHARMSET_ADDR 168
#define BRHARMSEL_ADDR 170
#define EEPROM_SIZE 168 //Last address +2
#define EEPROM_SIZE 172 //Last address +2
//DAC output modes
@ -102,7 +104,7 @@
//"factory" values for settings
#define EEPROM_VERSION 40
#define EEPROM_VERSION 41
#define BREATH_THR_FACTORY 1400
#define BREATH_MAX_FACTORY 4000
@ -178,6 +180,8 @@
#define BRINTERV_FACTORY 6
#define OTFKEY_FACTORY 0
#define PORTLIMIT_FACTORY 127
#define BRHARMSET_FACTORY 0
#define BRHARMSEL_FACTORY 0
#define NO_CHECKSUM 0x7F007F00