Unable to connect external or internal server required by overtone

51 Views Asked by At

Overtone is a open source musical programming library written in Clojure which uses the SuperCollider audio engine and synthesis server under the covers. i encountered with errors while i tried to connect server. clojure is working fine but i think there may compatibility problem with overtone and also with supercollider.Need help to sort out this problem.I did refer some answers before mentioned to use (ns user (:require [overtone.core :refer :all])) instead of (use 'overtone.core),but it didnt work.

0

There are 0 best solutions below