Search found 115 matches

by oddy.o.lynx
Sat Feb 24, 2024 10:02 pm
Forum: System Tuning and Configuration
Topic: pipewire latency compensation roundtrip
Replies: 12
Views: 842

Re: pipewire latency compensation roundtrip

Latency compensation is perfectly possible in pipewire and it can be done globally through wireplumber ~/.config/wireplumber/main.lua.d/50-alsa-config.lua file as described here: https://pipewire.pages.freedesktop.org/ ... properties It's also possible to put that setting in particular interface co...
by oddy.o.lynx
Tue Feb 13, 2024 12:31 am
Forum: Linux Music News
Topic: Guitarix.vst v0.1 released
Replies: 30
Views: 2169

Re: Guitarix.vst v0.1 released

Largos wrote: Mon Feb 12, 2024 3:59 pm

Downloaded the binary I could not get it to work in any host until I installed "libcurl-gnutls4" (using opensuse tumbleweed). Thankfully Ardour had a helpful error message.

It may be a good idea to disable CURL in the Projucer or Juceaid.

by oddy.o.lynx
Thu Jan 25, 2024 1:40 am
Forum: Samplers & samples
Topic: Reaper and top Linux samplers as plugins: how to even set up?
Replies: 43
Views: 3737

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

I have read most of this thread, small portions but decided to stop as my eyes were rolling so hard it hurt.

by oddy.o.lynx
Sat Jan 20, 2024 8:05 pm
Forum: System Tuning and Configuration
Topic: How to install low-latency kernel
Replies: 44
Views: 11567

Re: How to install low-latency kernel

For Power Management I fixed it this way: sudo chown root:audio /dev/cpu_dma_latency sudo chmod 664 /dev/cpu_dma_latency Power Management ================ [ OK ] Power management can be controlled from user space. This enables DAW's like Ardour and Reaper to set CPU DMA latency which could help prev...
by oddy.o.lynx
Sat Jan 20, 2024 6:53 pm
Forum: System Tuning and Configuration
Topic: Problems with Bitwig performance
Replies: 20
Views: 1853

Re: Problems with Bitwig performance

Are Pipewire, Wireplumber and Pulseaudio running in the background? If they are I would recommend to mask them. systemctl --user mask pulseaudio systemctl --user --now mask wireplumber.service systemctl --user --now mask pipewire{,-pulse}.{socket,service} Also this to test system config https://code...
by oddy.o.lynx
Sat Jan 13, 2024 4:47 pm
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 95223

Re: Fluida v0.9.1 released

I see SCL support. Does it have KBM support as well? Currently there is only SCL support. I've started with KBM as well, but haven't finished that for now, so, it's disabled. Mamba did support both, https://github.com/brummer10/Mamba [/quote] KBM support is super important. A lot of my compositions...
by oddy.o.lynx
Fri Jan 12, 2024 2:37 am
Forum: Plugins, Effects and Instruments
Topic: Intel AI effects for Audacity
Replies: 5
Views: 43954

Re: Intel AI effects for Audacity

I'v built this successfully. One thing though, when installed in

Code: Select all

/usr/local

it had an ioctl error and would not load openvino. Putting it under

Code: Select all

~/opt/audacity

the plugin loads.

Haven't tested it yet but will soon.

by oddy.o.lynx
Fri Jan 12, 2024 2:28 am
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 95223

Re: Fluida v0.9.1 released

I see SCL support. Does it have KBM support as well?

by oddy.o.lynx
Fri Jan 05, 2024 4:42 am
Forum: Plugins, Effects and Instruments
Topic: U-he Diva linux version now supports MTS-ESP microtuning + misc info
Replies: 2
Views: 44651

Re: U-he Diva linux version now supports MTS-ESP microtuning + misc thots

I have tested Diva and ACE as MTS-ESP and both work as clients with Surge XT as source.

by oddy.o.lynx
Thu Dec 28, 2023 7:19 pm
Forum: Plugins, Effects and Instruments
Topic: Surge-XT V2
Replies: 27
Views: 26765

Re: Surge-XT V2

Binaries of Surge XT 1.3.0-1 available at OBS courtesy of KottV https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=surge-xt https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=surge-xt-lv2 https://software.opensuse.org//download....
by oddy.o.lynx
Tue Dec 26, 2023 4:59 pm
Forum: Plugins, Effects and Instruments
Topic: Surge-XT V2
Replies: 27
Views: 26765

Re: Surge-XT V2

I see that Surge XT looks for its factory data (bundled presets, wavetables etc.) in /usr/share/surge-xt . Is this hard-coded, or is there a way to set this path to something else in case I uninstall all the surge-xt packages through the package manager? You can place data folders anywhere you like...
by oddy.o.lynx
Mon Dec 25, 2023 6:47 pm
Forum: Plugins, Effects and Instruments
Topic: Surge-XT V2
Replies: 27
Views: 26765

Re: Surge-XT V2

It's possible to build Surge XT v1.3x using

Code: Select all

-DSURGE_BUILD_LV2=TRUE

For those who might find building locally too difficult or outside their scope I have built an LV2 on Debian 12 and have hosted the binary on my Github page.

by oddy.o.lynx
Mon Dec 25, 2023 1:23 am
Forum: Plugins, Effects and Instruments
Topic: Surge-XT V2
Replies: 27
Views: 26765

Re: Surge-XT V2

But why? They have LV2 support for free with JUCE... LV2 is problematic from a developer's perspective and has never been a viable alternative to VST3 which is terrible. LV2 is not a viable format for a Synth as complex as Surge is becoming. CLAP was created to resolve these issues, issues that Ste...