Guitar Rig 5
Informations
Creator | Message |
---|---|
Ronin DUSETTE
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionEnglish: From NI's website: ScreenshotsSource code#!/bin/bash # Date : (2013-02-01) # Last revision : (2013-02-01) # Distribution used to test : Kubuntu 12.04 LTS # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.1.9 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="GuitarRig5" WINEVERSION="1.5.20" TITLE="Guitar Rig 5" #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" "Native Instruments" "http://www.native-instruments.com" "RoninDusette" "$PREFIX" # Create Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies # Configuration Set_OS "winxp" POL_Wine_Direct3D "DirectDrawRenderer" "gdi" # Installation POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:')" "$TITLE" POL_Wine_WaitBefore "$TITLE" GC_DONT_GC=1 POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "Guitar\ Rig\ 5.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO.')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Ronin DUSETTE | Saturday 25 October 2014 at 21:28 |
Ronin DUSETTE
|
InformationThis update has been approved by the team. Differences@@ -21,7 +21,7 @@ POL_Debug_Init # Presentation -POL_SetupWindow_presentation "$TITLE" "Native Instruments" "http://www.native-instruments.com" "DJYoshaBYD" "$PREFIX" +POL_SetupWindow_presentation "$TITLE" "Native Instruments" "http://www.native-instruments.com" "RoninDusette" "$PREFIX" # Create Prefix POL_System_SetArch "x86" New source code#!/bin/bash # Date : (2013-02-01) # Last revision : (2013-02-01) # Distribution used to test : Kubuntu 12.04 LTS # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.1.9 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="GuitarRig5" WINEVERSION="1.5.20" TITLE="Guitar Rig 5" #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" "Native Instruments" "http://www.native-instruments.com" "RoninDusette" "$PREFIX" # Create Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies # Configuration Set_OS "winxp" POL_Wine_Direct3D "DirectDrawRenderer" "gdi" # Installation POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:')" "$TITLE" POL_Wine_WaitBefore "$TITLE" GC_DONT_GC=1 POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "Guitar\ Rig\ 5.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO.')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
Ronin DUSETTE | Saturday 25 October 2014 at 19:22 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. Differences@@ -2,7 +2,7 @@ # Date : (2013-02-01) # Last revision : (2013-02-01) # 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-02-01) # Last revision : (2013-02-01) # Distribution used to test : Kubuntu 12.04 LTS # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.1.9 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="GuitarRig5" WINEVERSION="1.5.20" TITLE="Guitar Rig 5" #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" "Native Instruments" "http://www.native-instruments.com" "DJYoshaBYD" "$PREFIX" # Create Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies # Configuration Set_OS "winxp" POL_Wine_Direct3D "DirectDrawRenderer" "gdi" # Installation POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. During installation, uncheck all extra drivers it wants to install:')" "$TITLE" POL_Wine_WaitBefore "$TITLE" GC_DONT_GC=1 POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "Guitar\ Rig\ 5.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO.')" "$TITLE" POL_SetupWindow_Close exit 0 RepliesThursday 14 March 2019 at 21:54
|
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