A utility that translates a ScalaCollider UGen graph into a GraphViz .dot file. This project is (C)opyright 2016–2021 by Hanns Holger Rutz. All rights reserved. It is published under the GNU Affero General Public License v3+.
See src/test
for an example usage.
The following artifact is available from Maven Central:
"de.sciss" %% "scalacollider-dot" % v
The current stable version v
is "1.7.0"
.
This project builds with sbt and Scala 2.13, 2.12, Dotty. The last version to support Scala 2.11 was v0.10.4.
To compile sbt test:compile
. To print the test output, sbt test:run
.
Please see the file CONTRIBUTING.md