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!
For more details and user comments, view the versions of this application
Version | Description | Latest Rating | Latest Wine version tested | Test results | Comments |
10.x | Ableton Live 10.0.5 Is a Music Making Application Or DAW used by many professionals such as Marshmello, Skrillex, Virtual Riot and many others. | Gold | 4.18-staging | 3 | 0 |
10.x | Ableton Live (Trial) 64 Bit | Silver | 5.18 | 2 | 0 |
11.2.6 | Nearly flawless 64bit latest working on latest wine. How to install Ableton Live latest 11.2.6 on Linux | Platinum | 7.22 | 1 | 0 |
11.x.x | https://www.ableton.com/en/rel... | Gold | 8.9-staging | 7 | 0 |
5.x | Version 5.x | Bronze | 0.9.15. | 2 | 0 |
6.x | Version 6.x | Gold | 1.1.9 | 7 | 0 |
7.x | Version 7.x | Silver | 1.1.31 | 12 | 0 |
8.x | Version 8. Includes updates to warping and effects. | Platinum | 1.4-rc5 | 10 | 0 |
9.x | Version 9 | Platinum | 3.0.4 | 15 | 0 |
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"