@libraz/libcantus - v0.9.3
GitHub
npm
Preparing search index...
SafetyQuery
Type Alias SafetyQuery
Everything needed to evaluate one candidate pitch.
type
SafetyQuery
=
{
profile
:
SafetyProfile
;
candidatePitch
:
number
;
prevPitch
?:
number
;
chord
:
ChordData
|
null
;
key
:
KeyScale
;
otherVoices
:
VoiceSnapshot
[]
;
strongBeat
:
boolean
;
vocalLow
?:
number
;
vocalHigh
?:
number
;
}
Index
Properties
profile
candidate
Pitch
prev
Pitch?
chord
key
other
Voices
strong
Beat
vocal
Low?
vocal
High?
Properties
profile
profile
:
SafetyProfile
candidate
Pitch
candidatePitch
:
number
Optional
prev
Pitch
prevPitch
?:
number
chord
chord
:
ChordData
|
null
key
key
:
KeyScale
other
Voices
otherVoices
:
VoiceSnapshot
[]
strong
Beat
strongBeat
:
boolean
Optional
vocal
Low
vocalLow
?:
number
Optional
vocal
High
vocalHigh
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
profile
candidate
Pitch
prev
Pitch
chord
key
other
Voices
strong
Beat
vocal
Low
vocal
High
GitHub
npm
@libraz/libcantus - v0.9.3
Loading...
Everything needed to evaluate one candidate pitch.