vx.MusicAs this is an internal object, you cannot create your own music instance. This just represents the type of an object in the vx library. Just use the variable vx.music to use this.
For more sophisticated music handling, use vx.Song instead.
vx.Music:Play(filename)
vx.Music:Stop()
vx.Music:SetVolume(volume)