Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overtone internal SuperCollider server not loading plugins #299

Open
chilliams opened this issue Aug 8, 2014 · 0 comments
Open

Overtone internal SuperCollider server not loading plugins #299

chilliams opened this issue Aug 8, 2014 · 0 comments

Comments

@chilliams
Copy link

I installed Overtone and it wasn't producing any sound when I used overtone.inst.piano.

It seems that the internal server isn't loading my SuperCollider plugins. As a workaround I have set :server :external in my ~/.overtone/config.clj

Steps to reproduce:

  1. Follow the Quick Start Installation steps in the README.md

chris@chris-mbp:~/clj/insane-noises% ls ~/Library/Application\ Support/SuperCollider/Extensions/SC3plugins/
ATK                       DistortionUGens           RMEQSuiteUGens
AYUGens                   GlitchUGens               SC3pluginsQuarks.help.scd
AntiAliasingOscillators   JoshUGens                 SCMIRUGens
AuditoryModeling          LadspaUGen                SLUGens
BBCut2UGens               LoopBufUGens              SkUGens
BatUGens                  MCLDUGens                 StkUGens
BerlachUGens              MdaUGens                  SummerUGens
BetablockerUGens          MembraneUGens             TJUGens
BhobUGens                 NCAnalysisUGens           TagSystemUGens
BlackrainUGens            OteyPianoUGens            VBAPUGens
ConcatUGens               PitchDetection            VOSIMUGens
DIRECTORY                 RFWUGens                  local
chris@chris-mbp:~/clj/insane-noises% cat ~/.overtone/config.clj
{:versions-seen #{"v0.9.1"},
 :os :mac,
 :user-name "Chris",
 :server :internal,
 :sc-args {}}
chris@chris-mbp:~/clj/insane-noises% lein repl
nREPL server started on port 61020 on host 127.0.0.1 - nrepl://127.0.0.1:61020
REPL-y 0.3.1
Clojure 1.5.1
    Docs: (doc function-name-here)
          (find-doc "part-of-name-here")
  Source: (source function-name-here)
 Javadoc: (javadoc java-object-or-class-here)
    Exit: Control+D or (exit) or (quit)
 Results: Stored in vars *1, *2, *3, an exception in *e

user=> (use 'overtone.live)
--> Loading Overtone...
--> Booting internal SuperCollider server...
Number of Devices: 2
   0 : "Built-in Microph"
   1 : "Built-in Output"

"Built-in Microph" Input Device
   Streams: 1
      0  channels 2

"Built-in Output" Output Device
   Streams: 1
      0  channels 2

SC_AudioDriver: sample rate = 44100.000000, driver's block size = 512
--> Connecting to internal SuperCollider server...
--> Connection established

    _____                 __
   / __  /_  _____  _____/ /_____  ____  ___
  / / / / | / / _ \/ ___/ __/ __ \/ __ \/ _ \
 / /_/ /| |/ /  __/ /  / /_/ /_/ / / / /  __/
 \____/ |___/\___/_/   \__/\____/_/ /_/\___/

   Collaborative Programmable Music. v0.9.1


Hello Chris, may algorithmic beauty pour forth from your fingertips today.

nil
user=> (use 'overtone.inst.piano)
nil
user=> exception in GraphDef_Recv: UGen 'MdaPiano' not installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant