Guitar Rig 5

Informations

Créateur Messages
Ronin DUSETTE

Information

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

Informations

Plate-formes :
Téléchargements : 33805
Wine: 1.5.20

Retours d'expérience

Description

English: From NI's website:

"GUITAR RIG 5 PRO is the ultimate software solution for perfect custom tone with more amps, more effects and more creative potential than ever before, all in a powerful and intuitive virtual effects rack.

The latest version includes two essential new high-gain amps, six powerful new effects, and 19 new cabinets — exquisitely modeled in stunning sonic detail. And for complete custom control and a new level of realism, GUITAR RIG 5 PRO gives you the all-new Control Room Pro. Premium sound quality, maximum flexibility and total control for guitar, bass and more. "

Captures d'écran

MiniatureMiniatureMiniature

Code source

#!/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:

Contribuer
Membre Messages
Ronin DUSETTE Samedi 25 Octobre 2014 à 21:28
Ronin DUSETTE

Information

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

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"

Nouveau code source

#!/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

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

Nouveau code source

#!/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

Réponses

Anonymous
Jeudi 14 Mars 2019 à 21:54
Hi. i do not know how to use the first link on firefox ubuntu 18.04. The given link shows error, that firefox don't know which program associated to support the given link. Excuse my noobness