dev
Preparing search index...
KeyManager
Class KeyManager
Index
Constructors
constructor
Properties
key
key
Parts
key
String
music
original
Scale
Map
By
Value
scale
scale
Map
scale
Map
By
Value
Methods
get
Accidental
get
Key
reset
select
Note
set
Key
Constructors
constructor
new
KeyManager
(
key
:
string
)
:
KeyManager
Parameters
key
:
string
Returns
KeyManager
Properties
Protected
key
key
:
string
Protected
key
Parts
keyParts
:
KeyParts
Protected
key
String
keyString
:
string
Protected
music
music
:
Music
Protected
original
Scale
Map
By
Value
originalScaleMapByValue
:
Record
<
number
,
string
>
Protected
scale
scale
:
number
[]
Protected
scale
Map
scaleMap
:
Record
<
string
,
string
>
Protected
scale
Map
By
Value
scaleMapByValue
:
Record
<
number
,
string
>
Methods
get
Accidental
getAccidental
(
key
:
string
,
)
:
{
accidental
?:
string
;
change
?:
boolean
;
note
:
string
}
Parameters
key
:
string
Returns
{
accidental
?:
string
;
change
?:
boolean
;
note
:
string
}
get
Key
getKey
()
:
string
Returns
string
reset
reset
()
:
this
Returns
this
select
Note
selectNote
(
note
:
string
)
:
{
accidental
?:
string
;
change
:
boolean
;
note
:
string
}
Parameters
note
:
string
Returns
{
accidental
?:
string
;
change
:
boolean
;
note
:
string
}
set
Key
setKey
(
key
:
string
)
:
this
Parameters
key
:
string
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
key
Parts
key
String
music
original
Scale
Map
By
Value
scale
scale
Map
scale
Map
By
Value
Methods
get
Accidental
get
Key
reset
select
Note
set
Key
dev
Loading...