Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Type
Music
Can load the following formats: MP3, OGG, MIDI, XM, MOD, and a variety of other tracker formats. Music, unlike Sound, isn't fully decoded and expanded into memory when the game loads; decoding takes place during run-time.

Note that the Music object itself has no functions; it is only used as a handle.
Functions