projector help
Hi,
i'm having some problems with video output: it's the first i use it. hope somebody can help...
I'd like to have a vertical projection (a projector will be on its side: long height, thin width) with a Max patch in it.
There should be nothing more than a white screen with simple black words. They will be triggered by some bang/events. That's it.
I tried with [lcd] but it seems it can't easily go fullscreen (only with thispatcher). Also i had problems because i need to have every single letter rotated 90° and written down-up on my [lcd] or [jit.window].
I know a little of [lcd], nothing of [jit.window]....
sooo... I really don't know how to solve this, any help would be gratly appreciated! ^_^
t
h
a
n
k
s
so i get it is not possible to write text on a jit.window and to control its orientation...?
jit.rota will rotate a jitter matrix 90degrees... that will also mean swapping lcd for jit.lcd so ur text is output as a jitter matrix.
as always, jitter tutorials will be helpful.
Hi justin.
I found [jit.gl.text2d] that accepts a [rotate] command.
That is exactly what i was looking for.
thanks!