43 static std::shared_ptr<H2Core::Drumkit>
loadDrumkit(
44 XMLNode& node,
const QString& sDrumkitPath,
45 bool bSilent =
false );
Ensures compatibility with XML files created with Hydrogen version >= v2.0.
static std::shared_ptr< H2Core::Drumkit > loadDrumkit(XMLNode &node, const QString &sDrumkitPath, bool bSilent=false)
static std::vector< std::shared_ptr< DrumkitComponent > > loadDrumkitComponentsFromKit(XMLNode *pNode)
XMLNode is a subclass of QDomNode with read and write values methods.