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
A tool for visualizing the harmony of the sound using virtual overtones based on MIDI input.
@@ -31,20 +33,30 @@ Follow the steps below to execute the Python code of the Feature Visualizer.
31
33
32
34
## How to use
33
35
34
-
Connect your MIDI keyboard to your PC and launch the app.
36
+
If a MIDI keyboard is available, connect the MIDI keyboard to your PC and launch the app.
35
37
36
-
When you play a note with the MIDI keyboard, the notes you play are displayed in different colors on the keyboard for each note name. For example, Do is displayed in red, and So is displayed in blue which is a little closer to green.
38
+
When you play a note with the MIDI keyboard or click on the keyboard, the notes you play are displayed in different colors on the keyboard for each note name. For example, Do is displayed in red, and So is displayed in blue which is a little closer to green.
37
39
38
40
Above the keyboard display, a vertical line is displayed to indicate the volumme of the virtual overtones. For example, if you play Do, a vertical line indicating the second overtone is displayed at the Do position one octave higher, and the third overtone is displayed at the So position.
39
41
40
42
If you input two or more sounds at the same time and the overtones are in harmony with each other, the overtones that are in harmony with the input sound are connected by a curve. The numbers on the curve indicate which overtones are in harmony.
41
43
42
44
The graph on the upper left shows the volume of each overtone as a polar coordinate graph with a radius as a pitch and an angle that makes one round in one octave.
43
45
46
+
To hold the display, press the CTRL key on your computer keyboard or press the damper pedal on your MIDI keyboard.
47
+
44
48
Play your favorite songs and visually enjoy the harmony of the overtones!
0 commit comments