@onjmin/dtm
Preparing search index...
resolveComposeScale
Function resolveComposeScale
resolveComposeScale
(
choice
:
string
|
undefined
,
minorKey
:
boolean
,
rnd
?:
()
=>
number
,
)
:
ComposeScale
音階の指定(
"auto"
|
"any"
| 音階ID)を解決する。
"auto"
(既定)… 従来通り。長調なら陽音階、短調なら民謡音階
"any"
… 全音階から抽選
音階ID … その音階を使う
Parameters
choice
:
string
|
undefined
minorKey
:
boolean
rnd
:
()
=>
number
= Math.random
Returns
ComposeScale
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@onjmin/dtm
Loading...
音階の指定(
"auto"|"any"| 音階ID)を解決する。"auto"(既定)… 従来通り。長調なら陽音階、短調なら民謡音階"any"… 全音階から抽選