@libraz/libcantus - v0.9.3
GitHub
npm
Preparing search index...
BassSegment
Type Alias BassSegment
A chord sounding over a half-open beat span
[startBeat, endBeat)
.
type
BassSegment
=
{
startBeat
:
number
;
endBeat
:
number
;
chord
:
ChordData
;
}
Index
Properties
start
Beat
end
Beat
chord
Properties
start
Beat
startBeat
:
number
end
Beat
endBeat
:
number
chord
chord
:
ChordData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
Beat
end
Beat
chord
GitHub
npm
@libraz/libcantus - v0.9.3
Loading...
A chord sounding over a half-open beat span
[startBeat, endBeat).