Fork me on GitHub
#overtone
<
2015-08-06
>
nblumoe11:08:19

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?!?!

nblumoe16:08:29

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

nblumoe17:08:02

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

nblumoe20:08:26

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