Our dear vvvvriend @syfenx uploaded some nice files without telling it to someone and asks for help in the shoutbox.
i think that the discussion about this has a better place here.
the README of the Zipfile:
im releasing this because im trying to do something with it i can’t…
which is control separate things with separate sliders, hopefully someone will work with me to fix this problem
another problem is that the only thing i could find to hold the values sent over udp was S+H which acts weird and isn’t very exact
HOW TO USE:
open the patch, open vControl.exe and any one of the sliders will control the position of the video (load video first, i didn’t include one)
you don’t need to worry about where it connects to, its set to localhost in the source, you can edit it for use on remote pc’s
MAIN PROBLEM:
im new to vvvv and i don’t have a clue how to get data and turn it into something useful (im stuck with one piece of data for everything) hence why all the sliders do the same thing!
if you use this or improve it, PLEASE let me know!
i would divide that thing into two patches.
the one containing the UDPthing putting out Fader Values mapped {0;1} could be named e.g.: Receiver (Network VBscript).v4p
and could so be stored as a module
(see: naming conventions )
behind that another mapping from {0;1} to {0;(Duration)}
this way you can use the full way of the fader.
I don’t understand (yet) how you did it, I played with Visual Basic some years ago, a friend off mine is very good in it, hope he can help me. Combining VB and VVVV seems like a very great and clean sollution to create more userfriendly patches a lot faster. People always like it when a programm feels like a Windows app.
The thing with all the sliders are the same, try to solve that by sending an extra byte off info, that extra byte can be the slider number. So in stead off sending 86 back, you would send 186, meaning slider 1, value 86. (or 354, slider 3 value 54 etc…)
If you can make that happen in VB, I/We will help you on the VVVV side to convert it back.
Need to install VB some times… if only I had time… ;)
You should have looked a bit to what Kalle made, the Remapping (use the Map (value) off the incomming values, so a slider fits better with function, I mean an Y-scale off 88 or a Hue of 15 doesn’t make much sense. Also, small bug, or feature ;), the sliders can als be dragged down to a negative value??
Glad to help, going to start and learn VB this week, hope to get some help on your side on how to use UDP, and than we can start and write a tuturial, and put it on your WIki :)