# HG changeset patch # User Chris Cannam # Date 1169726564 0 # Node ID 4882563bd2b3867de9058da00f99a079f808cf7d # Parent b3dfc3714006a8311a116512e116983bfa5a4b51 * Add support for PortAudio v19 * Add ladspa.cat file to provide categories if unavailable through LRDF diff -r b3dfc3714006 -r 4882563bd2b3 plugin/LADSPAPluginFactory.cpp --- a/plugin/LADSPAPluginFactory.cpp Mon Jan 22 16:09:03 2007 +0000 +++ b/plugin/LADSPAPluginFactory.cpp Thu Jan 25 12:02:44 2007 +0000 @@ -91,7 +91,6 @@ if (m_taxonomy.find(*i) != m_taxonomy.end() && m_taxonomy[*i] != "") { // std::cerr << "LADSPAPluginFactory: cat for " << i->toStdString()<< " found in taxonomy as " << m_taxonomy[descriptor->UniqueID] << std::endl; list.push_back(m_taxonomy[*i]); - } else { list.push_back(""); // std::cerr << "LADSPAPluginFactory: cat for " << i->toStdString() << " not found (despite having " << m_fallbackCategories.size() << " fallbacks)" << std::endl; @@ -681,6 +680,7 @@ if (m_lrdfTaxonomy[descriptor->UniqueID] != "") { m_taxonomy[identifier] = m_lrdfTaxonomy[descriptor->UniqueID]; // std::cerr << "set id \"" << identifier.toStdString() << "\" to cat \"" << m_taxonomy[identifier].toStdString() << "\" from LRDF" << std::endl; +// std::cout << identifier.toStdString() << "::" << m_taxonomy[identifier].toStdString() << std::endl; } QString category = m_taxonomy[identifier];