This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-06
Channels
- # admin-announcements (59)
- # announcements (1)
- # beginners (67)
- # boot (140)
- # cljsrn (8)
- # clojure (70)
- # clojure-berlin (18)
- # clojure-dev (7)
- # clojure-russia (53)
- # clojurescript (124)
- # clojurescript-ios (3)
- # clojurewerkz (2)
- # clojurex (10)
- # code-reviews (42)
- # cursive (9)
- # datomic (2)
- # editors-rus (2)
- # emacs (5)
- # events (1)
- # hoplon (35)
- # jobs (8)
- # ldnclj (7)
- # lein-figwheel (34)
- # luminus (1)
- # om (410)
- # onyx (22)
- # overtone (19)
- # portland-or (6)
- # re-frame (1)
- # yada (4)
The overtone cheat sheet says there is an overtone.inst.bass
but I can’t find it in the repo
Hi, is there a way to require all vars in a namespace, so I can make use of code completion and stuff?
hrm, emacs-live is basically set up to do overtone FWIW, but the emacs learning curve is a bit harsh
though this sounds like a “clojure reqs in general” issue and not an overtone-specific one
Totally agreed, I tried it three times but my brain just does not want to memorize all the key strokes
lol, i’ve found ther are about a dozen or so commands I use and the rest I look up as needed. but i had the luxury of letting my work pay me to spend time learning emacs 😎
Thats true too, it's just that the example shows a single use statement and then can use all the auto imported vars
yeah, i’d try the question in another channel, it sounds like its some sort of cursive bug or dependency issue or smth.
Is there a resource to pipe overtone to MIDI out?
Essentially, instead of calling (piano note) I'd like to send that note to a midi device
The product of an afternoon of hacking - https://github.com/Spantree/arpejiator
Plays arpeggios, nothing fancy
@surreal.analysis: NICE i have struggled to get overtone to send proper midi messages :< that arpeggiator looks like exactly what I needed to build for my “band” 😹