Page 1 of 1

Canvas vertical text labels

Posted: 03 Feb 2015 18:42
by newemka
Hey! i'm working on having vertical labels for my multislider or any other needs.

After looking inside canvas_rotate.jzlib and the lemur doc, i've managed to get vertical text.
I've managed to feed it with a string spread from VVVV.
Now my issues are to fill the labels with default string before getting labels from OSC and to draw my array of labels accoring to the size of my canvas.

here's an example of vertical label and my multislider label work in progress :
vertical_label.jzml
(7.58KiB)Downloaded 489 times
If someone have a hint for me it would be awesome. I hope some of you will enjoy vertical labels.

cheers!

Re: Canvas vertical text labels

Posted: 04 Feb 2015 00:18
by ndivuyo
I like it! thanks man, this is really one of the only things I miss of touchOSC

Re: Canvas vertical text labels

Posted: 09 Feb 2015 19:22
by newemka
I'm glad you like it! :D and yes this should be a built in feature.

Re: Canvas vertical text labels

Posted: 11 Feb 2015 11:32
by MrCorba
Looks very nice!

About your issue, don't you just need an script set to "On Load" that fills the 'fader' expression with default strings? Or am I misunderstanding your issue?