/** * @file * * @author [jstrecker](https://vuo.org/user/22) * @createdInVuoVersion 2.4.2 * @lastSavedInVuoVersion 2.4.2 * @copyright Copyright © 2022 [jstrecker](https://vuo.org/user/22) * @see This is a Vuo Composition source code file. See https://vuo.org for further information. */ digraph G { CycleThroughList [type="vuo.list.cycle2.VuoText" version="2.0.1" label="Cycle through List|refresh\l|goForward\l|goBackward\l|goToFirst\l|list\l|wrapMode\l|item\r|position\r" pos="150,195" _wrapMode="\"wrap\""]; FetchData [type="vuo.data.fetch" version="1.0.0" label="Fetch Data|refresh\l|url\l|data\r" pos="345,195" fillcolor="orange"]; FireOnStart [type="vuo.event.fireOnStart" version="1.0.0" label="Fire on Start|refresh\l|started\r" pos="-270,240" _started_eventThrottling="enqueue"]; FirePeriodically [type="vuo.time.firePeriodically2" version="2.0.0" label="Fire Periodically|refresh\l|seconds\l|fired\r" pos="-105,150" _seconds="1.0" _fired_eventThrottling="drop"]; InterpretDataAsImage [type="vuo.image.interpretData" version="1.0.0" label="Interpret Data as Image|refresh\l|data\l|width\l|height\l|format\l|depth\l|repeat\l|image\r" pos="495,195" fillcolor="orange" _width="512" _height="512" _format="1" _depth="\"8bpc\"" _repeat="true"]; ListFiles [type="vuo.file.list" version="1.0.2" label="List Files|refresh\l|folder\l|includeSubfolders\l|fileType\l|files\r" pos="-45,240" _folder="\"~\\/Documents\"" _includeSubfolders="false" _fileType="\"any\""]; RenderImageToWindow [type="vuo.image.render.window2" version="4.0.0" label="Render Image to Window|refresh\l|image\l|setWindowDescription\l|updatedWindow\r" pos="720,195" _updatedWindow_eventThrottling="enqueue"]; CycleThroughList:item -> FetchData:url; FetchData:data -> InterpretDataAsImage:data; FireOnStart:started -> ListFiles:folder; FirePeriodically:fired -> CycleThroughList:goForward; InterpretDataAsImage:image -> RenderImageToWindow:image; ListFiles:files -> CycleThroughList:list; }