WineHQ
Category: Main Multimedia Audio Ableton Live

Ableton Live

Ableton Live is the music-production solution that allows you to spontaneously compose, record, remix, improvise and edit your musical ideas. Live brings your acoustic, electronic and virtual instruments, as well as your digital audio recordings, together in a single interface with unparalleled ease of use. In the end, Live lets you focus on what really matters: your music.

Application Details:

Developer: Ableton
URL: http://www.ableton.com/

Super Maintainers: About Maintainership

No maintainers. Volunteer today!

Link Download demo

For more details and user comments, view the versions of this application

VersionDescriptionLatest RatingLatest Wine version testedTest resultsComments
10.xAbleton Live 10.0.5 Is a Music Making Application Or DAW used by many professionals such as Marshmello, Skrillex, Virtual Riot and many others.Gold4.18-staging30
10.xAbleton Live (Trial) 64 BitSilver5.1820
11.2.6Nearly flawless 64bit latest working on latest wine. How to install Ableton Live latest 11.2.6 on LinuxPlatinum7.2210
11.x.xhttps://www.ableton.com/en/rel...Gold8.9-staging70
5.xVersion 5.xBronze0.9.15.20
6.xVersion 6.x        Gold1.1.970
7.xVersion 7.xSilver1.1.31120
8.xVersion 8. Includes updates to warping and effects.Platinum1.4-rc5100
9.xVersion 9Platinum3.0.4150
HOWTO

Audio / Video File Support

For Codec support install QuickTime with winetricks. Tested with .mp3 audio and .mp4 video files.
I get missing gstreamer 32bit lib errors when I don't do this. So I suppose gstreamer could be an native alternative.

$ winetricks quicktime72

Set your Windows version to Vista or 7 in winetricks to get rid of the black screen bug from QuickTime.

Black Screen on Startup

If you have the screen cleared black on startup when you use QuickTime for codecs, you have encountered Bug 1347.

Set Wine to Windows 7 mode in winecfg to f­ix this.

Bad Audio Quality

If you have bad audio quality, try a sample rate of 48000 in the audio settings.

If this does not help and you use pulseaudio (default on Ubuntu), kill it. Kill it with fire. (sudo killall pulseaudio).
Make sure the audio test in winecfg sounds good and is played back completely.

Exporting / Rendering Audio

Currently you need to build wine yourself and apply this patch, as stated in Bug 15695.
Roughly:

$ git clone git://source.winehq.org/git/wine.git && cd wine
$ patch -p1 < abletonexport.diff
$ ./configure && make -j3

Authorization File

Pass the path to the auz file as first parameter to Live.exe with an absolute Windows path. You only need to do this once.

$ wine Live.exe "C:\foo.auz"

Back