WineHQ

Ableton Live

Application Details:

Version: 9.x
License: Retail
URL: http://www.ableton.com/
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 9.14

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Become beta tester for owner of a live 8 license

Test Results

Selected Test Results

What works

looking pretty good at this stage but further testing required

What does not

basically no window after launching.. 

Workarounds

set windows to version 7 in winecfg and ran `winetricks quicktime72` and then it worked!

What was not tested

sound works, audio interface was plug and play.. havent loaded any projects yet for stress testing. cpu load seems a little high however (25%)

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentManjaro Linux 24Aug 27 20249.14Yes Yes YesGoldDaniel Cavalli 
ShowUbuntu 18.04 "Bionic" amd64 (+variants like Kubuntu)Dec 08 20183.0.4Yes Yes NoPlatinumDennis 
ShowAntergos x86_64Feb 07 20172.1Yes Yes NoGoldAlex 
ShowAVLinux 2016.8.30Nov 24 20161.9.22Yes Yes NoPlatinuman anonymous user 
ShowArch Linux x86_64Jul 20 20161.9.14Yes Yes NoPlatinumArt 

Known Bugs

Bug # Description Status Resolution Other apps affected
50155 Ableton Live: multicore audio processing causes high CPU usage across multiple audio backends UNCONFIRMED View

Show all bugs

HowTo / Notes

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"

Native Alternative
Bitwig Studio is a similar application developed by a bunch of ex-Ableton developers. https://www.bitwig.com/en/bitwig-studio.html

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back