I need to control a few stuff from another PC via ethernet, how is the best and easy way to do?
Only I need perform a general blackout and some layer blackout.
How I can control Avenue via ethernet?
- Tschoepler
- Posts: 467
- Joined: Fri Mar 13, 2009 04:26
Re: How I can control Avenue via ethernet?
This can be done via OSC (see the manual). 1=bypass layer, 0=disable bypass.
Where i is the integer 1 or 0.
You can send OSC with a lot of tools like processing, quartz composer, max/msp, puredata, vvvv, etc. etc.
Code: Select all
composition/bypassed i
layer1/bypassed i
You can send OSC with a lot of tools like processing, quartz composer, max/msp, puredata, vvvv, etc. etc.
████▀ ▄█ tschoepler.net █████ zweifarbton.net █▄ ▀████
-
- Posts: 29
- Joined: Thu Oct 02, 2008 17:44