19 SCORE_CONCRETE(
"06f48270-35a4-44d2-929a-e67b8e2904f5")
27 void startTick(
const ossia::audio_tick_state& st)
override;
28 void setEdge(port_index source, port_index sink, Process::CableType t);
29 void endTick(
const ossia::audio_tick_state& st)
override;
33 std::shared_ptr<bool> alive{std::make_shared<bool>(
true)};
36 std::vector<EdgeSpec> prev_edges;
37 std::vector<EdgeSpec> edges_cache;
38 using edge_queue = moodycamel::ConcurrentQueue<EdgeSpec>;
39 edge_queue incoming_edges;
Definition GfxContext.hpp:69