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

Re: [Sc-devel] Function:freqscope




Hi

I've committed the Function:freqscope and Server:freqscope methods:

For Function it looks like this:

freqscope {
this.play;
GUI.freqScope.new;
}

I had to add a classvariable (scopeOpen) in FreqScope to detect whether there is already
a scope open or not. (Otherwise you would stack up windows on top of each other).
This might exist already in JFreqScope, but if not, could someone (Sciss?)
add that so they work the same on both systems.

I was going to add this for Bus as well, but I didn't even get how Bus:scope works.

How is it supposed to work?

{Out.ar(20, WhiteNoise.ar)}.play(addAction: \addToHead)
Bus(20).scope

???

thor