Search found 2335 matches

by tramp
Sat Feb 03, 2024 7:29 am
Forum: Linux Music News
Topic: ImpulseLoader.lv2
Replies: 7
Views: 817

ImpulseLoader.lv2

Related to my last work, the Neural Amp Modeller GUI I created a new plug, the ImpulseLoader. https://raw.githubusercontent.com/brummer10/ImpulseLoader.lv2/master/ImpulseLoader.png This is a simple, robust mono IR-File loader/convolver to comply the Neural Amp Modeller stack. IR-Files could be loade...
by tramp
Sat Feb 03, 2024 4:22 am
Forum: Plugins, Effects and Instruments
Topic: Quick Guitarix.VST Questions
Replies: 2
Views: 462

Re: Quick Guitarix.VST Questions

Hi The guitarix.vst plugin is a vst3 wrapper around the guitarix engine. So, yes, it could load LV2 plugs same as the stand-alone version as basically it is the very same thing. It as well support downloading and use the online presets. It didn't support vst or clap plugins. Guitarix only support a ...
by tramp
Wed Jan 31, 2024 10:15 am
Forum: Linux Music News
Topic: Neural Amp Modeler LV2 GUI
Replies: 26
Views: 2406

Re: Neural Amp Modeler LV2 GUI

Yes, the Neural Amp Modeler LV2 plugin by Mike Oliphant is bare bone. It didn't do resampling, nor have it a EQ or could load IR files. It is meant to be used in a modular setup were you use other plugs to do this jobs.

by tramp
Wed Jan 31, 2024 8:34 am
Forum: Linux Music News
Topic: Neural Amp Modeler LV2 GUI
Replies: 26
Views: 2406

Neural Amp Modeler LV2 GUI

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 It could be installed as add-on to the already installed neural amp modeller LV2 plugin. https://raw.githubusercontent.com/brummer10/neural-amp-modeler-ui/mas...
by tramp
Mon Jan 29, 2024 7:32 pm
Forum: Samplers & samples
Topic: Reaper and top Linux samplers as plugins: how to even set up?
Replies: 43
Views: 3748

Re: Reaper and top Linux samplers as plugins: how to even set up?

Impostor wrote: Mon Jan 29, 2024 7:09 pm

Reaper's a one-man show too?

Nope. It may have started as one, like Ardour, but, Cockos Interoperated isn't a one man show at all. The development team completed as least with John Schwartz, Ollie REAPen, White Tie, Geoffrey Francis and Kenny Gioia while others contribute as well.

by tramp
Mon Jan 29, 2024 5:57 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

Sure, just update the checkou and rebuild
(remember the git submodule update thing)
same is true for Fluida, it uses as well the latest libxputty now.

by tramp
Mon Jan 29, 2024 5:53 pm
Forum: Samplers & samples
Topic: Reaper and top Linux samplers as plugins: how to even set up?
Replies: 43
Views: 3748

Re: Reaper and top Linux samplers as plugins: how to even set up?

It's just that for most pro-audio stuff, like jack, qjackctl, carla, hydrogen, and DAWs like qtractor, muse, and most of the available audio plugins, be they synths, effects, or samplers, by people like @rncbc @falktx @Tim E. Real @kott @GMaq @tramp @sadko4u and I could go on for quite a while, the...
by tramp
Mon Jan 29, 2024 5:41 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

So, Xmonk is updated now to latest libxputty. This included now as well support for Hdpi on Linux and Windows.
Still need to update XUiDesigner to reflect Hdpi support.

by tramp
Sun Jan 28, 2024 5:24 pm
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 95589

Re: Fluida v0.9.1 released

Are there any CC controls accessible through automation? I’m still looking for possible ADSR options. For example: CC 73 and CC 72. 🙂 By default Fluida forward any incoming MIDI CC message to fluidsynth. So if you automate some MIDI messages Fluida will transpose them to fluidsynth. If attack and r...
by tramp
Sun Jan 28, 2024 9:47 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

I have updated XUiDesigner. On Windows in Reaper there are hardly any hanging notes left now when using my own plugin, but I can still systematically create hanging notes in Reaper with Xmonk by opening the larger keyboard by clicking on the very small keyboard on the GUI, and then clicking on a ke...
by tramp
Sun Jan 28, 2024 8:36 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

Nice :) Hopefully I've found the culprit for the hanging note on windows now. There was indeed a missing event when the mouse release outside the window. Even when capture this event it could be lost on windows. Glad-fully windows knows about that issue and trigger a lost event message when that hap...
by tramp
Mon Jan 15, 2024 12:17 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

using after git clone

Code: Select all

cd Xmonk.lv2
git submodule update --init --recursive
./libxputty/build.sh windows
by tramp
Mon Jan 15, 2024 10:07 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

No, I mean just clone the repository to your linux computer, then cd into the top directory of the cloned repository, then run git submodule update --int then run ./libxputty/build.sh windows same as if you build a plug with XUiDesigner, only that you need to update the submodule after checkout from...
by tramp
Mon Jan 15, 2024 4:00 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1139428

Re: Running LV2 plugins in Carla on Windows11?

Could you try out Xmonk on your windows box: https://github.com/brummer10/Xmonk.lv2 You could build it similar like the XUiDesigner plugs. It use the same keyboard, but, feed only a single voice engine and use simple port messages for communication between GUI and engine, while the XUiDesigner based...
by tramp
Sun Jan 14, 2024 5:54 pm
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 95589

Re: Fluida v0.9.1 released

haast wrote: Sun Jan 14, 2024 10:15 am

here is a scaling issue on my HiDPI Manjaro setup.

Ah, yes, I see. Thanks for heads up.
I've implemented a work around for that now. Still, the combo box menu will be small sized, but should popup at the right place now.