This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-15
Channels
- # aleph (2)
- # babashka (35)
- # beginners (31)
- # biff (6)
- # calva (6)
- # cider (5)
- # clojure (61)
- # clojure-android (1)
- # clojure-dev (12)
- # clojure-europe (22)
- # clojure-norway (7)
- # clojure-uk (4)
- # clojurescript (19)
- # datomic (5)
- # events (3)
- # fulcro (15)
- # graalvm (41)
- # guix (2)
- # honeysql (2)
- # hoplon (8)
- # hyperfiddle (10)
- # jobs (1)
- # off-topic (29)
- # overtone (5)
- # podcasts-discuss (1)
- # remote-jobs (1)
- # sci (30)
- # shadow-cljs (186)
- # specter (2)
- # squint (22)
Browsing the overtone code base I keep discovering more cool things, there's a system for adding examples for specific ugens
Actually it's not ugens, it's cgens... it's ugens or cgens. Would be great to expand this. Have a way to find examples for a specific ugen, append them to the docstring, render them in reference docs...
also apparently there's code to read compiled supercollider synthdefs, and to then decompile them to overtone syntax. It's not 100% reliable and the output is a bit weird, but really useful for porting existing synths.
Fixing the cljdoc build would be another really high value thing to do. By default it tries to load all namespaces, and that's not going to work. https://app.circleci.com/pipelines/github/cljdoc/builder/47133/workflows/7172cee7-679d-4353-a04e-8ab7eb926aa3/jobs/63508