You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
447B

  1. [
  2. {
  3. "comment1": "To use custom tunings with the SubmarineFree WK modules",
  4. "comment2": "Copy this template file and name it WK_Custom.tunings",
  5. "comment3": "Each entry has a name and an array of 12 values",
  6. "comment4": "Each value is the offset in cents."
  7. "name": "Custom",
  8. "tunings": [0,1.5,2.5,3.5,4.5,5.5,-6.5,-7.5,8.5,9.5,10.5,11.872]
  9. },
  10. {
  11. "name": "Custom2",
  12. "tunings": [11,10,9,8,7,6,5,4,3,2,1,0]
  13. }
  14. ]