vvvv_rmt_sld.exe
v0.0
Documentation
(fake 48 sliders stand alone sliders
in UDP )
is part of
vvvv_rmt_sld is a standalone exe providing 48
sliders and some ease function for a somehow cool manual mastering front end.
Levels are expressed like in dmx, from 0 to 255 , in a array of 48 char, sended
in broadcast.
Its intend to serve in raw manual quick patching situations, in a friendly
maner.
Thruth LAN, no vvvv installation is
needed to have a remoter for your belovvvved program.
This program is in fact a quick hack based on a sort of manual lighting desk i
have written one year ago.
This hack was done after a very interresting and simulating discussion with
West.
Actually this app is only sending 48 levels in udp, but there should be a sort
of protocol that we need to elaborate with West ( feedback faders from vvvv
etc...).
*Global View:
-Left click mouse usage only
-48 sliders, expressed in level from 0 to 255
-scrolling sliders is possible by moving the orange top index.
-each slider may be controlled by mouse
-each slider may be locked ( L ) to a group of other sliders
-each slider if locked and moved becames the master of other sliders locked
-each slider may be muted
-each slider maybe nick named with text
-global orders are located on the left

*Configuring Network
sending:
UDP configuration is inside "config_rmt_sld.txt".
#PORT
11059
#IP
192.168.1.
Port number to fill. And global IP adress for broadcasting. Do not forget the
dot after the third network parameter.
Do not add space at end of the parameters.
*Using:
On move of a non muted fader, the 48 channel will be send in UDP.
Down the fader, in black writting, you
have its sended level .
Accessing all 48 sliders:
just drag the index, and you will scroll faders all along:
Locking: ( L )
Locking may be very strange at first usage. I do rather need to concentrate
myself a little bit, but i think this approach maybe furiously
interresting...
When you click the (L) button, you put inside memory the level of the fader.
This level will be set as the locked level state.
It appears down the fader,in orange
writting.
When a fader is locked, moving any other locked fader will affect it with this
calculation:
the locked level
state is relativ to the level of the hooking master fader .
Example:
I lock a state of faders that interrest me:
2 at 255, 3 at 138, and 4 at 183.
If i manipulate Fader 2 it becames my master, and all other are set relativeley
to its level.
This gives you a grand master to control proportionnaly all other locked
faders.
In clear, if you want to fade all your working faders on one master, just you
need is to select a non affected fader in you patch, put it at 255, and lock
it. That becames your grand master.
But if you manipulate Fader 3, the general intensity of the other locked fader
will suddendly fall down, as fader 3 is not at full.
Level of locked faders will be relativ to its intensity:
Mutting: ( M )
Ok. anything else to say that the output is not sended via udp if muted ?
General function:

Editing name:
Click edit name, type your name, and then click on a slider to affect this name to
it.
->

Unlock All:
will unlock all locked sliders.
Mute I/O All:
Will mute all working controls ( > 0).
If pressed a second time, it will un mute all working controls muted.
Bump solo:
enables when you have select it ( it becames green) to set only the desired
control by clicking on it, and getting down all of the rest of the 48
controls.
Quit:
quit correctly this app, by closing the socket.