This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-28
Channels
- # announcements (33)
- # aws (2)
- # babashka (14)
- # beginners (128)
- # calva (34)
- # cestmeetup (3)
- # clj-kondo (12)
- # cljdoc (3)
- # clojure (114)
- # clojure-europe (31)
- # clojure-italy (3)
- # clojure-nl (7)
- # clojure-uk (6)
- # clojurescript (35)
- # conjure (20)
- # cursive (3)
- # data-science (3)
- # datomic (16)
- # docker (13)
- # events (1)
- # figwheel-main (22)
- # fulcro (109)
- # jobs (1)
- # kaocha (8)
- # keechma (1)
- # lambdaisland (5)
- # malli (1)
- # meander (8)
- # mid-cities-meetup (1)
- # off-topic (6)
- # overtone (7)
- # pathom (6)
- # re-frame (2)
- # reitit (9)
- # ring (1)
- # shadow-cljs (92)
- # specter (1)
- # tools-deps (311)
- # xtdb (76)
Hi! I'm trying to follow the basic examples but I'm afraid something might be wrong with my setup. I'm on Arch Linux, I have jack configured as needed and can define and play basic instruments. Especially the mouse-x and mouse-y UGens are not working correctly
I have a project with a deps.edn naming overtone 0.10.6 as a dependency. When running clj
in this project, after executing (use 'overtone.live)
, running this code snippet: https://github.com/overtone/overtone/blob/f6d414f884f1b6d3166195b49276174efddf2cf2/src/overtone/examples/synthesis/filters.clj#L12-L14 gives me the following error:
exception in GraphDef_Recv: UGen 'MouseX' not installed.
#<synth-node[loading]: user/audition-synth 33>
user=> *** ERROR: SynthDef user/audition-synth not found
FAILURE IN SERVER /s_new SynthDef not found
Executing the same thing in CIDER does uhm… nothing? It returns an audition-synth
but does not output any sound