SongPart

Wrapper around a song part.

Constructors

this
this(SongPartTitle title)

Creates a new song part.

Members

Functions

addTrack
void addTrack(SongTrack track)

Adds a track to the song part.

toJson
string toJson()

Converts the song part to json.

toString
string toString()

Converts the song part to string. Calls toJson().

toXml
string toXml()

Converts the song part to xml.

Properties

bar
size_t bar [@property getter]

Gets the bar of the song part.

bar
size_t bar [@property setter]

Sets the bar of the song part.

title
SongPartTitle title [@property getter]

Gets the title of the song part.

tracks
InternalCollection!SongTrack tracks [@property getter]

Gets the tracks of the song part.

Meta