Reason 5
Informations
Créateur | Messages |
---|---|
Ronin DUSETTE
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 1 DescriptionFrom Wikipedia: "Reason is a computer program for creating and editing music developed by Swedish software developers Propellerhead Software. It emulates a rack of hardware synthesizers, samplers, signal processors, sequencers, and mixers, all of which can be freely interconnected in an arbitrary manner. Reason can be used either as a complete virtual music studio or as a collection of virtual instruments to be used with other sequencing software in a fashion that mimics "live" performance." Wikipedia. Captures d'écranCode source#!/bin/bash # Date : (2013-06-19) # Last revision : see changelog # Distribution used to test : Kubuntu 12.04.2 LTS x64 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 # # CHANGELOG # [RoninDusette] (2013-06-19) # Initial script. # [Dadu042] (2020-03-12 22:00) # Wine "1.6-rc2-Reason5Menu" (outdated) -> 3.0.3 (not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reason5" WINEVERSION="3.0.3" TITLE="Reason 5" EDITOR="Propellerheads" GAME_URL="http://www.propellerheads.se/" 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 POL_Call POL_Install_vcrun2008 # Configuration Set_OS "winxp" Set_SoundDriver "alsa" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.')" "$TITLE" # Create Shortcuts POL_Shortcut "Reason.exe" "$TITLE" "" "" "Audio;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 12 Mars 2020 à 20:45 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,16 +1,22 @@ #!/bin/bash # Date : (2013-06-19) -# Last revision : (2013-06-19) +# Last revision : see changelog # Distribution used to test : Kubuntu 12.04.2 LTS x64 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 - +# +# CHANGELOG +# [RoninDusette] (2013-06-19) +# Initial script. +# [Dadu042] (2020-03-12 22:00) +# Wine "1.6-rc2-Reason5Menu" (outdated) -> 3.0.3 (not tested). + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reason5" -WINEVERSION="1.6-rc2-Reason5Menu" +WINEVERSION="3.0.3" TITLE="Reason 5" EDITOR="Propellerheads" GAME_URL="http://www.propellerheads.se/" @@ -46,7 +52,7 @@ POL_SetupWindow_message "$(eval_gettext 'NOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.')" "$TITLE" # Create Shortcuts -POL_Shortcut "Reason.exe" "$TITLE" +POL_Shortcut "Reason.exe" "$TITLE" "" "" "Audio;" POL_SetupWindow_Close Nouveau code source#!/bin/bash # Date : (2013-06-19) # Last revision : see changelog # Distribution used to test : Kubuntu 12.04.2 LTS x64 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 # # CHANGELOG # [RoninDusette] (2013-06-19) # Initial script. # [Dadu042] (2020-03-12 22:00) # Wine "1.6-rc2-Reason5Menu" (outdated) -> 3.0.3 (not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reason5" WINEVERSION="3.0.3" TITLE="Reason 5" EDITOR="Propellerheads" GAME_URL="http://www.propellerheads.se/" 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 POL_Call POL_Install_vcrun2008 # Configuration Set_OS "winxp" Set_SoundDriver "alsa" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.')" "$TITLE" # Create Shortcuts POL_Shortcut "Reason.exe" "$TITLE" "" "" "Audio;" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Samedi 25 Octobre 2014 à 21:29 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -14,7 +14,7 @@ TITLE="Reason 5" EDITOR="Propellerheads" GAME_URL="http://www.propellerheads.se/" -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-06-19) # Last revision : (2013-06-19) # Distribution used to test : Kubuntu 12.04.2 LTS x64 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reason5" WINEVERSION="1.6-rc2-Reason5Menu" TITLE="Reason 5" EDITOR="Propellerheads" GAME_URL="http://www.propellerheads.se/" 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 POL_Call POL_Install_vcrun2008 # Configuration Set_OS "winxp" Set_SoundDriver "alsa" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.')" "$TITLE" # Create Shortcuts POL_Shortcut "Reason.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesMardi 28 Octobre 2014 à 16:07
Mardi 28 Octobre 2014 à 16:09
Mardi 28 Octobre 2014 à 17:02
Mardi 28 Octobre 2014 à 17:20
Mercredi 29 Octobre 2014 à 17:56
Samedi 8 Aoüt 2015 à 5:33
Samedi 8 Aoüt 2015 à 5:35
Samedi 8 Aoüt 2015 à 5:35
Samedi 8 Aoüt 2015 à 5:50
Samedi 8 Aoüt 2015 à 5:51
Lundi 10 Aoüt 2015 à 8:30
Lundi 10 Aoüt 2015 à 8:31
Lundi 10 Aoüt 2015 à 15:26
Jeudi 18 Avril 2019 à 11:01
Jeudi 18 Avril 2019 à 17:13
Vendredi 19 Avril 2019 à 0:23
|
Ronin DUSETTE | Samedi 25 Octobre 2014 à 19:23 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -2,7 +2,7 @@ # Date : (2013-06-19) # Last revision : (2013-06-19) # Distribution used to test : Kubuntu 12.04.2 LTS x64 -# Author : DJYoshaBYD +# Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 Nouveau code source#!/bin/bash # Date : (2013-06-19) # Last revision : (2013-06-19) # Distribution used to test : Kubuntu 12.04.2 LTS x64 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reason5" WINEVERSION="1.6-rc2-Reason5Menu" TITLE="Reason 5" EDITOR="Propellerheads" GAME_URL="http://www.propellerheads.se/" 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 POL_Call POL_Install_vcrun2008 # Configuration Set_OS "winxp" Set_SoundDriver "alsa" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Registration window will be hidden behind Reason logo on first run; right-click task bar item and click MOVE. If soundbanks fail to copy and program crashes after entering registration code, then take out disc and reinsert and try to run again. If that doesnt work, you will have to manually copy soundbanks to Reasons virtual drive. Digital downloads should not have this issue.')" "$TITLE" # Create Shortcuts POL_Shortcut "Reason.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com