FL Studio 10

Informations

Créateur Messages
Ronin DUSETTE

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 134767
Wine: 2.22

Retours d'expérience

Description

From Image-Line.com:

"FL Studio is one of the world's most popular and exciting music production systems. Everything you need in one package to compose, arrange, record, edit, mix and master professional quality music. "

Captures d'écran

MiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2013-04-15)
# Last revision : see changelog
# Distribution used to test : Kubuntu 12.04.2 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.1

# CHANGELOG
# [SuperPlumus] (2013-06-17 19-47)
#   Update gettext message
# [Dadu042] (2020-01-03)
#   Wine 1.4.1 -> 2.22.
#   Add shortcut category.

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

PREFIX="FLStudio10"
WINEVERSION="2.22"
TITLE="FL Studio 10"
EDITOR="Image Line Software"
GAME_URL="http://www.image-line.com"
AUTHOR="RoninDusette"

#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_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies

# Configuration
Set_OS "winxp"
Set_SoundDriver "alsa"

# Installation
POL_SetupWindow_message "$(eval_gettext 'During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "FL.exe" "$TITLE" "" "" "Audio;"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
JulianDnana Mercredi 2 September 2020 à 14:25
JulianDnana Anonymous

Messages

Encontre un recopilatorio en el que s epuede instalar para todas las versiones https://flestudiomania.com/para-linux/

Réponses

Dadu042 Vendredi 3 Janvier 2020 à 22:52
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,6 +1,6 @@
 #!/bin/bash
 # Date : (2013-04-15)
-# Last revision : (2013-04-15)
+# Last revision : see changelog
 # Distribution used to test : Kubuntu 12.04.2 LTS
 # Author : RoninDusette
 # Licence : GPLv3
@@ -9,12 +9,15 @@
 # CHANGELOG
 # [SuperPlumus] (2013-06-17 19-47)
 #   Update gettext message
+# [Dadu042] (2020-01-03)
+#   Wine 1.4.1 -> 2.22.
+#   Add shortcut category.
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="FLStudio10"
-WINEVERSION="1.4.1"
+WINEVERSION="2.22"
 TITLE="FL Studio 10"
 EDITOR="Image Line Software"
 GAME_URL="http://www.image-line.com"
@@ -48,7 +51,7 @@
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcuts
-POL_Shortcut "FL.exe" "$TITLE"
+POL_Shortcut "FL.exe" "$TITLE" "" "" "Audio;"
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.')" "$TITLE"
 

Nouveau code source

#!/bin/bash
# Date : (2013-04-15)
# Last revision : see changelog
# Distribution used to test : Kubuntu 12.04.2 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.1

# CHANGELOG
# [SuperPlumus] (2013-06-17 19-47)
#   Update gettext message
# [Dadu042] (2020-01-03)
#   Wine 1.4.1 -> 2.22.
#   Add shortcut category.

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

PREFIX="FLStudio10"
WINEVERSION="2.22"
TITLE="FL Studio 10"
EDITOR="Image Line Software"
GAME_URL="http://www.image-line.com"
AUTHOR="RoninDusette"

#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_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies

# Configuration
Set_OS "winxp"
Set_SoundDriver "alsa"

# Installation
POL_SetupWindow_message "$(eval_gettext 'During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "FL.exe" "$TITLE" "" "" "Audio;"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Ronin DUSETTE Samedi 25 Octobre 2014 à 21:27
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -18,7 +18,7 @@
 TITLE="FL Studio 10"
 EDITOR="Image Line Software"
 GAME_URL="http://www.image-line.com"
-AUTHOR="DJYoshaBYD"
+AUTHOR="RoninDusette"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2013-04-15)
# Last revision : (2013-04-15)
# Distribution used to test : Kubuntu 12.04.2 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.1

# CHANGELOG
# [SuperPlumus] (2013-06-17 19-47)
#   Update gettext message

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

PREFIX="FLStudio10"
WINEVERSION="1.4.1"
TITLE="FL Studio 10"
EDITOR="Image Line Software"
GAME_URL="http://www.image-line.com"
AUTHOR="RoninDusette"

#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_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies

# Configuration
Set_OS "winxp"
Set_SoundDriver "alsa"

# Installation
POL_SetupWindow_message "$(eval_gettext 'During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "FL.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Ronin DUSETTE Samedi 25 Octobre 2014 à 19:22
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -2,7 +2,7 @@
 # Date : (2013-04-15)
 # Last revision : (2013-04-15)
 # Distribution used to test : Kubuntu 12.04.2 LTS
-# Author : DJYoshaBYD
+# Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.2.1
 

Nouveau code source

#!/bin/bash
# Date : (2013-04-15)
# Last revision : (2013-04-15)
# Distribution used to test : Kubuntu 12.04.2 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.1

# CHANGELOG
# [SuperPlumus] (2013-06-17 19-47)
#   Update gettext message

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

PREFIX="FLStudio10"
WINEVERSION="1.4.1"
TITLE="FL Studio 10"
EDITOR="Image Line Software"
GAME_URL="http://www.image-line.com"
AUTHOR="DJYoshaBYD"

#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_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies

# Configuration
Set_OS "winxp"
Set_SoundDriver "alsa"

# Installation
POL_SetupWindow_message "$(eval_gettext 'During installation, please UNCHECK the option for ASIO4ALL, and UNCHECK run FL Studio at end of install.')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "FL.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers should work as expected.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses