Loading...
Searching...
No Matches
plugins/score-plugin-nodal/Nodal/Metadata.hpp
1#pragma once
2#include <Process/ProcessMetadata.hpp>
3
4namespace Nodal
5{
6class Model;
7}
8
9PROCESS_METADATA(
10 , Nodal::Model, "f5678806-c431-45c5-ae3a-fae5183380fb",
11 "Nodal", // Internal name
12 "Nodal", // Pretty name
13 Process::ProcessCategory::Structure, // Category
14 "Structure", // Category
15 "Organise processes in a node-based editor", // Description
16 "ossia score", // Author
17 (QStringList{}), // Tags
18 {}, // Inputs
19 {}, // Outputs
20 QUrl(""), // Documentation link (if existing)
Definition score-plugin-nodal/Nodal/Process.hpp:14
@ SupportsTemporal
Can be loaded as a process of an interval.
Definition ProcessFlags.hpp:19
@ PutInNewSlot
When created in an interval, go on the top slot or in a new slot.
Definition ProcessFlags.hpp:31