overtone

nblumoe 2015-08-06T11:10:19.000011Z

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

nblumoe 2015-08-06T16:51:29.000013Z

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

nblumoe 2015-08-06T17:04:02.000014Z

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

nblumoe 2015-08-06T19:20:05.000015Z

allright, guess I can make it work based on this example: https://github.com/overtone/overtone/blob/f8b08763e2c423aadea96e0af126a8d0202d40a7/src/overtone/sc/examples/trig.clj

nblumoe 2015-08-06T20:11:26.000017Z

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