Guitarix gets Power Amp selector

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: Guitarix gets Power Amp selector

Post by tramp »

Okay, the good news, we've pass the guitarix build, the bad, I've no idea why this step now fail. It's a simple copy operation, I need time to think about what could go wrong here.
However, in the mean time, you could build guitarix by add the --no-lv2 flag to he configure flags, that will allow you to build guitarix and check out the new power amp module.
When I've a idea what goes wrong, I'll come back to suggest you a new try. :)

rock on.
On the road again.
User avatar
funkmuscle
Established Member
Posts: 2806
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 131 times
Been thanked: 33 times

Re: Guitarix gets Power Amp selector

Post by funkmuscle »

Ok so I've got it up and running but I don't see any difference. Where is this power amp section? What is it called?
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: Guitarix gets Power Amp selector

Post by tramp »

Hi
Nice to hear you get it running.
Well, it's a bit unfortunate in the Category "Guitar Effects".
The plug itself is called "PowerAmp".
On the road again.
User avatar
funkmuscle
Established Member
Posts: 2806
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 131 times
Been thanked: 33 times

Re: Guitarix gets Power Amp selector

Post by funkmuscle »

tramp wrote: Sun Apr 26, 2020 4:53 pm Hi
Nice to hear you get it running.
Well, it's a bit unfortunate in the Category "Guitar Effects".
The plug itself is called "PowerAmp".
yep, nothing saying poweramp there.
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: Guitarix gets Power Amp selector

Post by tramp »

funkmuscle wrote: Sun Apr 26, 2020 5:09 pm yep, nothing saying poweramp there.
If there is no PowerAmp plugin, you properly running a older version then the new one from latest git.
If you found it now there but mean you didn't have expected it there, then yes, but were should I put it?
Distortion sounds as well the wrong category, maybe we need to add a new "Amps" section?
On the road again.
User avatar
funkmuscle
Established Member
Posts: 2806
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 131 times
Been thanked: 33 times

Re: Guitarix gets Power Amp selector

Post by funkmuscle »

tramp wrote: Sun Apr 26, 2020 5:21 pm
funkmuscle wrote: Sun Apr 26, 2020 5:09 pm yep, nothing saying poweramp there.
If there is no PowerAmp plugin, you properly running a older version then the new one from latest git.
If you found it now there but mean you didn't have expected it there, then yes, but were should I put it?
Distortion sounds as well the wrong category, maybe we need to add a new "Amps" section?
uninstalled the AUR version then did a fresh pull from this version.. Yep and Amp section would be awesome.

EDIT: did another fresh pull. Got it now.. Gonna go have fun testing this. Thanks guys!
User avatar
gauderbock
Established Member
Posts: 45
Joined: Thu Oct 04, 2018 1:01 pm
Location: Tirol
Has thanked: 52 times
Been thanked: 2 times

Re: Guitarix gets Power Amp selector

Post by gauderbock »

Sounds great! I'm missing my LV2s though ;)
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: Guitarix gets Power Amp selector

Post by tramp »

gauderbock wrote: Tue Apr 28, 2020 9:50 am Sounds great! I'm missing my LV2s though ;)
Nice to hear you like the new power amps.
gauderbock wrote: Sat Apr 25, 2020 8:04 pm

Code: Select all

cp: cannot create regular file 'src/LV2/xputty/resources/back.png': Permission denied
Still, I've no idea why that could happen. Permission denied, means you can't write to the location, which is strange, as all other files write to the build folder well.
What you could try is, do a fresh checkout to a other location on your computer (still into home somewhere) and then try to build the lv2 plugins only.

Code: Select all

./waf configure --prefix=/usr --includeresampler --includeconvolver --no-standalone
do a verbose build, maybe I could read out something from the output, in case it goes wrong again.

Code: Select all

./waf build -v -v 
if the build fail, check if the folder /trunk/build/src/LV2/xputty/resources exist in the source tree.
On the road again.
User avatar
gauderbock
Established Member
Posts: 45
Joined: Thu Oct 04, 2018 1:01 pm
Location: Tirol
Has thanked: 52 times
Been thanked: 2 times

Re: Guitarix gets Power Amp selector

Post by gauderbock »

Okay thanks, I'll try the steps later this evening. But for now I've noticed that everything in and below /trunk/build/src/LV2 is owned by root...

edit: and after a chown -R the build worked :D

Thanks again...
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: Guitarix gets Power Amp selector

Post by tramp »

Nice to hear you could solve it, but still I wonder what happen that ::/LV2 is owned by root. Do you've run ./waf build as root at any point? No, you've don't :|
However, a new pull will bring you a new power amp model, a Push Pull EL34 based on the power amp section on the Marshall Plexi Amp. :twisted:
On the road again.
User avatar
gauderbock
Established Member
Posts: 45
Joined: Thu Oct 04, 2018 1:01 pm
Location: Tirol
Has thanked: 52 times
Been thanked: 2 times

Re: Guitarix gets Power Amp selector

Post by gauderbock »

Very nice new power amp :evil:

Nope, no root build. A check of bash history shows only sudo for ./waf install and uninstall.
Post Reply