Search found 2335 matches

by tramp
Sat Mar 09, 2024 4:35 am
Forum: Linux Music News
Topic: Neural Amp Modeler LV2 GUI
Replies: 26
Views: 2271

Re: Neural Amp Modeler LV2 GUI

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 ...
by tramp
Fri Mar 08, 2024 7:03 am
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1004

Re: Guitarix.vst v0.2 released

h_w_b wrote: Mon Mar 04, 2024 10:15 am

convolver-stereo has a bug

If you click 'Load File' the convolver tries to load a nam-file (instead of an IR-file) what doesn't work.
The convolver-mono loads an IR-file and works fine.

Ups, yes, a typo. I've fixed that now.Thanks for head up.

by tramp
Fri Mar 08, 2024 6:31 am
Forum: Linux Music News
Topic: guitarix2-0.45.0 released
Replies: 25
Views: 1848

Re: guitarix2-0.45.0 released

I wasn't changing the sample rate on the fly. The issue at 44.1kHz sounds kind of like a messed up, digital ring modulator. Very strange, I re-checked here and it works as it should. However, I've implemented a a little security guard hopefully it will solved the issue. Could you please checkout fr...
by tramp
Sun Mar 03, 2024 7:13 pm
Forum: Linux Music News
Topic: guitarix2-0.45.0 released
Replies: 25
Views: 1848

Re: guitarix2-0.45.0 released

Is it a 4k Display?

Do you change the Sample rate on the fly?

l'm on the Road currently, so only short mobile typing.

by tramp
Fri Mar 01, 2024 11:01 am
Forum: Linux Music News
Topic: guitarix2-0.45.0 released
Replies: 25
Views: 1848

Re: guitarix2-0.45.0 released

I hadn't heard of RTNeural. I was going to add a request to add Aida-X support, but when I looked up RTNeural, it appears that that's what RTNeural is!!!!!! Fantastic news!!!! This will be going automatically into Guitarix.vst as well, since Guitarix is wrapped, right? Thanks in advance!!! :) Yes, ...
by tramp
Thu Feb 29, 2024 3:52 pm
Forum: Linux Music News
Topic: guitarix2-0.45.0 released
Replies: 25
Views: 1848

Re: guitarix2-0.45.0 released

Thanks you all. I hope guitarix is still useful. Looking forward to integrating some Neural models. Such amazing technology these days! Indeed, the model list on ToneHunt is nearly endless. :D And as while we are on it, I've now integrated support for RTNeural as well. So with the latest revision on...
by tramp
Wed Feb 28, 2024 8:54 am
Forum: Linux Music News
Topic: guitarix2-0.45.0 released
Replies: 25
Views: 1848

guitarix2-0.45.0 released

This is the long overdone release for guitarix2 version 0.45.0 Guitarix is a modular, virtual amplifier for Linux. With Guitarix you can choose different preamp and amp models and /or could load *.nam files with the Neural Amp Modeler module, to simulate a specific hardware unit. Combine them with v...
by tramp
Mon Feb 26, 2024 5:58 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1004

Re: Guitarix.vst v0.2 released

Very nice @ycollette 8)

by tramp
Sat Feb 24, 2024 4:57 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1004

Re: Guitarix.vst v0.2 released

btw. @Kott The issue with the "main" tag is solved as well now. Nightly builds using now the "Latest" as tag.

by tramp
Sat Feb 24, 2024 3:19 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1004

Re: Guitarix.vst v0.2 released

Thank you very much @dan_flash :D

by tramp
Sat Feb 24, 2024 8:41 am
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1004

Re: Guitarix.vst v0.2 released

Audiojunkie Many Thanks, that's very much appreciated. Let me have some words to the provided binary. While it works on nearly any Linux distribution and version (should at least be the latest stable version from a distribution) it truly cant be fully optimised. To get a full optimised version one ...
by tramp
Fri Feb 23, 2024 5:30 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1004

Guitarix.vst v0.2 released

Guitarix.vst is the full blown guitarix stack as VST3 plugin for Linux, using Juce to wrap the guitarix engine into a VST3 plugin. It allow to load/save your presets, download presets from online and load external LV2 plugs and IR Files, like the guitarix stand-alone version. But all that as a VST3 ...
by tramp
Thu Feb 22, 2024 5:49 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.1 released
Replies: 30
Views: 2168

Re: Guitarix.vst v0.1 released

maybe rename this tag to "nightly" ? having two main refs makes Open Build Server fail on checkout: " refname 'main' is ambiguous" That's not as easy as it seems. Github use environment variables for this stuff, and, you can't simply overwrite them. I'll keep a eye open to find ...
by tramp
Thu Feb 22, 2024 5:46 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.1 released
Replies: 30
Views: 2168

Re: Guitarix.vst v0.1 released

Do you still plan to get it put in? 🙂 I'm not sure. With NAM support build in you've access to so many amp models . . . And now, tell me, do we need the JCM800pre any more? Checkout the latest commit, NAM support is implemented now. Ready to use binaries (compatible now with distributions >= Ubuntu...
by tramp
Thu Feb 22, 2024 5:41 pm
Forum: Developer's Section
Topic: Should I push?
Replies: 5
Views: 395

Re: Should I push?

Audiojunkie wrote: Thu Feb 22, 2024 5:30 pm

Test? QA? That's for sissies!!! :D

:lol: :lol: :lol:

okay, so:

Code: Select all

~/projecte/guitarix.vst3/guitarix.vst$ git commit . -m "add NAM support"
[main 38758b0] add NAM support
git push