iem-projects / scalacollider-dot   0.6.0

GitHub

Utility for exporting a ScalaCollider UGen graph as GraphViz .dot file

Scala versions: 2.12 2.11 2.10

ScalaCollider-DOT

Build Status Maven Central

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.

example

linking

The following artifact is available from Maven Central:

"at.iem" %% "scalacollider-dot" % v

The current stable version v is "0.6.0".

building

This project builds with sbt and Scala 2.12, 2.11. To compile sbt test:compile. To print the test output, sbt test:run.

contributing

Please see the file CONTRIBUTING.md