[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] multiple envelope




But doing plot with Pen would be a good idea,

I've been getting very strange results when using .plot for some time

Is it just something I've been messing with my system or does the following code
plot some strange and unexpected plots?


{Impulse.ar(800) }.plot(0.1) // gives irregular impulses with varied amplitude

{Saw.ar(80)}.plot(0.1) // a sawwave decreasing in amplitude

{Impulse.ar(800) }.plot // regular impulses increasing in amplitude

{Saw.ar(800)}.plot(1) // a sawwave not in full amplitude


Another thing (that has been talked about before) is whether it should be possible
to plot unnormalized plots (where this would plot correctly):

{SinOsc.ar(333, 0, 0.1)}.plot
{SinOsc.ar(333, 0, 0.1, add: 0.5)}.plot


Anyway, did anyone get Ben Moran's GNUPlot to work on OS X? I tried, but without
any success?

Perhaps there is time to try to find some cross platform way of plotting?

Thor