Neural Amp Modeler LV2 GUI

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

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

Re: Neural Amp Modeler LV2 GUI

Post by tramp »

bulevardi wrote: Thu Feb 15, 2024 3:56 pm

Hmm, I'm a n00b in this... but I wasn't able to make this build, following the readme.
I followed all the steps there, but then I got errors in my terminal:

The solution depend on your used distribution, so which one do you use?

On the road again.
User avatar
bulevardi
Established Member
Posts: 134
Joined: Tue Oct 07, 2014 8:46 pm
Has thanked: 22 times
Been thanked: 22 times
Contact:

Re: Neural Amp Modeler LV2 GUI

Post by bulevardi »

I'm using Linux Mint.
But no idea which version (I'm on another pc now)

Instagram, BandCamp, SoundCloud, Spotify, iTunes,....
Get In Touch^^
User avatar
Audiojunkie
Established Member
Posts: 403
Joined: Thu Feb 21, 2019 4:27 pm
Has thanked: 392 times
Been thanked: 157 times

Re: Neural Amp Modeler LV2 GUI

Post by Audiojunkie »

tramp wrote: Thu Feb 15, 2024 4:14 pm
Audiojunkie wrote: Thu Feb 15, 2024 3:49 pm

does this mean that Guitarix will be forced to use what sample rate the NAM profiles are created in?

No. That's why I going to implement it as internal plug instead going to use the LV2 version. Surly it will be Sample Rate independent.

Beautiful!!! Thank you!!!

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

Re: Neural Amp Modeler LV2 GUI

Post by tramp »

So it's debain based.
First step will be

Code: Select all

sudo apt-get install build-essential cmake 

to get the tools you need to be able to build "some" apps.
Next step depend on the error message you get with the next try.

On the road again.
User avatar
bulevardi
Established Member
Posts: 134
Joined: Tue Oct 07, 2014 8:46 pm
Has thanked: 22 times
Been thanked: 22 times
Contact:

Re: Neural Amp Modeler LV2 GUI

Post by bulevardi »

I managed to create the .so file.
The Neural Amp Modeler is found in Reaper, however not with the GUI.
Don't know exactly how to get this GUI.

Tried to figure out this:

make install # will install into ~/.lv2 ... AND/OR....
sudo make install # will install into /usr/lib/lv2

But it's not that clear to me where to start...

Instagram, BandCamp, SoundCloud, Spotify, iTunes,....
Get In Touch^^
User avatar
bulevardi
Established Member
Posts: 134
Joined: Tue Oct 07, 2014 8:46 pm
Has thanked: 22 times
Been thanked: 22 times
Contact:

Re: Neural Amp Modeler LV2 GUI

Post by bulevardi »

Plus, I can't figure out how to get this seen in Guitarix vst.
I've seen screenshots of people who were able to... but doesn't show up in any menu right here.
I downloaded that latest guitarix vst version.
https://github.com/brummer10/guitarix.vst/releases

I'm quite a n00b in working with command line and compiling things and so...

Instagram, BandCamp, SoundCloud, Spotify, iTunes,....
Get In Touch^^
glowrak guy
Established Member
Posts: 2330
Joined: Sat Jun 21, 2014 8:37 pm
Been thanked: 257 times

Re: Neural Amp Modeler LV2 GUI

Post by glowrak guy »

I used the provided vst3 download instead of compiling. In AVLinux, with xfce desktop, recent linux Reaper, and nVidia graphics card (pcie 9400 GT), with both nouveau, and official nVidia driver.
Cheers

(The windows NAM also worked via wine-staging and was wrapped by yabridge.)

Cheers

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

Re: Neural Amp Modeler LV2 GUI

Post by tramp »

bulevardi wrote: Fri Mar 08, 2024 8:36 pm

I managed to create the .so file.
The Neural Amp Modeler is found in Reaper, however not with the GUI.
Don't know exactly how to get this GUI.

Tried to figure out this:

make install # will install into ~/.lv2 ... AND/OR....
sudo make install # will install into /usr/lib/lv2

But it's not that clear to me where to start...

So you've installed the neural-amp-modeler-lv2 plugin. Now, when you want to install the GUI for it, you must install it into the same location then you've installed the lv2 plugin. Means, when you've installed the neural-amp-modeler-lv2 into your home./lv2 directory (installed without using sudo, or just copied it over) then you could install the GUI with

Code: Select all

make install

. When you've installed the neural-amp-modeler-lv2 plug into your system lv2 directory (/usr/lib/lv2) with sudo, you must install the GUI with

Code: Select all

sudo make install

.
If you are unsure, just run

Code: Select all

make install

after

Code: Select all

make

, the installer checks if it found the neural-amp-modeler-lv2 plug before it install anything, so, if it was wrong, the installer will print out a message and inform you that this was the wrong choice and didn't install anything. Then you should properly use

Code: Select all

sudo make install

.

bulevardi wrote: Fri Mar 08, 2024 8:38 pm

Plus, I can't figure out how to get this seen in Guitarix vst.
I've seen screenshots of people who were able to... but doesn't show up in any menu right here.
I downloaded that latest guitarix vst version.

That have nothing to do with guitarix.vst. In guitarix the NAM module is integrated (You'll find it under the "Distortion" tab.). Guitarix didn't show any plugin GUI at all, it only supports it's own GUI's for plugins which it create on the fly when you load a plug.
To checkout guitarix.vst you should take the so called nightly build from here:
https://github.com/brummer10/guitarix.v ... nary-build
as that one will always contain the latest bugfixes and features.

On the road again.
User avatar
marcellendi
Established Member
Posts: 25
Joined: Tue Jul 12, 2016 3:57 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Neural Amp Modeler LV2 GUI

Post by marcellendi »

tramp wrote: Wed Jan 31, 2024 8:34 am

On request I made a little GUI for the Neural Amp Modeler LV2 plugin by Mike Oliphant.
https://github.com/mikeoliphant/neural-amp-modeler-lv2

Do you need technical skills to make a GUi? I am not too technical but would love to help to make GUI for the ace plugins of Ardour, but I haven't got a clue how to start. I love designing but the technical part give me headaches. Can you help?

User avatar
funkmuscle
Established Member
Posts: 2814
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 133 times
Been thanked: 34 times

Re: Neural Amp Modeler LV2 GUI

Post by funkmuscle »

marcellendi wrote: Wed Mar 27, 2024 9:38 pm
tramp wrote: Wed Jan 31, 2024 8:34 am

On request I made a little GUI for the Neural Amp Modeler LV2 plugin by Mike Oliphant.
https://github.com/mikeoliphant/neural-amp-modeler-lv2

Do you need technical skills to make a GUi? I am not too technical but would love to help to make GUI for the ace plugins of Ardour, but I haven't got a clue how to start. I love designing but the technical part give me headaches. Can you help?

Mixbus version of ACE comes with a simple GUI different to the Ardour version. Ardour's version is crazy ugly compared to Mixbus.

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

Re: Neural Amp Modeler LV2 GUI

Post by tramp »

marcellendi wrote: Wed Mar 27, 2024 9:38 pm
tramp wrote: Wed Jan 31, 2024 8:34 am

On request I made a little GUI for the Neural Amp Modeler LV2 plugin by Mike Oliphant.
https://github.com/mikeoliphant/neural-amp-modeler-lv2

Do you need technical skills to make a GUi? I am not too technical but would love to help to make GUI for the ace plugins of Ardour, but I haven't got a clue how to start. I love designing but the technical part give me headaches. Can you help?

There is XUiDesigner allow you to create alternative UI's for LV2 plugs without needing any programmers skills.
Funnily I used one of the ace plugs as showcase in the wiki https://github.com/brummer10/XUiDesigne ... UiDesigner

On the road again.
User avatar
marcellendi
Established Member
Posts: 25
Joined: Tue Jul 12, 2016 3:57 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Neural Amp Modeler LV2 GUI

Post by marcellendi »

tramp wrote: Thu Mar 28, 2024 4:48 am
marcellendi wrote: Wed Mar 27, 2024 9:38 pm
tramp wrote: Wed Jan 31, 2024 8:34 am

On request I made a little GUI for the Neural Amp Modeler LV2 plugin by Mike Oliphant.
https://github.com/mikeoliphant/neural-amp-modeler-lv2

Do you need technical skills to make a GUi? I am not too technical but would love to help to make GUI for the ace plugins of Ardour, but I haven't got a clue how to start. I love designing but the technical part give me headaches. Can you help?

There is XUiDesigner allow you to create alternative UI's for LV2 plugs without needing any programmers skills.
Funnily I used one of the ace plugs as showcase in the wiki https://github.com/brummer10/XUiDesigne ... UiDesigner

Thanks for the tip. I will have a look :)

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

Re: Neural Amp Modeler LV2 GUI

Post by tramp »

As the neural amp modeler lv2 plug didn't comes with a resampler I've implemented now a warning on the GUI in case of a Sample Rate mismatch. Also, the loaded Model Name, when provided by the metadata, will now be displayed in the GUI.

On the road again.
Post Reply