// // Created by versustune on 09.06.20. // #include "SynthInstance.h" #include SynthInstance::SynthInstance (std::string processId) : m_processId (std::move (processId)) { }