Documentation
¶
Index ¶
Constants ¶
View Source
const ( MetaTextKey = "txt" MetaLyricKey = "lic" MetaMarkerKey = "mrk" MetaBPMKey = "bpm" MetaVelocityKey = "vel" MetaMeterKey = "mtr" MetaKeyKey = "key" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChordMetaTextMotifier ¶
type ChordMetaTextMotifier struct {
// contains filtered or unexported fields
}
func NewChordMetaTextMofidier ¶
func NewChordMetaTextMofidier(symbolSep, slashSep string) *ChordMetaTextMotifier
func (ChordMetaTextMotifier) Modify ¶
func (m ChordMetaTextMotifier) Modify(v *Instance) error
type Instance ¶
type Instance struct {
Chord *Chord `yaml:"chord,omitempty"`
Values []note.Value `yaml:"values"`
BPM *op.BPM `yaml:"bpm,omitempty"`
Velocity *op.DynamicSign `yaml:"velocity,omitempty"`
Meter *op.Meter `yaml:"meter,omitempty"`
Key *op.Key `yaml:"key,omitempty"`
Meta *op.Meta `yaml:"meta,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.