PdMetadata.hpp
1 #pragma once
2 #include <Process/ProcessMetadata.hpp>
3 
4 #include <QString>
5 
6 namespace Pd
7 {
8 class ProcessModel;
9 }
10 
11 PROCESS_METADATA(
12  , Pd::ProcessModel, "7b3b18ea-311b-40f9-b04e-60ec1fe05786", "PureData", "PureData",
13  Process::ProcessCategory::Script, "Plugins", "Embed PureData in score",
14  "ossia and the Pd team", {}, {}, {},
15  QUrl("https://ossia.io/score-docs/processes/puredata.html#pure-data-support"),
16  Process::ProcessFlags::SupportsAll | Process::ProcessFlags::PutInNewSlot
17  | Process::ProcessFlags::ControlSurface)
Definition: PdProcess.hpp:40