CreateModulation.hpp
1 #pragma once
2 #include <Scenario/Commands/ScenarioCommandFactory.hpp>
3 
4 #include <score/command/AggregateCommand.hpp>
5 
6 namespace Dataflow
7 {
9 {
10  SCORE_COMMAND_DECL(
11  Scenario::Command::CommandFactoryName(), CreateModulation, "Create modulation")
12 };
13 }
Definition: CreateModulation.hpp:9
Allows for grouping of multiple commands in a single one.
Definition: AggregateCommand.hpp:15