Search found 268 matches

by Loki Harfagr
Sat Mar 04, 2023 8:56 am
Forum: Plugins, Effects and Instruments
Topic: Problems installing lv2 plugins on Ardour 7.3
Replies: 16
Views: 6111

Re: Problems installing lv2 plugins on Ardour 7.3

...as we don't seem to know, where the library lies, we should assume it's in a path, so ldd `which yoshimi_lv2.so` (backticks are important) should do it, if the name of the library is correct. It has to be run as root, iirc. alas which won't work if that lv2 librarys' dir is not in the PATH, no t...
by Loki Harfagr
Fri Mar 03, 2023 4:19 pm
Forum: Plugins, Effects and Instruments
Topic: Problems installing lv2 plugins on Ardour 7.3
Replies: 16
Views: 6111

Re: Problems installing lv2 plugins on Ardour 7.3

bfalke wrote: Fri Mar 03, 2023 3:30 pm

ldd: /path/to/library: No such file or directory

the expression "path to library" is a classic for "replace with actual values for your environment", example:

Code: Select all

 ldd /usr/lib/lv2/yoshimi.lv2/yoshimi_lv2.so 
by Loki Harfagr
Mon Feb 20, 2023 7:41 am
Forum: Linux Music News
Topic: guitarix.vst
Replies: 88
Views: 96637

Re: guitarix.vst

Seems arch didn't provide liblrdf.so.0 https://archlinux.org/packages/community/x86_64/liblrdf/files/ that means you need to build guitarix.vst yourself, or use the pkgbuild provided by @gimmeapill https://aur.archlinux.org/packages/guitarix.vst-git Yep, that liblrdf.so.0 miss hit again and as you ...
by Loki Harfagr
Wed Feb 08, 2023 4:30 pm
Forum: Samplers & samples
Topic: No Budget Orchestra Plugins
Replies: 26
Views: 8809

Re: No Budget Orchestra Plugins

j_e_f_f_g wrote: Wed Feb 08, 2023 3:25 pm
tavasti wrote:

is good to have some sins.

I prefer cosins. <---- math geek pun

Quite standard, my cousins too are dad geeks' puns

by Loki Harfagr
Sat Feb 04, 2023 8:55 am
Forum: System Tuning and Configuration
Topic: Where is the latency limit???
Replies: 2
Views: 1404

Re: Where is the latency limit???

If you play guitar mind not to get shorter latency since you now ear the sound as if coming from 45cm afar and going closer may rise the problem that your strumming hand will then be later than the rest ;)

by Loki Harfagr
Sat Jan 21, 2023 1:52 pm
Forum: Plugins, Effects and Instruments
Topic: why use installers
Replies: 15
Views: 2968

Re: why use installers

Why use installers? Quite often I download a plugin or a standalone program, which is bundled in or packed with an installer, while just extracting and dropping the files somewhere seems to work just fine. Examples: for most plugins I just need to drop /plugin.lv2 or plugin.so into my relevant plug...
by Loki Harfagr
Fri Jan 20, 2023 2:36 pm
Forum: Backstage
Topic: Can you read notation?
Replies: 19
Views: 5250

Re: Can you read notation?

Well, your poll is missing at least one choice
"Used to fluently read orchestral 8 parts but somehow eons later I'm slowly and painfully reading slow paced parts but only those rare days I can find where the reading glasses where lost last time" ;)

by Loki Harfagr
Sun Jan 08, 2023 1:24 pm
Forum: Plugins, Effects and Instruments
Topic: Backup Band bug
Replies: 16
Views: 1796

Re: Backup Band bug

Impostor wrote: Sun Jan 08, 2023 10:26 am

Something's wrong with the quoting system...

I concur, bet that's what we get when chatting off bris?

by Loki Harfagr
Sun Jan 08, 2023 9:42 am
Forum: Plugins, Effects and Instruments
Topic: Backup Band bug
Replies: 16
Views: 1796

Re: Backup Band bug

Impostor wrote: Sat Jan 07, 2023 9:58 pm
j_e_f_f_g wrote: Sat Jan 07, 2023 9:28 pm
Impostor wrote:

I definitely do not want to know how a bris ties in with grilled pork, so please don't tell me.

Sure means you never ever entered an english pub where they place some bags of crunchies to prepare patrons palates to pale ale pints…

by Loki Harfagr
Fri Jan 06, 2023 9:11 am
Forum: New? We're glad you're here!
Topic: Hi, I'm the author of BackupBand
Replies: 2
Views: 2333

Re: Hi, I'm the author of BackupBand

I confirm that testify brothers and sisters! BackUpBand is a nice piece of art and it gave me days and nights of exhilarating joy while relieving my ankles from tinnitus, the only reason I'm not still using it nowadays is that from the day Travestys' wife came to rule my place for salvation I don't ...
by Loki Harfagr
Sun Jan 01, 2023 1:29 pm
Forum: Linux Music News
Topic: guitarix.vst
Replies: 88
Views: 96637

Re: guitarix.vst

Yup, that's what I surmised from that good old C++11 discrepancy message :D Thanks for confirming that's still that good old libs sandboxing at work here so not fully my fault (apart my stubborness of not using distros' Ardour packaging ;) ) I guess I'll use Guitarix Vst3 in Ardour thru Carla plugin...
by Loki Harfagr
Sun Jan 01, 2023 9:18 am
Forum: Linux Music News
Topic: guitarix.vst
Replies: 88
Views: 96637

Re: guitarix.vst

Then testing as far as adding links to the missing libs links (liblrdf.so.0 and libboost_iostreams.so.1.74.0) it ends up with the same previous error (undefined symbol: _ZN4Glib7ustringC1EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE)

by Loki Harfagr
Sun Jan 01, 2023 9:06 am
Forum: Linux Music News
Topic: guitarix.vst
Replies: 88
Views: 96637

Re: guitarix.vst

And for completion here's the (different) error if instead of my local build I use the zip from the github (on same Manjaro machine): VST3 module-path '/home/loki/.vst3/Guitarix.vst3/Contents/x86_64-linux/Guitarix.so' [Info]: Scanning: /home/loki/.vst3/Guitarix.vst3 [ERROR]: Could not load VST3 plug...
by Loki Harfagr
Sat Dec 31, 2022 6:39 pm
Forum: Linux Music News
Topic: guitarix.vst
Replies: 88
Views: 96637

Re: guitarix.vst

troubled water in Ardour land (i-e: same in mixbus) prolly my fault but in case there was something usable to prevent it: locally built from brummer github (make ; make install) uname -a Linux *** 6.1.1-1-MANJARO #1 SMP PREEMPT_DYNAMIC Wed Dec 21 23:21:50 UTC 2022 x86_64 GNU/Linux When scanning/resc...
by Loki Harfagr
Tue Dec 27, 2022 7:59 am
Forum: Running non-linux software
Topic: How to configure WINE to run the Sonokinetic manager?
Replies: 9
Views: 3855

Re: How to configure WINE to run the Sonokinetic manager?

Just a shot in the dark but according to Yabridge developer the 7.22 is one of the recent problematic (or b0rkenish) version of Wine:
https://github.com/robbert-vdh/yabridge ... mon-issues
So at least downgrade to 7.20 and check if your problems stay the same.