home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="No operation">
- <description>
- NoOpEffect does almost nothing; it simply passes its input buffer to its output. NoOpEffect is used
- as a placeholder in a pipeline. It may be a convenient place to insert other Effects or merge different
- Effect graphs.
- </description>
-
- <input index="0" name="Input">
- <comments>
- NoOpEffect passes buffers produced by input 0 to its output.
- </comments>
- </input>
- </effect>