Loading...
Searching...
No Matches
JamomaDeviceLoader.hpp
1#pragma once
2#include <Device/Node/DeviceNode.hpp>
3
4#include <QString>
5
6namespace Device
7{
14SCORE_LIB_DEVICE_EXPORT bool
15loadDeviceFromXML(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