« Return to Thread: Level meter disappearing

Level meter disappearing

by James Harkins-2 :: Rate this Message:

Reply to Author | View in Thread

Just saw something odd in latest svn (just updated a few minutes ago to r9117, cleaned targets and rebuilt the client). 10.4 .11, Intel.

Boot the server, then hit L in the server window to bring up the level meter.
Run this:

(
SynthDef(\bell, { |amp = 0.5, out = 0|
var exciter = PinkNoise.ar(amp)
* Decay2.kr(Impulse.kr(0), 0.01, 0.1),
sig = Klank.ar(`[
{ ExpRand(100, 800) } ! 5,
0.1,
{ Rand(1.0, 3.0) } ! 5,
], exciter);
DetectSilence.ar(sig, doneAction: 2);
Out.ar(out, sig ! 2);
}).memStore;
)

a = Synth(\bell);

When the synth becomes silent and frees itself, all the channels disappear from the output side on the right. This appears to be consistently reproducible on my machine (out of 3-5 trials, no idea if it would work successfully sometime later).

Then I thought maybe if I resize the window with the mouse, it would refresh. That made the entire window disappear, just leaving a white void covering the area where the window used to be. Nothing I could do then but close the window with cmd-W.

Anyone else?
hjh


: H. James Harkins
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

 « Return to Thread: Level meter disappearing