|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Go to the source code of this file.
Namespaces | |
| namespace | tracktion |
Functions | |
| std::string | tracktion::graph::test_utilities::demangle (std::string name) |
| std::string | tracktion::graph::test_utilities::createGraphDescription (Node &) |
| Returns the graph structure in a dot textual description. | |
| std::string tracktion::graph::test_utilities::createGraphDescription | ( | Node & | ) |
Returns the graph structure in a dot textual description.
Save this to a file and then run it through graphviz's dot program to plot the graph. E.g. cat output.txt | dot -Tsvg > output.svg
Definition at line 36 of file tracktion_TestUtilities.cpp.
| std::string tracktion::graph::test_utilities::demangle | ( | std::string | name | ) |
Definition at line 20 of file tracktion_TestUtilities.cpp.