jit.window disappearing

dgeers's icon

Dear people,

Hi. I am running a Jitter patch (projected video, 2nd "screen") and Reaktor (audio/music) simultaneously. For some reason, when I switch context and make Reaktor the "active" app, the Jitter window being projected disappears. Any advice?

I saw an old thread which recommended setting "@floating 0" in jit.window, but this did not work.

Rob Ramirez's icon

a floating enabled window is the only culprit i can think of. make extra sure that's disabled. otherwise will need to see the patch

dgeers's icon

Ok, thanks! I have a workaround. A friend suggested instead of fullscreen to use a borderless window that covers the whole screen that can be positioned and resized accordingly, using @border 0 @size ... @position ..., etc.