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