Loading...
Searching...
No Matches
PdMetadata.hpp
1#pragma once
2#include <Process/ProcessMetadata.hpp>
3
4#include <QString>
5
6namespace Pd
7{
8class ProcessModel;
9}
10
11PROCESS_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
Definition PdProcess.hpp:40
@ ControlSurface
The process supports being exposed to the ControlSurface.
Definition ProcessFlags.hpp:37
@ PutInNewSlot
When created in an interval, go on the top slot or in a new slot.
Definition ProcessFlags.hpp:31