File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/fretonator-web/src/app/common/fretonator/scale-map Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ <h2 class="infoBlock__title">About Theoretical Scales
61
61
one double flat (𝄫) or double sharp (x).</ p >
62
62
< p class ="infoBlock__copy "> {{modeDisplayString}} is a theoretical scale and looks unnecessarily complicated. We can
63
63
make things simpler!</ p >
64
- < p class ="infoBlock__copy "> Switch to the enharmonic equivalent note of {{scale [0] | getEnharmonicEquivalent }} to make
64
+ < p class ="infoBlock__copy "> Switch to the enharmonic equivalent note of {{modeMap [0].displayName | getEnharmonicEquivalent }} to make
65
65
the notes easier to read. (It'll sound exactly the same!)</ p >
66
66
< a class ="actionButton "
67
67
(click) ="toggleTheoreticalScaleInfo() "
68
68
[routerLink] ="note | getEnharmonicRouterLink: noteExtenderString: mode "
69
- > Switch to {{scale[0] | getEnharmonicEquivalent }}</ a >
69
+ > Switch to {{modeMap[0].displayName | getEnharmonicEquivalent }}</ a >
70
+
70
71
</ div >
71
72
72
73
< div class ="infoBlock infoBlock--scaleDegrees "
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export class ScaleMapComponent {
22
22
@Input ( ) note : string ;
23
23
@Input ( ) noteExtenderString : string ;
24
24
@Input ( ) modeMap : ModeMap ;
25
- @Input ( ) scale : Scale ;
26
25
@Input ( ) isTheoretical : boolean ;
27
26
@Input ( ) modeDisplayString : string ;
28
27
You can’t perform that action at this time.
0 commit comments