Reason 5
Informatie
Creator | Bericht |
---|---|
Ronin DUSETTE
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks1 1 OmschrijvingFrom 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. SchermafdrukkenBroncode#!/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 | Bericht |
Dadu042 | Donderdag 12 Maart 2020 om 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 Antwoorden |
Ronin DUSETTE | Zaterdag 25 October 2014 om 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 AntwoordenDinsdag 28 October 2014 om 16:07
Dinsdag 28 October 2014 om 16:09
Dinsdag 28 October 2014 om 17:02
Dinsdag 28 October 2014 om 17:20
Woensdag 29 October 2014 om 17:56
Zaterdag 8 Augustus 2015 om 5:33
Zaterdag 8 Augustus 2015 om 5:35
Zaterdag 8 Augustus 2015 om 5:35
Zaterdag 8 Augustus 2015 om 5:50
Zaterdag 8 Augustus 2015 om 5:51
Maandag 10 Augustus 2015 om 8:30
Maandag 10 Augustus 2015 om 8:31
Maandag 10 Augustus 2015 om 15:26
Donderdag 18 April 2019 om 11:01
Donderdag 18 April 2019 om 17:13
Vrijdag 19 April 2019 om 0:23
|
Ronin DUSETTE | Zaterdag 25 October 2014 om 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 Antwoorden |
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