Advertisement
Guest User

modes

a guest
Dec 11th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. scales: [
  2. { name: "Major scales", scales: [
  3. { name: "Standard major", notes: [1,3,5,6,8,10,12] },
  4. { name: "Pentatonic major", notes: [1,3,5,8,10] },
  5. { name: "Blues major", notes: [1,4,6,7,8,10] },
  6. ]},
  7. { name: "Minor scales", scales: [
  8. { name: "Standard minor scale", notes: [1,3,4,6,8,9,11] },
  9. { name: "Melodic minor scale", notes: [1,3,4,6,8,10,12] },
  10. { name: "Harmonic minor", notes: [1,3,4,6,8,9,12] },
  11. { name: "Pentatonic minor", notes: [1,4,6,8,11] },
  12. { name: "Blues minor", notes: [1,4,6,7,8,11] },
  13. ]},
  14. { name: "Symmetric scales", scales: [
  15. { name: "Augmented", notes: [1,4,5,8,9,12] },
  16. { name: "Be-Bop", notes: [1,3,5,6,8,10,11,12] },
  17. { name: "Chromatic (12 steps)", notes: [1,2,3,4,5,6,7,8,9,10, 11,12] },
  18. { name: "Whole-Half", notes: [1,3,4,6,7,9,10,12] },
  19. { name: "Half-Whole", notes: [1,2,4,5,7,8,10,11] },
  20. { name: "Whole Tone", notes: [1,3,5,7,9,11] },
  21. { name: "Augmented fifth", notes: [1,3,5,6,8,9,10,12] },
  22. ]},
  23. { name: "Exotiques scales", scales: [
  24. { name: "Algerian", notes: [1,3,4,7,8,9,12] },
  25. { name: "Arabian", notes: [1,3,5,6,7,9,11] },
  26. { name: "Balinese", notes: [1,2,4,8,9] },
  27. { name: "Bartok", notes: [1,3,5,7,8,10,11] },
  28. { name: "Byzantine", notes: [1,2,5,6,8,9,12] },
  29. { name: "Chinese", notes: [1,3,5,8,10] },
  30. { name: "Egyptian", notes: [1,3,6,8,11] },
  31. { name: "Enigmatic", notes: [1,2,5,7,9,11,12] },
  32. { name: "Spanish", notes: [1,2,5,6,8,9,11] },
  33. { name: "Spanish 8 Tone", notes: [1,2,4,5,6,7,9,11] },
  34. { name: "Ethiopian", notes: [1,3,4,6,8,9,11] },
  35. { name: "Gypsy", notes: [1,2,5,6,8,10,11] },
  36. { name: "Hungarian Gypsy", notes: [1,3,4,7,8,9,11] },
  37. { name: "Hindu", notes: [1,3,5,6,8,9,11] },
  38. { name: "Iwato", notes: [1,2,6,7,11] },
  39. { name: "Japanese", notes: [1,2,6,8,9] },
  40. { name: "Javanese", notes: [1,2,4,6,8,10,11] },
  41. { name: "Jewish", notes: [1,2,5,6,8,9,11] },
  42. { name: "Hawaiian", notes: [1,3,4,6,8,10,12] },
  43. { name: "Hirajoshi", notes: [1,3,4,8,9] },
  44. { name: "Hungarian minor", notes: [1,3,4,7,8,9,12] },
  45. { name: "Hungarian major", notes: [1,4,5,7,8,10,11] },
  46. { name: "Kumoi", notes: [1,2,6,8,9] },
  47. { name: "Leading Whole Tone", notes: [1,3,5,7,9,11,12] },
  48. { name: "Mohammedan", notes: [1,3,4,6,8,9,12] },
  49. { name: "Mongolian", notes: [1,3,5,8,10] },
  50. { name: "Neapolitan minor", notes: [1,2,4,6,8,9,12] },
  51. { name: "Neapolitan major", notes: [1,2,4,6,8,10,12] },
  52. { name: "Oriental", notes: [1,2,5,6,7,10,11] },
  53. { name: "Overtone", notes: [1,3,5,7,8,10,11] },
  54. { name: "Pelog", notes: [1,2,4,8,11] },
  55. { name: "Persian", notes: [1,2,5,6,7,9,12] },
  56. ]},
  57. { name: "Modes major scales", scales: [
  58. { name: "Ionian mode", notes: [1,3,5,6,8,10,12] },
  59. { name: "Dorycka modalna", notes: [1,3,4,6,8,10,11] },
  60. { name: "Phrygian mode", notes: [1,2,4,6,8,9,11] },
  61. { name: "Lydian mode", notes: [1,3,5,7,8,10,12] },
  62. { name: "Mixolydian mode", notes: [1,3,5,6,8,10,11] },
  63. { name: "Aeolian mode", notes: [1,3,4,6,8,9,11] },
  64. { name: "Locrian Mode", notes: [1,2,4,6,7,9,11] },
  65. ]},
  66. { name: "Modes mineurs scales", scales: [
  67. { name: "Ionian Harmonic Mode", notes: [1,3,4,6,8,9,12] },
  68. { name: "Locrian Nat 6 Mode", notes: [1,2,4,6,7,10,11] },
  69. { name: "Major Sharp 5 Mode", notes: [1,3,5,6,9,10,12] },
  70. { name: "Dorian Sharp 4 Mode", notes: [1,3,4,7,8,10,11] },
  71. { name: "Phrygian Major Mode", notes: [1,2,5,6,8,9,11] },
  72. { name: "Lydian Sharp 2 mode", notes: [1,4,5,7,8,10,12] },
  73. { name: "Superlocrian Double Flat 7 Mode", notes: [1,2,4,5,7,9,10] },
  74. { name: "Jazz Minor Mode", notes: [1,3,4,6,8,10,12] },
  75. { name: "Dorian b2 Minor Mode", notes: [1,2,4,6,8,10,12] },
  76. { name: "Lydian Augmented Minor Mode", notes: [1,3,5,7,9,10,12] },
  77. { name: "Lydian Flat 7 Minor Mode", notes: [1,3,5,7,8,10,11] },
  78. { name: "Mixolydian Flat 6 Minor Mode", notes: [1,3,5,6,8,9,11] },
  79. { name: "Locrian Sharp 2 Minor Mode", notes: [1,3,4,6,7,9,11] },
  80. { name: "Superlocrian Minor Mode", notes: [1,2,4,5,7,9,11] },
  81. ]},
  82. { name: "Modes Pentatoniques", scales: [
  83. { name: "Pentatonic major mode", notes: [1,3,5,8,10] },
  84. { name: "Pentatonic mode 2", notes: [1,3,6,8,11] },
  85. { name: "Pentatonic mode 3", notes: [1,4,6,9,11] },
  86. { name: "Pentatonic mode 4", notes: [1,3,6,8,10] },
  87. { name: "Pentatonic dominant mode", notes: [1,3,5,8,11] },
  88. { name: "Pentatonic minor mode", notes: [1,4,6,8,11] },
  89. { name: "Altered pentatonic mode", notes: [1,2,5,8,10] },
  90. { name: "Blues mode", notes: [1,4,6,7,8,10] },
  91. ]},
  92. { name: "Arpeggio", scales: [
  93. { name: "Major arpeggio", notes: [1,5,8] },
  94. { name: "Minor arpeggio", notes: [1,4,8] },
  95. { name: "Major 7th major arpeggio", notes: [1,5,8,12] },
  96. { name: "Major 7th minor arpeggio", notes: [1,5,8,11] },
  97. { name: "Minor 7th major arpeggio", notes: [1,4,8,12] },
  98. { name: "Minor 7th minor arpeggio", notes: [1,4,8,11] },
  99. { name: "Major 9th arpeggio", notes: [1,3,5,8,11] },
  100. { name: "Minor 9th arpeggio", notes: [1,3,4,8,11] },
  101. { name: "Major 11th arpeggio", notes: [1,3,5,6,8,11] },
  102. { name: "Minor 11th arpeggio", notes: [1,3,4,6,8,11] },
  103. { name: "Major 13th arpeggio", notes: [1,3,5,6,8,10,11] },
  104. { name: "Minor 13th arpeggio", notes: [1,3,4,6,8,10,11] },
  105. { name: "Augmented Arpeggio", notes: [1,5,9] },
  106. { name: "Diminished Arpeggio", notes: [1,4,7,10] },
  107. ]},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement