Mercurial > hg > svcore
comparison plugin/DSSIPluginFactory.cpp @ 690:1424aa29ae95
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:26:52 +0100 |
parents | 06f13a3b9e9e |
children | e802e550a1f2 |
comparison
equal
deleted
inserted
replaced
689:573d45e9487b | 690:1424aa29ae95 |
---|---|
67 if (!ddesc) continue; | 67 if (!ddesc) continue; |
68 | 68 |
69 const LADSPA_Descriptor *descriptor = ddesc->LADSPA_Plugin; | 69 const LADSPA_Descriptor *descriptor = ddesc->LADSPA_Plugin; |
70 if (!descriptor) continue; | 70 if (!descriptor) continue; |
71 | 71 |
72 // DEBUG << "DSSIPluginFactory::enumeratePlugins: Name " << (descriptor->Name ? descriptor->Name : "NONE" ) << endl; | 72 // SVDEBUG << "DSSIPluginFactory::enumeratePlugins: Name " << (descriptor->Name ? descriptor->Name : "NONE" ) << endl; |
73 | 73 |
74 list.push_back(*i); | 74 list.push_back(*i); |
75 list.push_back(descriptor->Name); | 75 list.push_back(descriptor->Name); |
76 list.push_back(QString("%1").arg(descriptor->UniqueID)); | 76 list.push_back(QString("%1").arg(descriptor->UniqueID)); |
77 list.push_back(descriptor->Label); | 77 list.push_back(descriptor->Label); |