You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ pip install -r requirements.txt
48
48
49
49
### Layout
50
50
51
-
Each row consists of a whole tone scale, separated by 4ths, which cause the rows to alternate. It sounds strange at first but because of the layout's relation to the circle of 5ths, it makes a number of things easier to play and remember than the default chromatic layout. It's much easier to demonstrate than it is to explain, so let's begin!
51
+
Each row consists of a whole tone scale, separated by 4ths, which cause the rows to alternate. It sounds strange at first but because of the layout's relation to the circle of 5ths, it makes a number of things easier to play and remember than the default chromatic layout.
52
52
53
53
### Basic Scales
54
54
@@ -82,9 +82,6 @@ Melodic minor has a "2-5" pattern:
82
82
12
83
83
```
84
84
85
-
You may notice that based on your starting note, the further left you go, the brighter the scale, and the further right,
86
-
the darker the scale. This is because the alternating whole tone layout resembles a staggered circle of 5ths which corresponds with musical brightness.
87
-
88
85
## Basic Chord Shapes
89
86
90
87
The symbol 'o' is used for a pressed note to show the shape:
@@ -129,8 +126,24 @@ o
129
126
o o
130
127
```
131
128
132
-
Another interesting thing about this layout on the Linnstrument is you can walk up and down while holding major and minor 3rd intervals within a scale without lifting your fingers.
133
-
This technique is most useful for a piano sound or something where pitch shifting is disabled.
129
+
## Circle of 5ths
130
+
131
+
### Key Signature
132
+
133
+
A benefit of this layout is the ability to identify and switch key signatures easily based on position. As you shift to the left, you add flats. To the right, you add sharps. You walk these in a zig-zag motion between both whole tone scales. Follow the shape of these numbers to see the pattern (from 1 to 7).
134
+
135
+
```
136
+
2468
137
+
1357
138
+
```
139
+
140
+
If note 1 is C (no sharps or flats in key signature), moving to 3 adds 2 sharps to the key signature. Simiarly if you're moving from 3 to 1, it adds two flats (or subtracts sharps).
141
+
142
+
### Brightness
143
+
144
+
Since the layout resembles the circle of 5ths, the further right you go from your tonic, the brighter than sound. The further left, the darker the sound. This is because the layout resembles a staggered circle of 5ths which corresponds with musical brightness.
145
+
146
+
If you take the 3-4 pattern described above and shift your tonic inside of it, the further the tonic is to the left, the brighter the mode, from lydian all the way to locrian (left to right). This happens with other scale shapes as well.
0 commit comments