TouchOSCDeviceLoader.hpp
1 #pragma once
2 #include <Device/Node/DeviceNode.hpp>
3 
4 #include <QString>
5 
6 namespace Device
7 {
8 SCORE_LIB_DEVICE_EXPORT bool
9 loadDeviceFromTouchOSC(const QString& filePath, Device::Node& node);
10 }
Manipulation of Devices from Qt.
Definition: AddressSettings.cpp:14