free-audio / clap-info

A tool to show information about a CLAP plugin on the command line
MIT License
43 stars 11 forks source link

Entry points are not initialized and deinitialized during a scan #31

Closed robbert-vdh closed 2 years ago

robbert-vdh commented 2 years ago

When using clap-info's scanning functionality, it tries get the plugin factory without initializing the entry point first. In the regular info mode it does initialize the entry point before doing anything else.