@lambda-musika/musika - v0.1.0
Lambda Musika
Preparing search index...
Music
accidental
Variable accidental
Const
accidental
:
{
""
:
0
;
"#"
:
1
;
"##"
:
2
;
"♭"
:
-1
;
"♭♭"
:
-2
;
"♮"
:
0
;
"♯"
:
1
;
"♯♯"
:
2
;
"𝄪"
:
2
;
"𝄫"
:
-2
;
b
:
-1
;
bb
:
-2
;
}
= ...
Maps accidental symbols (♭, ♯, etc.) to their corresponding semitone adjustments.
Type Declaration
Readonly
:
0
Readonly
#
:
1
Readonly
##
:
2
Readonly
♭
:
-1
Readonly
♭♭
:
-2
Readonly
♮
:
0
Readonly
♯
:
1
Readonly
♯♯
:
2
Readonly
𝄪
:
2
Readonly
𝄫
:
-2
Readonly
b
:
-1
Readonly
bb
:
-2
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Lambda Musika
@lambda-musika/musika - v0.1.0
Loading...
Maps accidental symbols (♭, ♯, etc.) to their corresponding semitone adjustments.