Mercurial > hg > svcore
comparison plugin/LADSPAPluginFactory.cpp @ 980:6e6da0636e5e tonioni
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 16:36:21 +0100 |
parents | 7aa9088e9bcd |
children | b14064bd1f97 |
comparison
equal
deleted
inserted
replaced
954:35b05cac32d0 | 980:6e6da0636e5e |
---|---|
728 // cout << identifier << "::" << m_taxonomy[identifier] << endl; | 728 // cout << identifier << "::" << m_taxonomy[identifier] << endl; |
729 } | 729 } |
730 | 730 |
731 QString category = m_taxonomy[identifier]; | 731 QString category = m_taxonomy[identifier]; |
732 | 732 |
733 if (category == "" && descriptor->Name != 0) { | 733 if (category == "") { |
734 std::string name = descriptor->Name; | 734 std::string name = rtd->name; |
735 if (name.length() > 4 && | 735 if (name.length() > 4 && |
736 name.substr(name.length() - 4) == " VST") { | 736 name.substr(name.length() - 4) == " VST") { |
737 category = "VST effects"; | 737 category = "VST effects"; |
738 m_taxonomy[identifier] = category; | 738 m_taxonomy[identifier] = category; |
739 } | 739 } |