Configurations in config file #70
Replies: 2 comments
-
Sorry... I kinda took the weekend off from doing anything. I saw you mentioned the 1-6 mapping on Facebook, too. Can you show me a pic of the keybox itself, and the key array you're using, and which ones you want to be 1-6? |
Beta Was this translation helpful? Give feedback.
-
Sorted, I need to update my keymap drawings to include the key index as well as each key's note, key no and teensy pin. But here are the corrected arrays for the 3 layouts I currently have, there will be a 4th the moraharpa, one day // KEYBOX VARIABLES: DJ Added a few /* // This is literally just the size of the above array minus one. I need this as a const to // These control which buttons on the keybox have the roles of the X, O, 1-6, etc. buttons. /* const int num_keys = 31; const int BACK_INDEX = 0; //Nyckelharpa 3 Row 35 Key const int num_keys = 35; const int BACK_INDEX = 14; //Top Row Left |
Beta Was this translation helpful? Give feedback.
-
I have been using additional key layout for my 31 key tenor now in a modified file, so I only need to add it to the folder before compiling.
My config file also includes the remapping of button 6
Next work in progress is adding the alternative key layouts for my 36 key digiharpa and 26 key digimora ,
They will be commented out as needed.
The fun part is establishing the buttons 1 to 6 , I think I’ll be asking questions later..in short on the Harpa the keys are set chromatically the three rows act on each of the three strings, top row highest string to bottom row to third string, 4th string is just a drone until I build the 4 row version!
Tunings will also need to be adjusted and added too.
Beta Was this translation helpful? Give feedback.
All reactions