Hi vvvvusers,
I’m playing around PatternTouch plugin to create a simple multitouch table. I would add some fancy inertial movements while dragging objects… something like Apple inertial scrolling to allows to throw objects from side to other side of the multitouch table.
Attached a simplified patch with a dragging element.
patched this a hundered times, the basic idea is to apply the filter to the frame difference value, not the value itself. i think its easy from there on:
hi guys i did some versions of this behaviour in pluging with elek some time ago.
my aim was to make a dictionary version i even put it in the forum https://discourse.vvvv.org/t/8497 but i never got the dictionary version so if anyone want to give a hand i,ll be happy to try again ;D
Suggestion: add a damper (say .1 sec) right after FrameDifference; that will help smooth out zero differences that can happen due to vvvv framerate being higher than input update rate.
im trying to do the exact same thing as in colorsound’s Drag&Slide2D.
Draging and sliding Objects within given boundries.( Prevent the object to leave the screen )
Are there any performance advantages in not using specific nodes like framedelay?
The Drag&Slide plugin seems to be more efficient in Debug Mode.
Is there a way to also apply a maprange to Tonfilms patch?
Im just usually trying to use as many standart node’s as possible. The reason for this would be that im building a few Cameras and it would be easier to exchange them using standard nodes.