plugin
Again, this is so simple I'm not sure it hadn't existed before. Yet, here it is.
This let's you click/press and drag one or more values depending on one or more buttons.
Have fun, I made two versions, a binary version and a dynamic/source-code version. Whichever you like best. Personally I'm a fan of binaries so that's why you get that version. If anyone would have a look at my code and give me tips that'd be great :)
Future versions might include the "apple feature" a.k.a. inertia-based dragging.
/edit: better helppatch now
Older Revisions
anonymous user login
~6d ago
~6d ago
~7d ago
~20d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
nice! thanks
but for me works only in vvvv/plugin folder. could you make it more relative?
You mean the helppatch? I have no idea why it doesn't open on F1 when it's in the help folder. I think it should work from there but it doesn't. Anything that I missed?
search the xml for all instances of the Drag-plugin:
and change to
just delete the %VVVV%\plugins\ -thing.
nice plugin btw.
i used modules for this.
Ah thanks kalle! Updated in a sec...
Yeah I used modules for that too so far, but this is one example that's much simpler (and thus presumably faster) in textual code than in graphical code.
nice helppatch btw.
just had a look at the code and saw that you access the pin slices by doing a modulo by the pin slice count. no need for that, the ISpread<T> does this for you of course, its a real spread :)