Search found 350 matches

by alex stone
Sat Mar 09, 2024 9:28 am
Forum: Recorders & Sequencers
Topic: I can't get Rosegarden to see Hydrogen
Replies: 17
Views: 660

Re: I can't get Rosegarden to see Hydrogen

That's entirely possible. I tried to drag a connection for midi but it wouldn't let me do it for some reason. I'm probably missing something as I'm a total noob when it comes to DAW software. Instead of Qjackctl's 'Patchbay' window, could you use and post a screenie of Qjackctl's 'Connect' window? ...
by alex stone
Sun Mar 03, 2024 4:30 pm
Forum: Computer Related Hardware
Topic: Marian Digital Audio Electronics Clara-e pcie card for Dante.
Replies: 0
Views: 166

Marian Digital Audio Electronics Clara-e pcie card for Dante.

https://www.marian.de/products-archive/clara-e/?lang=en

A quick heads up for those looking for a Dante pcie card that has an Alsa driver.

by alex stone
Wed Feb 14, 2024 2:38 pm
Forum: Linux Distributions & Other Software
Topic: AV Linux and RAM usage?
Replies: 5
Views: 445

Re: AV Linux and RAM usage?

erlkönig wrote: Wed Feb 14, 2024 10:52 am

You can find out with programs like top or htop.

Don't forget btop...

by alex stone
Tue Feb 13, 2024 1:04 pm
Forum: Linux Distributions & Other Software
Topic: Midi Monitor for pipewire
Replies: 4
Views: 362

Re: Midi Monitor for pipewire

Linuxmusician01 wrote: Tue Feb 13, 2024 9:45 am

I don't know exactly what gmidimonitor and midisnoop do but I check Midi via the command line with:

  1. Determine port number:

    Code: Select all

    aseqdump -l
  2. Watch Midi output:

    Code: Select all

    aseqdump -p <<<portnumber>>>>

:)

I'll try that. Thanks for the heads up.

by alex stone
Mon Feb 12, 2024 3:05 pm
Forum: Linux Distributions & Other Software
Topic: Midi Monitor for pipewire
Replies: 4
Views: 362

Midi Monitor for pipewire

A quick question. Does anyone know of a midi monitor for pipewire, in the style of gmidimonitor, or midisnoop?

Alex.

by alex stone
Fri Feb 09, 2024 9:04 pm
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

I've reworked the app a bit, so now it allow to convert stereo files as well. It will generate a header file per channel and apply _L / _R to the filename. Also it's now possible to apply a gain correction value to adjust the levels. just give a float value to use after the filename. Here is the ad...
by alex stone
Thu Feb 08, 2024 4:01 pm
Forum: Plugins, Effects and Instruments
Topic: Jorgan - how to send preset changes from a DAW. (Solved)
Replies: 0
Views: 281

Jorgan - how to send preset changes from a DAW. (Solved)

I'm currently experimenting with Jorgan, and have a question for the millions of Jorgan users. I have set up presets for each rank in the English Cathedral disposition. I'd like to switch presets per rank using midi CC messages from inside a DAW midi editor, in this case Muse4. I have 5 tracks corre...
by alex stone
Mon Feb 05, 2024 4:23 pm
Forum: Linux Music News
Topic: ImpulseLoader.lv2
Replies: 7
Views: 817

Re: ImpulseLoader.lv2

Yes, it's like that first version Just it allow to use mono files in the stereo version and versa vi. Ready to use binaries for Linux and Windows been there on the release pages. Thanks Tramp. Two more fine apps to add to the collection. A professional dumb user like me can never have too many conv...
by alex stone
Mon Feb 05, 2024 9:39 am
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

I've reworked the app a bit, so now it allow to convert stereo files as well. It will generate a header file per channel and apply _L / _R to the filename. Also it's now possible to apply a gain correction value to adjust the levels. just give a float value to use after the filename. Here is the ad...
by alex stone
Sun Feb 04, 2024 5:18 pm
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

I don't know... what a complication... I'd try lv2-ir plugin. It's simple and not heavy.. Do you notice that it is about LADSPA, not LV2. @alex stone Note that the converter is for mono files only as the Impulse Convolver is mono. I'm part of the way there, I now have three mono IRs setup and the p...
by alex stone
Sun Feb 04, 2024 2:30 pm
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

tramp wrote: Sun Feb 04, 2024 2:25 pm
Daniele71 wrote: Sun Feb 04, 2024 1:44 pm

I don't know... what a complication... I'd try lv2-ir plugin. It's simple and not heavy..

Do you notice that it is about LADSPA, not LV2.

@alex stone Note that the converter is for mono files only as the Impulse Convolver is mono.

Understood.

by alex stone
Sun Feb 04, 2024 2:29 pm
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

Daniele71 wrote: Sun Feb 04, 2024 1:44 pm

I don't know... what a complication... I'd try lv2-ir plugin. It's simple and not heavy..

You can't use LV2 plugins as internal effects in linuxsampler, only ladspa.

by alex stone
Sun Feb 04, 2024 2:28 pm
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

I've done such stuff a lot. :lol: Here is a little app which will convert wav files into the needed format for the Impulse Convolver from Steve Harris. #include <stdio.h> #include <iostream> #include <filesystem> #include <vector> #include <string> #include <algorithm> using std::min; // g++ -w -o ...
by alex stone
Sun Feb 04, 2024 7:43 am
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

The good old Impulse Convolver from Steve Harris could do that. https://github.com/swh/ladspa/tree/v0.4.17 You just need to convert your IR-Files to a header file which could be included. There are converter scripts in the Impulses folder to allow you to replace the current implemented files with y...
by alex stone
Sun Feb 04, 2024 7:36 am
Forum: Plugins, Effects and Instruments
Topic: LADSPA impulse response plugin.
Replies: 15
Views: 1067

Re: LADSPA impulse response plugin.

d.healey wrote: Sat Feb 03, 2024 10:40 pm

The GUI of a plugin shouldn't eat up any CPU when the GUI is closed. So I wouldn't stress too much about it.

Yep, understood. It's LADSPA format I need though.