Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.1 KB

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