I'm working on a crate insta-fun - snapshot testing for fundsp AudioUnits.
In the project where I use it some audio nodes are getting quite complex with bus/pipe/stack etc. For that matter I wanted to add graphviz dot snapshots. I've implemented that for traversing the net: nodes and sources. However the output of .display() isn't too informative and there no way I can "look" into the node to see the actual wiring there.
I'm curious, if you think something could be done to "unerase" the audio nodes types, so that I can build more detailed graph, or if its not worth the efforts.
Thanks!
I'm working on a crate
insta-fun- snapshot testing for fundspAudioUnits.In the project where I use it some audio nodes are getting quite complex with bus/pipe/stack etc. For that matter I wanted to add graphviz dot snapshots. I've implemented that for traversing the
net: nodes and sources. However the output of.display()isn't too informative and there no way I can "look" into the node to see the actual wiring there.I'm curious, if you think something could be done to "unerase" the audio nodes types, so that I can build more detailed graph, or if its not worth the efforts.
Thanks!