@@ -58,29 +58,29 @@ local dialModeData={
58
58
[' #' ]= {text = ' #' ,notes = {{- 941 / 220 ,1 ,160 ,62 },{- 1477 / 220 ,1 ,160 ,62 }}},
59
59
},
60
60
chord = {
61
- [' 1' ]= {text = ' D' ,notes = {{' F#4 ' ,1 ,355 ,2600 },{' A4 ' ,1 ,355 ,2600 },{' D5 ' ,1 ,355 ,2600 }}},
62
- [' 2' ]= {text = ' C' ,notes = {{' G4 ' ,1 ,355 ,2600 },{' C5 ' ,1 ,355 ,2600 },{' E5 ' ,1 ,355 ,2600 }}},
63
- [' 3' ]= {text = ' A' ,notes = {{' A4 ' ,1 ,355 ,2600 },{' C#5 ' ,1 ,355 ,2600 },{' E5 ' ,1 ,355 ,2600 }}},
64
- [' 4' ]= {text = ' F' ,notes = {{' F4 ' ,1 ,355 ,2600 },{' A4 ' ,1 ,355 ,2600 },{' C5 ' ,1 ,355 ,2600 }}},
65
- [' 5' ]= {text = ' G' ,notes = {{' G4 ' ,1 ,355 ,2600 },{' B4 ' ,1 ,355 ,2600 },{' D5 ' ,1 ,355 ,2600 }}},
66
- [' 6' ]= {text = ' Am' ,notes = {{' A4 ' ,1 ,355 ,2600 },{' C5 ' ,1 ,355 ,2600 },{' E5 ' ,1 ,355 ,2600 }}},
67
- [' 7' ]= {text = ' Dm' ,notes = {{' F4 ' ,1 ,355 ,2600 },{' A4 ' ,1 ,355 ,2600 },{' D5 ' ,1 ,355 ,2600 }}},
68
- [' 8' ]= {text = ' Em' ,notes = {{' G4 ' ,1 ,355 ,2600 },{' B4 ' ,1 ,355 ,2600 },{' E5 ' ,1 ,355 ,2600 }}},
69
- [' 9' ]= {text = ' E' ,notes = {{' G#4 ' ,1 ,355 ,2600 },{' B4 ' ,1 ,355 ,2600 },{' E5 ' ,1 ,355 ,2600 }}},
61
+ [' 1' ]= {text = ' D' ,notes = {{' F#3 ' ,1 ,355 ,2600 },{' A3 ' ,1 ,355 ,2600 },{' D4 ' ,1 ,355 ,2600 }}},
62
+ [' 2' ]= {text = ' C' ,notes = {{' G3 ' ,1 ,355 ,2600 },{' C4 ' ,1 ,355 ,2600 },{' E4 ' ,1 ,355 ,2600 }}},
63
+ [' 3' ]= {text = ' A' ,notes = {{' A3 ' ,1 ,355 ,2600 },{' C#4 ' ,1 ,355 ,2600 },{' E4 ' ,1 ,355 ,2600 }}},
64
+ [' 4' ]= {text = ' F' ,notes = {{' F3 ' ,1 ,355 ,2600 },{' A3 ' ,1 ,355 ,2600 },{' C4 ' ,1 ,355 ,2600 }}},
65
+ [' 5' ]= {text = ' G' ,notes = {{' G3 ' ,1 ,355 ,2600 },{' B3 ' ,1 ,355 ,2600 },{' D4 ' ,1 ,355 ,2600 }}},
66
+ [' 6' ]= {text = ' Am' ,notes = {{' A3 ' ,1 ,355 ,2600 },{' C4 ' ,1 ,355 ,2600 },{' E4 ' ,1 ,355 ,2600 }}},
67
+ [' 7' ]= {text = ' Dm' ,notes = {{' F3 ' ,1 ,355 ,2600 },{' A3 ' ,1 ,355 ,2600 },{' D4 ' ,1 ,355 ,2600 }}},
68
+ [' 8' ]= {text = ' Em' ,notes = {{' G3 ' ,1 ,355 ,2600 },{' B3 ' ,1 ,355 ,2600 },{' E4 ' ,1 ,355 ,2600 }}},
69
+ [' 9' ]= {text = ' E' ,notes = {{' G#3 ' ,1 ,355 ,2600 },{' B3 ' ,1 ,355 ,2600 },{' E4 ' ,1 ,355 ,2600 }}},
70
70
[' *' ]= {text = ' Inst.' },
71
71
[' 0' ]= {text = ' 8va' },
72
72
[' #' ]= {text = ' Notes' },
73
73
},
74
74
simple = {
75
- [' 1' ]= {text = ' F4 ' ,notes = {{' F4 ' ,1 ,260 ,1260 }}},
76
- [' 2' ]= {text = ' G4 ' ,notes = {{' G4 ' ,1 ,260 ,1260 }}},
77
- [' 3' ]= {text = ' A4 ' ,notes = {{' A4 ' ,1 ,260 ,1260 }}},
78
- [' 4' ]= {text = ' B4 ' ,notes = {{' B4 ' ,1 ,260 ,1260 }}},
79
- [' 5' ]= {text = ' C5 ' ,notes = {{' C5 ' ,1 ,260 ,1260 }}},
80
- [' 6' ]= {text = ' D5 ' ,notes = {{' D5 ' ,1 ,260 ,1260 }}},
81
- [' 7' ]= {text = ' E5 ' ,notes = {{' E5 ' ,1 ,260 ,1260 }}},
82
- [' 8' ]= {text = ' F5 ' ,notes = {{' F5 ' ,1 ,260 ,1260 }}},
83
- [' 9' ]= {text = ' G5 ' ,notes = {{' G5 ' ,1 ,260 ,1260 }}},
75
+ [' 1' ]= {text = ' F3 ' ,notes = {{' F3 ' ,1 ,260 ,1260 }}},
76
+ [' 2' ]= {text = ' G3 ' ,notes = {{' G3 ' ,1 ,260 ,1260 }}},
77
+ [' 3' ]= {text = ' A3 ' ,notes = {{' A3 ' ,1 ,260 ,1260 }}},
78
+ [' 4' ]= {text = ' B3 ' ,notes = {{' B3 ' ,1 ,260 ,1260 }}},
79
+ [' 5' ]= {text = ' C4 ' ,notes = {{' C4 ' ,1 ,260 ,1260 }}},
80
+ [' 6' ]= {text = ' D4 ' ,notes = {{' D4 ' ,1 ,260 ,1260 }}},
81
+ [' 7' ]= {text = ' E4 ' ,notes = {{' E4 ' ,1 ,260 ,1260 }}},
82
+ [' 8' ]= {text = ' F4 ' ,notes = {{' F4 ' ,1 ,260 ,1260 }}},
83
+ [' 9' ]= {text = ' G4 ' ,notes = {{' G4 ' ,1 ,260 ,1260 }}},
84
84
[' *' ]= {text = ' Inst.' },
85
85
[' 0' ]= {text = ' 8va' },
86
86
[' #' ]= {text = ' Chords' },
@@ -101,7 +101,6 @@ local codes={
101
101
' 7126' ,
102
102
' 63232' ,
103
103
' 6323' ,
104
- ' 123456' ,
105
104
' 1155665' ,
106
105
' 1235789' ,
107
106
' 22884646' ,
@@ -144,7 +143,7 @@ function scene.load()
144
143
rec ,recTimer = ' ' ,2.6
145
144
if SCN .stackChange > 0 then
146
145
dialMode ,transTimer = false ,PROGRESS .getSecret (' dial_enter' ) and 6.26 or 26
147
- mode ,instrument ,octave_plus = ' normal' ,' organ ' ,false
146
+ mode ,instrument ,octave_plus = ' normal' ,' complex ' ,false
148
147
end
149
148
scene .widgetList .musicroom :setVisible (mode ~= ' normal' and mode ~= ' dial' )
150
149
BG .set (' none' )
0 commit comments