This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-06
Channels
- # admin-announcements (2)
- # beginners (7)
- # boot (99)
- # cider (2)
- # cljs-dev (50)
- # clojure (58)
- # clojure-austin (3)
- # clojure-australia (9)
- # clojure-berlin (8)
- # clojure-china (1)
- # clojure-dev (15)
- # clojurescript (183)
- # clojutre (2)
- # clr (1)
- # cursive (106)
- # datomic (25)
- # editors (5)
- # incanter (21)
- # ldnclj (47)
- # off-topic (11)
- # om (8)
- # overtone (5)
- # re-frame (28)
- # reagent (12)
- # testing (7)
Hi. Is it possible to use overtone with require
and aliases instead of use
? I was trying to, but apparently some symbols do not get resolved anymore than somewhere inside Overtone. Could that be true?!?!
is it possible to turn oscillators into simple functions? I would like to plot the oscillation and for that, a simple function t -> I
(`t`: time, I
: amplitude) would be great
it would also be fine to just sample the oscillator. I guess that should be possible with poll
and/or send-reply
, I just couldn't get it to work so far
allright, guess I can make it work based on this example: https://github.com/overtone/overtone/blob/f8b08763e2c423aadea96e0af126a8d0202d40a7/src/overtone/sc/examples/trig.clj
here is how I visualize a simple sine oscillator from Overtone with Quil: https://github.com/nblumoe/clj-tunes/blob/master/org/clj-tunes.org#visualizing-waves