Loading...
Searching...
No Matches
ScenarioProcessMetadata.hpp
1#pragma once
2#include <Process/ProcessMetadata.hpp>
3
4#include <score_plugin_scenario_export.h>
5
6namespace Scenario
7{
8class ProcessModel;
9}
10
11PROCESS_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 QUrl("https://ossia.io/score-docs/processes/scenario.html#scenario"),
The core hierarchical and temporal process of score.
Definition ScenarioModel.hpp:37
@ 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
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13