How to draw something live?

I’m looking for a patch to draw lines with a tablet…
I will work with a graffiti maker and wants to redraw or paint in live.

I’m looking for a patch to draw lines with a tablet…
I will work with a graffiti maker and wants to redraw or paint in live.

one easy method is to take set the clear pin to 0 on your renderer
then if you move a quad around in it, it’ll make a trail
then try out the tablet node (really nice tablet node, have a look for it on this website) and use that to manipulate the quad
consider setting a brush texture for the quad, and if the response is not good enough (gaps between your quads) then you need to play a bit with either scaling and displacing the quads to fill the gaps, or adding extra quads which are interpolated between frames

other options for continuous lines include Line (EX9.Geometry) , Rope (DX9) and @majortom great deworm module.