JamomaDeviceLoader.hpp
1 #pragma once
2 #include <Device/Node/DeviceNode.hpp>
3 
4 #include <QString>
5 
6 namespace Device
7 {
14 SCORE_LIB_DEVICE_EXPORT bool
15 loadDeviceFromXML(const QString& filePath, Device::Node& node);
16 }
Manipulation of Devices from Qt.
Definition: AddressSettings.cpp:14
bool loadDeviceFromXML(const QString &filePath, Device::Node &node)
loadDeviceFromJamomaJSON Will load a device in a Jamoma-format XML file into the node.
Definition: JamomaDeviceLoader.cpp:248