17 SCORE_CONCRETE(
"06f48270-35a4-44d2-929a-e67b8e2904f5")
24 void startTick(
const ossia::audio_tick_state& st)
override;
25 void setEdge(port_index source, port_index sink);
26 void endTick(
const ossia::audio_tick_state& st)
override;
29 std::vector<Edge> prev_edges;
30 std::vector<Edge> edges_cache;
31 using edge_queue = moodycamel::ConcurrentQueue<Edge>;
32 edge_queue incoming_edges;
Definition GfxContext.hpp:32