Alberto de Campo
Alberto de Campo
In case it helps, the adclib quark has the WinBounds class, which remembers preferred window locations by name, and can move or remake windows if they were closed. ``` Quarks.install("adclib");...
The WindowDef idea sounds like a good way to go. Actually, the WinBounds class (in adclib quark) does pretty much what this PR proposes, with a somewhat clumsy code interface:...
by convention, the make func sets the window name to the Wdef's name, so uniqueness just behaves as with OSCdefs etc.
FWIW, here is a working sketch for a Wdef class. ``` // instead of s.meter, write: Wdef(\levels, { s.meter.window }); --- Wdef.sc --- /* // A def class for Window...
ah, just saw that this portaudio file slipped into the PR by accident! - any ideas how to remove it?
@dyer @telephon thanks :-)
> @adcxyz do you know what the original intention was? Yes, the idea was to apply the idea of equal power panning by maintaining equal signal power per channel; so...
Just saw in SplayAz help file that some of the test cases behave wrongly. Will look into that ASAP.
@muellmusik : you are right, the scaling down by sqrt idea is really flawed, and n.reciprocal is a better choice - in the worst case, (all signals hard panned to...
- Start of an overview: Fan out: Pan2, LinPan2: 1 -> 2 PanAz : 1 -> N Fan in: Mix : N -> 1 Select, SelectX, SelectXFocus : N ->...