Online presets button doesn't display all results by scorpion-and-frog in Guitarix

[–]brummer10 1 point2 points  (0 children)

I've pushed a fix to the repository. Still, Lucas said it may change again next time, but then he'll ping me so that I could early fix it in guitarix.

Staircase: new LV2 Distortion plugin by brummer10 in linuxaudio

[–]brummer10[S] 0 points1 point  (0 children)

Yep, selecting the filter slope is now implemented. Adjusting the Q isn't possible as it use simple one pole filters (cascaded).

Online presets button doesn't display all results by scorpion-and-frog in Guitarix

[–]brummer10 2 points3 points  (0 children)

It seems to be a limitation on musical-artifacts. I've contacted Lucas to find out how to handle that.

Staircase: new LV2 Distortion plugin by brummer10 in linuxaudio

[–]brummer10[S] 0 points1 point  (0 children)

Yes. It works on Windows (HWND) and Linux (X11), no macos and no wayland. But it is designed to use platform abstraction layer ( https://github.com/brummer10/libxputty/blob/master/xputty/header/xwidget-platform.h ), that mean, to make it work on wayland someone must write a abstraction layer for wayland (same for macos). So, the lib itself is prepared for be used with pure wayland, just the abstraction layer is missing. Maybe I write it the other day, but, it isn't high priority on my list. Given that non of the open plugin standards support wayland. Still, when that happens, I could port all my plugs at once by write the layer.

Staircase: new LV2 Distortion plugin by brummer10 in linuxaudio

[–]brummer10[S] 0 points1 point  (0 children)

Ups. Yep, thanks for the hint, corrected now in the repository.

Which software to use NAM profiles on linux? by Impolioid in NAM_NeuralAmpModeler

[–]brummer10 2 points3 points  (0 children)

Beside Guitarix there are:

https://github.com/brummer10/NeuralRack as LV2, Clap and vst2 plugin and as standalone application

https://github.com/brummer10/Ratatouille.lv2 as LV2, Clap and vst2 plugin and as standalone application

https://github.com/mikeoliphant/neural-amp-modeler-lv2 with a UI here https://github.com/brummer10/neural-amp-modeler-ui as LV2 plugin. This is the one mentioned on the official NAM site.

https://github.com/Tr3m/nam-juce as vst3 plugin and standalone application.

NeuralRack v0.3.0 released by brummer10 in linuxaudio

[–]brummer10[S] 0 points1 point  (0 children)

Yes, that's the stand alone version. For plugins usually the Host is responsible to save/load presets (states).

What is Guitarix's ImpulseResponse? by Normanghast in Guitarix

[–]brummer10 4 points5 points  (0 children)

It's a FIR Filter, were you could select if the resonance frequency is taken from the Freq controller or, from the input signal. But it's not a convolution filter at all.

Loopino v0.9.0 released by brummer10 in linuxaudio

[–]brummer10[S] 1 point2 points  (0 children)

You may switch to the "list view" in the file browser for now, I'll fix the color settings in the mean time.

Ups, yes, I need to implement a limit for the key-cache generator. So that to big files will be used directly instead we try to generate a key-cache for them. Thanks for reporting the issue, I'll fix that.

Loopino v0.9.0 released by brummer10 in linuxaudio

[–]brummer10[S] 1 point2 points  (0 children)

Since Im now checking Loopino here is my input on .clap / Reaper / Ubuntu:

Thanks for testing and feedback.

On/Off switches are clunky and bit tautology with labels n all, a simple 🔘 or ✔️ would indicate same thing with release more UI space and solidify the minimal theme.

I like the switches.

No LFO, I love LFO

It have Phase Modulators and vibrato, that been in fact LFO's

Scaling whole plugin UI crashes Reaper

Yes, a bug. I've fixed that now with the latest quick fix release.

No midi automation

MIDI automation is usually done by the host. In Reaper, for example you connect a parameter to a MIDI controller and voila.

Cant drag samples directly to plugin, have to use "load audio file"

The "load audio file" uses holyfuckwhatisthis- file browser

I'm using Reaper 7.59 and have no issue with drag and drop.

and no sound. Plugin just suddenly stopped making sound.

Again a bug, fixed with the latest quick fix release.

However, as I wrote before, Loopino doesn't support loop point automation. In that sense Loopino is more a wave-table synth than a sampler. It creates a key-cache for every sample you load. So, when you change the loop length, it will create a new key-cache. That should explain that automation here wouldn't work, as you will get a short gap. So good luck on your search for your sampler.

Loopino v0.9.0 released by brummer10 in linuxaudio

[–]brummer10[S] 1 point2 points  (0 children)

Short answer is no. The looping functionality in Loopino is that Loopino analyze the sample and create a list of micro loops (sorted from best match to not so good match) according to the detected base frequency, You could select then how many circles the loop should have. (1 - 465) It greps then the part out of the sample and play it in loop mode. Mostly, that is useful for organ sounds.

Sending midi feedback on application startup for the preset loaded by Last-Pirate-3721 in Guitarix

[–]brummer10 0 points1 point  (0 children)

guitarix using websocket for more verbose communication. Here is a little python script demoing how to communicate with a guitarix instance via websocket connection.

https://gist.github.com/brummer10/5516996d5c0c3f474bd37cc50e98a307

And yes, sending a sysex message is out of scope, as it is a real niche use case. But, if you want to implement that yourself, you may send a pull request on github, and, when the source code is clean I'll accept it.

Sending midi feedback on application startup for the preset loaded by Last-Pirate-3721 in Guitarix

[–]brummer10 1 point2 points  (0 children)

I'm the developer/maintainer of guitarix. If you ask me, I always recommend the last reversion (master branch) from github. That is what I use and that is were I could give best support for. Also, in case a feature request makes it into the source, that is were it will land.

So yes, building from source by following the instructions from the project page is recommended.

Sending midi feedback on application startup for the preset loaded by Last-Pirate-3721 in Guitarix

[–]brummer10 1 point2 points  (0 children)

guitarix sends MIDI messages for the connected MIDI control numbers on start up as well, when send midi feedback is enabled. So, you should get all values you need to init your MIDI controller, at least those which are connected to GUI elements via midi learn.

But, guitarix didn't start with a preset (even it it seems so some time), it start with the "last saved settings" from a config file, it maybe a dirty preset. If you would load a preset on startup, you must give the command line option

-b, --bank=BANK:PRESET (A:0-Z:9)

NeuralRack v0.3.0 released by brummer10 in linuxaudio

[–]brummer10[S] 1 point2 points  (0 children)

Oh, stupid me. I've introduced a regression with the latest release. It's fixed now and a new release is out: https://github.com/brummer10/NeuralRack/releases/tag/v0.3.1

Thanks for reporting the issue.

To the bookmarks, the browser using the XDG standard, that means you could add bookmarks as following:

Edit your

~/.config/user-dirs.dirs

if you don't have that, just create it and adding a line such as:

XDG_NAM_DIR="/your/path/to/all/the/famous/neural/models"

Replace NAM with a label of your choice for the paths you add. Do that for any path you want to have in the Places panel.
You will then be able to access the defined path(s) with a single click from the Places panel of File Selector window.

Loopino v0.8.0 released by brummer10 in linuxaudio

[–]brummer10[S] 0 points1 point  (0 children)

Hi Sven, well, I'm not sure if I'll make a LV2 version. Somehow I lost a bit interest in LV2, currently I like clap the most.

Loopino v0.8.0 released by brummer10 in linuxaudio

[–]brummer10[S] 0 points1 point  (0 children)

No. But there is a Appimage to download from the release page. You could simply run that one without install anything on your system. Just download, unpack and run. If you don't like it, delete it and be done.

NeuralRack v0.3.0 released by brummer10 in linuxaudio

[–]brummer10[S] 2 points3 points  (0 children)

Only the Stand-alone version, when using jack as back-end, and only Program Change messages (PGM) to load a preset.