Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

Reply
 
Thread Tools Display Modes
Old 12-11-2021, 12:04 PM   #1
jrpear
Human being with feelings
 
Join Date: Dec 2021
Posts: 1
Default Reaper fails to load Simple Amp plugin example provided by offical LV2 repo

When I try to load the LV2 spec's example amp plugin, I get an error "The following plug-in effect could not be loaded".

All of their other examples load properly.

I've included instructions for building it yourself on Linux and attached a Linux build I did.

Reaper version: 6.42-linux-x86_64

```
git clone https://gitlab.com/lv2/lv2.git
cd lv2
git submodule update --init
cd plugins/eg-amp.lv2
./waf configure
./waf
ln -s $PWD/build/lv2/eg-amp.lv2 $HOME/.lv2
```
Attached Files
File Type: zip eg-amp.lv2.zip (5.5 KB, 101 views)
jrpear is offline   Reply With Quote
Old 12-11-2021, 03:52 PM   #2
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,358
Default

Amusingly, this is because the manifest.ttl, in all of its verbosity, has duplicate rdfs:seeAlso <amp.ttl>, which breaks things. Fixing!
Justin is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:02 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.