Copy channel node
Produces multiple copies of the second input along the timeline of the first input.
This chop produces multiple copies of the second input along the timeline of the first input. The first input provides the trigger signals or the convolve levels.
The Copy chop can be used to produce a motion every time a trigger occurs. It can be used to trigger motion, such as eyelid blinks. The copies it produces can be identical, or the copies can be re-cooked each time a copy is added to the timeline. It is useful for triggering a sound multiple times, where the sounds may overlap in time.
Each copy that is added to the output can be completely different than any other copy. By passing variables through the Variables page, the second (Copy) input can be any chop chain that uses the variables and recooks to create each copy.
Parameters
Copy
Copy Method | Method used for the copy operation
| ||||||
Output Method | How to output the channels
| ||||||
Trigger Threshold | The threshold value for triggering copies. | ||||||
Remainder | What to do with remaining samples at end of the interval.
| ||||||
Keep Non-Scoped Channels | If on, non-scoped channels are copied to the output, otherwise they are deleted. |
Variables
Cook Each Copy | Recook the second input for each triggered copy. |
Param 1-10 | The parameters are re-calculated for each copy. The first field is the parameter name, the second is its value. You can use local variables and the ic() functions. The parameters you set here are available to any CHOP in the network attached to the second input through function param(“name”, initval), where initval is any initial value for the parameter, usually set to 0. |
Locals
| I | The current index. |
| C | The current channel (0 to NC-1). |
| NC | The total number of channels. |
| V | The value at the current index of the current channel. |
| CN | The copy number. (The first thing it copies is 0.) |
Examples
The following examples are specifically designed to demonstrate this node:
CopyChannels
$HFS/mozilla/documents/examples/nodes/chop/copy/CopyChannels.cmd
CopyStamping
$HFS/mozilla/documents/examples/nodes/chop/copy/CopyStamping.cmd
