dsp-chain
dsp-chain copied to clipboard
Use daggy's StableDag
Using StableDag
should fix the index-shifting behavior, which previously occurred when nodes were removed from the graph.
There are a few API-breaking changes with this solution, however:
-
raw_nodes
is replaced bynode_references
-
raw_edges
is replaced byedge_references
-
Walker
'snext_node
andnext_edge
are replaced bywalk_next
(as defined by the upstream API)