dsp56300 / gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
https://dsp56300.wordpress.com/
GNU General Public License v3.0
334 stars 40 forks source link

A couple of linux issues (lv2 not working and config location) #199

Open therealfumbles opened 1 month ago

therealfumbles commented 1 month ago

Hi

Thanks for your hard work on this project. I just wanted to raise a couple of issues with the plugins on linux.

The linux lv2 is distributed as a bare .so file. LV2 plugins are bundles containing the .so and three .ttl files. As is, it is not recognized by either of the hosts I use.

Also, the config folder is placed in the home folder. It is better practice to place it in either ~/.config or ~/.local/share.