@libraz/libcantus - v0.9.3
GitHub
npm
Preparing search index...
ArrangementTrack
Type Alias ArrangementTrack
One input track: its notes plus optional name and role.
type
ArrangementTrack
=
{
name
?:
string
;
role
?:
TrackRole
;
notes
:
NoteEvent
[]
;
}
Index
Properties
name?
role?
notes
Properties
Optional
name
name
?:
string
Optional
role
role
?:
TrackRole
notes
notes
:
NoteEvent
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
role
notes
GitHub
npm
@libraz/libcantus - v0.9.3
Loading...
One input track: its notes plus optional name and role.