Skip to content

Commit

Permalink
fix scanning of VST shell plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Oct 11, 2014
1 parent 7ea039e commit 848db8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/ardour/vst_info_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 848db8f

Please sign in to comment.