mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
fix scanning of VST shell plugins
This commit is contained in:
parent
7ea039ee91
commit
848db8fbd5
1 changed files with 0 additions and 1 deletions
|
|
@ -730,7 +730,6 @@ vstfx_info_from_plugin (const char *dllpath, VSTState* vstfx, vector<VSTInfo *>
|
|||
int id;
|
||||
vector< pair<int, string> > ids;
|
||||
AEffect *plugin = vstfx->plugin;
|
||||
string path = vstfx->handle->path;
|
||||
|
||||
do {
|
||||
char name[65] = "Unknown";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue