ScenarioProcessMetadata.hpp
1 #pragma once
2 #include <Process/ProcessMetadata.hpp>
3 
4 #include <score_plugin_scenario_export.h>
5 
6 namespace Scenario
7 {
8 class ProcessModel;
9 }
10 
11 PROCESS_METADATA(
12  SCORE_PLUGIN_SCENARIO_EXPORT, Scenario::ProcessModel,
13  "de035912-5b03-49a8-bc4d-b2cba68e21d9", "Scenario", "Scenario",
14  Process::ProcessCategory::Structure, "Structure", "Temporal structure",
15  "ossia score", {}, {}, {},
16  Process::ProcessFlags::SupportsTemporal | Process::ProcessFlags::PutInNewSlot)
The core hierarchical and temporal process of score.
Definition: ScenarioModel.hpp:37
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14