This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.
Change Log - vvvv33beta6
acl(admin devvvv vvvvgroup)
released on 24 12 03
general:
undo is more convenient now: all actions performed within a certain time span (like fast value changes by dragging a pin) are treated as one action. these groups of actions can be undone or redone in an animated way (by default 10 times faster than originally performed)
added: Undo (VVVV): tweak the undo behaviour. (try to increase the timespan dramatically so that the whole patch session is treated like one action. experiment with "Undo Speed", "Redo Speed")
added: CAR (String)
added: VVVV (VVVV): Show/Hide VVVV in the Taskbar and the Tray and give it a title
fixed: (again) VideoTexture (Textures9 DShow9) did not work with certain graphic card / driver versions
fixed: VideoIn (DShow9): now works even with devices that don't offer a list of framerates to choose from
fixed: vvvv used to crash on startup if started with /r and following a relative path
fixed: FFT (DShow9): will now run in fullscreen
improved: FileReader, FileWriter: if "Do Read"/"Do Write" is 1 the file is read/written every frame. use TogEdge to prevent this
improved: GridSplit, GridPick: coordinate system updated to (-0.5/-0.5)..(0.5/0.5) (see help files)
improved: GridSplit, GridPick:cells are ordered left->right, up->down