Ableton Live 8

Informations

Creator Mensajes
Ronin DUSETTE

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 29354
Wine: 1.5.20

Feedbacks

Description

     ***NOTE: THIS DOES NOT WORK IF YOU ARE USING UNITY. APPARENTLY EVERY OTHER WINDOW MANAGER WORKS (like KDE, XFCE, MATE, Cinnamon, etc..), BUT REGULAR UBUNTU'S DESKTOP ENVIRONMENT CAUSES RIGHT-CLICK AND KEYBOARD SHORTCUT ISSUES. THIS IS A PROBLEM WITH UNITY, AND IT CANNOT BE FIXED WITH PLAYONLINUX.

Script for installing Ableton Live 8.

Description from Wikipedia:

"Ableton Live is a loop-based software music sequencer and DAW for OS X and Windows. The latest major release of Live, Version 8, was released in April 2009. In contrast to many other software sequencers, Live is designed to be an instrument for live performances as well as a tool for composing, recording, arranging, mixing and mastering. It is also used for beatmixing of tracks by DJs, as it offers a suite of controls for beatmatching, crossfading, and other effects used by turntablists, and was one of the first music applications to automatically beat match songs."

Screenshots

MiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2013-01-14 21-49)
# Last revision : (2014-01-5 12-02)
# Distribution used to test : Kubuntu 12.04 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 17-41)
#   gettext

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="AbletonLive"
WINEVERSION="1.5.20"

TITLE="Ableton Live 8"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_RequiredVersion "4.1.9" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.9 is required to install $TITLE"
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "Live 8" "Ableton" "http://www.ableton.com" "RoninDusette" "Ableton8"

# Create Prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Live 8.*.exe" "Ableton Live 8"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLE')" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Mensajes
Ronin DUSETTE Saturday 25 October 2014 at 21:26
Ronin DUSETTE

Information

This update has been approved by the team.

Differences

@@ -25,7 +25,7 @@
 POL_Debug_Init
 
 # Presentation
-POL_SetupWindow_presentation "Live 8" "Ableton" "http://www.ableton.com" "DJYoshaBYD" "Ableton8"
+POL_SetupWindow_presentation "Live 8" "Ableton" "http://www.ableton.com" "RoninDusette" "Ableton8"
 
 # Create Prefix
 POL_System_SetArch "x86"

New source code

#!/bin/bash
# Date : (2013-01-14 21-49)
# Last revision : (2014-01-5 12-02)
# Distribution used to test : Kubuntu 12.04 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 17-41)
#   gettext

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="AbletonLive"
WINEVERSION="1.5.20"

TITLE="Ableton Live 8"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_RequiredVersion "4.1.9" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.9 is required to install $TITLE"
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "Live 8" "Ableton" "http://www.ableton.com" "RoninDusette" "Ableton8"

# Create Prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Live 8.*.exe" "Ableton Live 8"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLE')" "$TITLE"

POL_SetupWindow_Close
exit 0

Respuestas

Ronin DUSETTE Saturday 25 October 2014 at 19:21
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -2,7 +2,7 @@
 # Date : (2013-01-14 21-49)
 # Last revision : (2014-01-5 12-02)
 # Distribution used to test : Kubuntu 12.04 LTS
-# Author : DJYoshaBYD
+# Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.1.9
 

New source code

#!/bin/bash
# Date : (2013-01-14 21-49)
# Last revision : (2014-01-5 12-02)
# Distribution used to test : Kubuntu 12.04 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 17-41)
#   gettext

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="AbletonLive"
WINEVERSION="1.5.20"

TITLE="Ableton Live 8"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_RequiredVersion "4.1.9" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.9 is required to install $TITLE"
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "Live 8" "Ableton" "http://www.ableton.com" "DJYoshaBYD" "Ableton8"

# Create Prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Live 8.*.exe" "Ableton Live 8"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLE')" "$TITLE"

POL_SetupWindow_Close
exit 0

Respuestas