Skip to content

Commit

Permalink
Initialise the LADSPA properties (thanks Kristian Amlie)
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 9, 2011
1 parent 2c25f69 commit feef4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dssi-vst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ DSSIVSTPlugin::DSSIVSTPlugin()

ldesc->UniqueID = 6666 + p;
ldesc->Label = label;
ldesc->Properties = 0;
ldesc->Name = strdup(std::string(rec.pluginName + " VST").c_str());
ldesc->Maker = strdup(rec.vendorName.c_str());
ldesc->Copyright = strdup(ldesc->Maker);
Expand Down

0 comments on commit feef4af

Please sign in to comment.