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