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