overtone.synths

Synths. For Overtone. Sound.

Leiningen/Boot

[overtone.synths "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

overtone.synths/overtone.synths {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("overtone.synths:overtone.synths:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>overtone.synths</groupId>
  <artifactId>overtone.synths</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>