Mercurial > hg > svcore
comparison plugin/DSSIPluginFactory.cpp @ 167:665342c6ec57
* Add a bit of resistance to pane dragging so as to make it harder to
inadvertently drag in the other axis from the one you intended
author | Chris Cannam |
---|---|
date | Fri, 22 Sep 2006 16:46:10 +0000 |
parents | 702fc936e6a6 |
children | 06ad01f3e553 |
comparison
equal
deleted
inserted
replaced
166:702fc936e6a6 | 167:665342c6ec57 |
---|---|
329 } | 329 } |
330 } | 330 } |
331 | 331 |
332 rtd->category = category.toStdString(); | 332 rtd->category = category.toStdString(); |
333 | 333 |
334 std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID | 334 // std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID |
335 << ", identifier is \"" << identifier.toStdString() | 335 // << ", identifier is \"" << identifier.toStdString() |
336 << "\", category is \"" << category.toStdString() | 336 // << "\", category is \"" << category.toStdString() |
337 << "\", name is " << ladspaDescriptor->Name | 337 // << "\", name is " << ladspaDescriptor->Name |
338 << ", label is " << ladspaDescriptor->Label | 338 // << ", label is " << ladspaDescriptor->Label |
339 << std::endl; | 339 // << std::endl; |
340 | 340 |
341 def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID); | 341 def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID); |
342 if (def_uri) { | 342 if (def_uri) { |
343 defs = lrdf_get_setting_values(def_uri); | 343 defs = lrdf_get_setting_values(def_uri); |
344 } | 344 } |