A utility that translates a ScalaCollider UGen graph into a GraphViz .dot file. This project is (C)opyright 2016–2018 by the Institute of Electronic Music and Acoustics (IEM), Graz. Written by Hanns Holger Rutz. This software is published under the GNU Lesser General Public License v2.1+.
See src/test
for an example usage.
The following artifact is available from Maven Central:
"at.iem" %% "scalacollider-dot" % v
The current stable version v
is "0.6.0"
.
This project builds with sbt and Scala 2.12, 2.11. To compile sbt test:compile
.
To print the test output, sbt test:run
.
Please see the file CONTRIBUTING.md