Page 1 of 1

Resolume into Processing

Posted: Wed Aug 02, 2017 19:56
by blabberbytes
Anyone know how to get Resolume output into a processing sketch? Maybe through syphon? (i'm on a mac)

Re: Resolume into Processing

Posted: Wed Aug 02, 2017 20:37
by Zoltán
blabberbytes wrote:Anyone know how to get Resolume output into a processing sketch? Maybe through syphon? (i'm on a mac)
exactly.
you can get syphon easily thru the built in library manager in Processing

Re: Resolume into Processing

Posted: Sat Aug 05, 2017 18:01
by blabberbytes
How do i go about doing this? Could you point me in the right direction?

Re: Resolume into Processing

Posted: Sat Aug 05, 2017 22:39
by Zoltán
https://github.com/Syphon/Processing/bl ... Frames.pde
is an example syphon receiver sketch on GitHub

once you added the syphon library via the manager the sketch should work.