Clip/audio transport
clip_audio_transportCreate a synchronized clip transport container with separate video/audio lanes and Play, Loop, Speed controls. Use it to build clip launchers, VJ decks, or stream chains.
Instructions
Create a synchronized clip transport container: a Movie File In TOP video lane, optional Audio File In CHOP lane, Null outputs, deterministic layout, and Play/Loop/Speed controls bound across both lanes. Use it as a reusable building block before clip launchers, VJ decks, or stream/output chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Initial loop state for movie/audio file inputs. | |
| name | No | Name of the transport container COMP to create. | clip_audio_transport |
| speed | No | Initial playback speed. Negative values reverse where the operator supports it. | |
| autoplay | No | Initial play state for movie/audio file inputs. | |
| audio_file | No | Optional audio file path for the Audio File In CHOP. | |
| movie_file | No | Optional movie file path for the Movie File In TOP. | |
| parent_path | No | Parent COMP path where the transport container is created. | /project1 |
| include_audio | No | Create an Audio File In CHOP transport lane alongside the movie lane. | |
| expose_controls | No | Expose Play, Loop and Speed custom parameters on the transport container. |