plugins/score-plugin-spline3d/Spline3D/Metadata.hpp
1 #pragma once
2 #include <Process/ProcessMetadata.hpp>
3 
4 #include <score/plugins/UuidKey.hpp>
5 
6 #include <QString>
7 
8 namespace Spline3D
9 {
10 class ProcessModel;
11 }
12 
13 PROCESS_METADATA(
14  , Spline3D::ProcessModel, "32d8937c-d1d6-48f9-8b95-255b357acc71", "Spline",
15  "3D Automation", Process::ProcessCategory::Automation, "Automations",
16  "Automation following a 3D curve", "ossia score",
17  (QStringList{"Curve", "Automation", "3D"}), {},
18  {std::vector<Process::PortType>{Process::PortType::Message}},
19  Process::ProcessFlags::SupportsLasting)
Definition: score-plugin-spline3d/Spline3D/Model.hpp:19