openAVproductions / openAV-Fabla

A sampler LV2 plugin called Fabla
GNU General Public License v2.0
46 stars 12 forks source link

Fix FAILs in ttl #62

Closed sjaehn closed 3 years ago

sjaehn commented 3 years ago

Welcome back at Github. I quickly fixed the FAILs mentioned in issue #59 . idleInterface is a requiredFeature. And showInterface shouldn't be in the extension data if you don't use it. minorVersion and microVersion are added with the numbers or your latest release 1.3.2 (odd minor version number!).

Optionally: -fvisibility=hidden in CFLAGS and CXXFLAGS (to get rid of the globally visible symbols)