Delete channel node
Removes channels coming from its input.
The Delete chop removes channels coming from its input. The channels are selected by a variety of methods, which may be layered. The first method uses a text string to select channels by name or index. The second method uses a value range to select channels with samples within or outside the range. The third method selects constant-valued channels.
An option selects whether to delete or output the selected channels.
Parameters
Delete | Determines whether the selected channels should be deleted or retained.
| ||||||||
Select Channels | Chooses channel selection by name or by index. | ||||||||
Channel Names | The names of the channels to delete or extract. See the possible scope patterns below. | ||||||||
Channel Numbers | The indices of the channels to delete or extract. See possible number patterns below. | ||||||||
Channel Value | Chooses the type of value range selection:
| ||||||||
Value Range | The lower and upper values of the range used for Range Selection. | ||||||||
Select Constant Valued Channels | Select channels which have the same value for all samples |
Examples
The following examples are specifically designed to demonstrate this node:
Delete01
$HFS/mozilla/documents/examples/nodes/chop/delete/Delete01.cmd
Delete02
$HFS/mozilla/documents/examples/nodes/chop/delete/Delete02.cmd
The following examples use this node:
ExtractTransforms
$HFS/mozilla/documents/examples/nodes/chop/dynamics/ExtractTransforms.cmd
Lookup
$HFS/mozilla/documents/examples/nodes/chop/lookup/LookupCHOPExample.otl
