Search found 5 matches

by MinimalicQuantum
Fri May 24, 2013 20:53
Forum: General Chat
Topic: processing in resolume
Replies: 13
Views: 24395

Re: processing in resolume

PGraphics canvas; //this names the image being sent out as canvas... you need to lable all visual things with canvas.line(); ect... Then at the end : image(canvas, 0, 0); server.sendImage(canvas); This outputs all things labled with canvas. as a syphon stream and will show up under sources in resol...
by MinimalicQuantum
Mon May 13, 2013 08:24
Forum: General Chat
Topic: processing in resolume
Replies: 13
Views: 24395

Re: processing in resolume

MinimalicQuantum wrote:in processing forum they said that you can do that by importing code for syphon so you can connect it through resolume...
but i think this is a pain in the @ss for doing this for each .pde project separate
by MinimalicQuantum
Thu May 09, 2013 14:10
Forum: General Chat
Topic: processing in resolume
Replies: 13
Views: 24395

Re: processing in resolume

in processing forum they said that you can do that by importing code for syphon so you can connect it through resolume...
but i think this is a pain in the @ss for doing this for each .pde project separate
by MinimalicQuantum
Thu May 09, 2013 14:07
Forum: General Chat
Topic: processing in resolume
Replies: 13
Views: 24395

Re: processing in resolume

arindamliveguitar wrote:you want to import a .pde file??
yep .pde projects in layers so i can mix them down from resolume....
by MinimalicQuantum
Wed May 08, 2013 16:10
Forum: General Chat
Topic: processing in resolume
Replies: 13
Views: 24395

processing in resolume

Hi.
does anyone knows how to import processing projects to resolume arena...?????