From sjaehn at jahnichen.de Fri Jun 3 11:44:20 2022 From: sjaehn at jahnichen.de (Sven Jaehnichen) Date: Fri, 3 Jun 2022 20:44:20 +0200 Subject: [LV2] How to debug plugins ? In-Reply-To: References: <27000c04-465e-3930-cfb8-4ada39a16c9a@jahnichen.de> Message-ID: Hi Mario Am 31.05.22 um 16:36 schrieb M?rio Luzeiro: > do you know if I can run jalv.gtk3 and point it to a plugin on some path? > so I dont have to copy/place the plugin on the usuall .lv2 folder ? jalv (and all other lv2 plugin hosts) should look at all lv2 folders and should take the latest version of the plugin stated with lv2:minorVersion and lv2:microVersion. So simply set the version number of the plugin version to debug to the highest number. Regards, Sven