Blinking text cursor in jitter
Hi all,
I'm doing a patch where I'm typing text to a jitter window in real time. I basically convert my characters to integers and add them to a list and then output that list to screen. It all works well but I was wondering if anyone would know a good trick to also display a blinking cursor at the end of the last word.
Any tips welcome and appreciated.
Cheers!
a blinking text cursor to jit.gl.text would be great. any solution right now?
My take on it: periodically add a ▌ at the end of the text:
Max Patch
Copy patch and select New From Clipboard in Max.
It needs a small trick for when the text is empty, but other than that it is pretty straightforward and does the job.
Just thought about a simpler implementation, although it adds a space before the cursor:
Max Patch
Copy patch and select New From Clipboard in Max.