Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Song ¶
type Song struct {
Dir string
SourceFile string
Title string
Artist string
SoundFile string
BPM float32
Gap float32
CoverPath string
BackgroundPath string
VideoPath string
VideoGap float32
Genre string
Edition string
Creator string
Language string
Year int
Start float32
End int
Resolution int
NotesGap int
Relative bool
Encoding Encoding
PreviewStart float32
MedleyStartBeat int
MedleyEndBeat int
CalcMedley bool
DuetSingerP1 string
DuetSingerP2 string
CustomTags []Tag
Notes []string
}
Click to show internal directories.
Click to hide internal directories.