zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
267 stars 37 forks source link

LADSPA plugins not recognised by non-mixer #26

Closed jrigg closed 9 years ago

jrigg commented 9 years ago

The LADSPA versions of zam-plugins aren't recognised by non-mixer. At first I thought this might be the Plugin Unique IDs being too large - the official IDs as allocated by Richard Furse, who maintains the list of reserved LADSPA IDs, are still below 10000. Looking into it further I see that the IDs are unsigned long int, so I guess that isn't the problem.

jrigg commented 9 years ago

Think I found the reason: non-mixer doesn't load plugins not marked as RT capable. The TAP plugins, which load OK, are similarly marked as "Must Run Realtime: No" but they are also marked "Environment: Normal or Hard Real Time". The zam-plugins just have "Environment: Normal".

zamaudio commented 9 years ago

Thanks for reporting this, please pull for fix. I don't think I can make ZamTube HARD_RT_CAPABLE though. Please let me know if it works.

jrigg commented 9 years ago

Fixed :-)

All (apart from Zam Tube) work fine now.