Reason 5
Informations
Creator | Message |
---|---|
Ronin DUSETTE
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 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. ScreenshotsSource code#!/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:
ContributeMember | Message |
Dadu042 | Thursday 12 March 2020 at 20:45 |
Dadu042
|
InformationThis update has been approved by the team. 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 New source code#!/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 Replies |
Ronin DUSETTE | Saturday 25 October 2014 at 21:29 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 RepliesTuesday 28 October 2014 at 16:07
Tuesday 28 October 2014 at 16:09
Tuesday 28 October 2014 at 17:02
Tuesday 28 October 2014 at 17:20
Wednesday 29 October 2014 at 17:56
Saturday 8 August 2015 at 5:33
Saturday 8 August 2015 at 5:35
Saturday 8 August 2015 at 5:35
Saturday 8 August 2015 at 5:50
Saturday 8 August 2015 at 5:51
Monday 10 August 2015 at 8:30
Monday 10 August 2015 at 8:31
Monday 10 August 2015 at 15:26
Thursday 18 April 2019 at 11:01
Thursday 18 April 2019 at 17:13
Friday 19 April 2019 at 0:23
|
Ronin DUSETTE | Saturday 25 October 2014 at 19:23 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 Replies |
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