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

Linux .vst3 and wrong extension #176

Closed CodesoundR closed 2 months ago

CodesoundR commented 4 months ago

Hi,

I inform you that in the installation script .deb/.rpm, the file placed in the folder .vst3 is .so instead .vst3 and this causes scan problems of the instrument. I fixed it by renaming the .so file to .vst3

the link opened for fix this problem: see the suggestion proposed by user "stumpdj": `Change the file extension from .so to .vst3

All of the DSP56300 vst3 files (Osirus, OsiruaFX, Vavra and VavraFX) are scanned and work correctly after changing the file extension. No idea why there are .so files in the rpm and deb vst3 installers. `

https://forum.cockos.com/showthread.php?t=285493