Shashi Gowda
Shashi Gowda
Yeah, I get this pretty consistent on the latest 0.4.0 as well.
What do you think of `TimeOffset
Some more parsimony. ``` rendering 1s of samples at 44100Hz NullNode() elapsed time: 0.000597381 seconds (190376 bytes allocated) WhiteNoise() elapsed time: 0.000346362 seconds (176616 bytes allocated) LinRamp(0,1,0.75) elapsed time: 0.000188006...
> How do you feel about read instead of pull? One refactor I've been considering is a more IOStream-like API where nodes can be read from, though I suppose this...
Thanks for opening the issue! :) Right now in IJulia, ``` julia using AudioIO, Interact #, Gadfly s1 = SinOsc(220) s2 = SinOsc(220) @manipulate for f1=100:880, f2 = 110:880 s1.renderer.freq...
That's right, I was suggesting that the manipulate expressions instantiate `AudioNode`s when the control signals change. :) I imagine `AudioNode`s as recipes for generating the sound for a short amount...
Open to a PR adding all of them!
By all of them, I mean all the APL alternatives to the standard ones this package uses. I just figured being able to type into the julia repl is important.
@rohitvarkey Documentation? :)