Guitar rig для linux

Guitar rig для linux

Showing entry 1 to 25 of 29048

Submission Date Submitter Developer Application Version Has Maintainer
September 10 2006 08:50:18 an anonymous user Valve L.L.C. Half-Life 1.1.1.2 (WON2) YES
January 21 2007 12:13:47 an anonymous user Microsoft Internet Explorer 3.01 YES
February 07 2005 17:40:08 an anonymous user Microsoft Internet Explorer 5.0 (32-bit) YES
January 21 2007 12:21:24 an anonymous user Microsoft Internet Explorer 2.0 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.0 YES
February 07 2005 17:40:08 an anonymous user Embarcadero Technologies, Inc. Delphi 5 No
February 07 2005 17:40:08 an anonymous user The MathWorks Matlab 5.3 (R11) No
May 07 2005 09:20:10 an anonymous user Microsoft Visual C++ 6.0 No
February 07 2005 17:40:08 an anonymous user Forté Forte Agent Newsreader 1.8 No
February 07 2005 17:40:08 an anonymous user Eudora Eudora 5.1 No
July 07 2007 09:20:50 an anonymous user Interplay Entertainment Corp. Fallout 1.x YES
February 10 2006 07:03:11 an anonymous user Bungie Studios Myth: The Fallen Lords 1.4 No
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Money 2000 No
February 07 2005 17:40:08 an anonymous user America Online (AOL) America Online (AOL) 6.0 No
February 15 2005 12:26:21 an anonymous user Microsoft Microsoft FrontPage 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Outlook 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word 2000 YES
May 26 2007 20:03:28 an anonymous user Microsoft Microsoft Word ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word ’95 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft PowerPoint 2000 YES
May 26 2007 20:26:08 an anonymous user Microsoft Microsoft PowerPoint ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’95 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Animate Flash 5 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.5 YES

Privacy Policy
If you have a privacy inquiry regarding this site, please write to privacy@winehq.org

Источник

Guitar Rig 5

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

Читайте также:  Boot up linux на ноутбуке

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

Screenshots

MiniatureMiniatureMiniature

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

Contributions

Member Message
Ronin DUSETTE Saturday 25 October 2014 at 21:28
Ronin DUSETTE

Information

This 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

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

Replies

Anonymous

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

Источник

About

guitarix is a virtual guitar amplifier for Linux running on Jack Audio Connection Kit. It is free as in speech and free as in beer. The available sourcecode allows to build it on other UNIX-like systems, too, namely for BSD and for MacOSX.

guitarix takes the signal from your guitar as any real amp would do: as a mono-signal from your sound card. The input is processed by a main amp and a rack-section. Both can be routed separately and deliver a processed stereo-signal via Jack. You may fill the rack with effects from more than 25 built-in modules including stuff from a simple noise gate to brain-slashing modulation f/x like flanger, phaser or auto-wah.

Your signal is processed with minimum latency. On any properly set-up Linux-system you don’t have to wait more than 10ms until your sound is processed by guitarix.

The demos below are 100% guitarix without any other amps, cabinets or stompboxes in the chain.

guitarix Demo I

guitarix Demo II

guitarix Demo III

And even more.

If you want to use more f/x than we provide built-in guitarix, you can also select plug-ins from the large list of LADSPA and LV2 plug-ins. Or just connect the Jack-out of guitarix with the Jack-in of Rackarrack or any other Jack-aware host. Of course you can record your playing in DAWs like Ardour. But guitarix comes as well as LV2 plugin suite, so you could load the amps and plugs directly in your favorite DAW. Though we design guitarix with guitar-signals in mind there is nothing wrong with connecting a synth or any other sound-generator to it.

Screenshots

Videos

This is a collection of videos in a youtube playlist demonstrating the sound of guitarix.

next

Install

guitarix is available in most todays Linux distributions. In 9 out of 10 cases there’s no need to compile guitarix but to install it via software center or package management system of your preferred distribution. guitarix is supported by the following Linux flavours and all their derivates:

Logo arch Logo debian Logo fedora Logo frugalware Logo gentoo Logo mandriva Logo suse Logo ubuntu

If you don’t have any Linux available.

. we recommend to get a copy of LibraZik which is a LiveDVD ISO image of a full-featured multimedia oriented Linux distribution. This means you can run it without installation and install it later if you decide to.

If you want to get the hottest shtuff.

. you have to download a package containing the source code and build it on your own. Get the latest packages here:

Development Repository

To get the bleeding edge development state of guitarix you have to clone our repository and build the source from there. Please note that this kind of installation isn’t recommended for productive systems at all since this is the source code we’re actually working on.

git clone http://git.code.sf.net/p/guitarix/git guitarix

Dependencies

For compiling guitarix on your machine you have to ensure that you have the following development packages installed:

  • ladspa-sdk
  • gtk+-2.0 >= 2.12.0
  • gtkmm-2.0 >= 2.12.0
  • gthread-2.0 >= 2.10
  • sigc++-2.0
  • zita-convolver
  • zita-resampler
  • sndfile >= 1.0.17
  • jack (jackd, libjack, and dev) >= 0.109.1
  • boost library >= 1.38
  • libwebkit-dev

Of course you need all packages for a properly set-up build system like build-essentials, make, gcc also installed on your machine.

Compiling

Change to the trunk directory of the source code and execute the following commands in a terminal:

./waf configure ./waf build sudo ./waf install

Contribute

Creating free and open source software is fun on one hand but a huge amount of work on the other hand. Even though you’re not a programmer perhaps you are willing to help this project in growing and getting better. In most cases FOSS is the success of a community, not a lonesome champion.

Documentation

One of the most essential parts of a successful program aside from the code is the documentation. One can never have enough from it, but first of all we need some basic work to be done. Contact us in the forums if you’re willing to help us out in this topic.

Presets

Another very essential part are factory presets shipped with the product. They need to meet a specific standard in quality like an equal output volume — ask us in the forums if you want to contribute.

Demos

You are able to create high quality video and/or audio material? We’re always deeply grateful for some cool demos presenting guitarix’ capabilities and sound.

Bug Reports

Please file bug reports (Forum or Sourceforge) whenever you encounter a problem with our code. This helps a lot in providing something like quality management.

Patches

If you know how to handle code — we’re always happy about Patches!

Источник

Оцените статью
Adblock
detector