2 #include <Process/Dataflow/Port.hpp>
3 #include <Process/Execution/ProcessComponent.hpp>
4 #include <Process/Process.hpp>
6 #include <Media/Sound/SoundModel.hpp>
8 #include <score/model/Component.hpp>
10 #include <ossia/dataflow/node_process.hpp>
11 #include <ossia/network/value/value.hpp>
15 class SoundComponentSetup;
22 Media::Sound::ProcessModel, ossia::node_process>
24 COMPONENT_METADATA(
"a25d0de0-74e2-4011-aeb6-4188673015f2")
31 void on_fileChanged();
37 struct Recomputer :
public Nano::Observer
44 void recompute() {
self.recompute(); }
46 Recomputer m_recomputer;
51 SCORE_CONCRETE_COMPONENT_FACTORY(
Definition: Process/Execution/ProcessComponent.hpp:119
Definition: Process/Execution/ProcessComponent.hpp:102
Definition: SoundComponent.hpp:23
Components used for the execution of a score.
Definition: ProcessComponent.cpp:12
Definition: Process/Execution/ProcessComponent.hpp:89