Am Sonntag, den 02.11.2008, 17:40 +0100 schrieb Dragan Noveski:
hermann meyer wrote:
guitarix is a simple Linux amplifier for
jack(Jack Audio Connektion Kit)
with one input and two outputs. Designed to get nice thrash/metal/rock
guitar sounds. There are controls for bass, treble, gain, preamp,
balance, distortion, freeverb, impulse response (), crybaby(wah) and
echo . A fixed resonator will be used when distortion is disabled. For
'pressure' in the sound you can use the feedback and feedforward
sliders.
changelog:
guitarix (0.02.7-1) unstable; urgency=low
* add suport for jconv
* use jack_capture_gui2 to create the comandline for jack_capture
* add preamp
* change preset handling to save by name include the jconv settings
* rework the distortion funktion
* add all effekts to the ladspa plugin
* add versioncheck to make sure the saved presets work with new
version
.....
hallo,
thanks a lot for this release.
after running make i was able to start the appi with ./guitarix and it
looks good but it wants not to install:
Thanks
You can start it with the set_env_guitarix.sh also to use the
guitarix.rc and select ports to connect at start time.
nowhiskey@murija2:~/software/nove/guitarix/guitarix-0.02.7$ sudo make
install
mkdir -p
mkdir: fehlender Operand
»mkdir --help« gibt weitere Informationen.
make: *** [install] Fehler 1
there must be sth wrong in the makefile. i looked into it, but i really
have no idea what is wrong there...
any suggestions?
cheers,
doc
Maybe the $(LADSPA_PATH)
Have you set it in your .bashrc for root ? when not export it or set it.
If you dont wont the ladspa plugin for gutarix you can remove the
install files for it from the makefile.
regards hermann