* New quarter tone setting for Pinky Key (NuEVI) and Mod Key (NuRAD) – QTN. This makes the Pinky/Mod key a key for playing one quarter tone down using pitchbend (MIDI) or directly affecting the built in note CV output (using CV module or NuEVI CV/Plus). Pitch bend range for MIDI synth needs to be two semitones up/dn (or compensated for in pitch bend divider setting in the controller to make the resulting range two semitones up/dn). On NuRAD, it is recommended to set the 3rd LH Pinky key (EXTRA PKEY setting) to mirror MOD key for playablility.
* Changes to extra controller harmonics settings (experimental). Reverse direction options (ending with an ‘R’) available following the ones going up. This can be used with experimental mouthpieces where increased lip tension creates less touched sensor area.
This commit is contained in:
parent
35a5943998
commit
c8bd07799a
8 changed files with 11525 additions and 19 deletions
|
@ -26,6 +26,7 @@
|
|||
#define LVLP 28
|
||||
#define GLD 29
|
||||
#define ECH 30
|
||||
#define QTN 31
|
||||
|
||||
#define HOF 0
|
||||
#define MGR 1
|
||||
|
@ -162,6 +163,7 @@ extern int exSensor;
|
|||
extern int exSensorIndicator;
|
||||
|
||||
extern int pitchBend;
|
||||
extern int pbSend;
|
||||
|
||||
extern int pbUp;
|
||||
extern int pbDn;
|
||||
|
@ -214,6 +216,7 @@ extern byte K6; // Trill key 2 (pitch change +1)
|
|||
extern byte K7; // Trill key 3 (pitch change +4)
|
||||
|
||||
extern byte halfPitchBendKey;
|
||||
extern byte quarterToneTrigger;
|
||||
extern byte specialKey;
|
||||
extern byte pinkyKey;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue