hou.ChopNode class
Class representing a CHOP node.
Inheritence: hou.Node >
Methods
Methods inherited from hou.Node: curChild, evalParm, createNode, move, clearParmAliases, copyNetworkBox, reorderChildrenToEnd, allSubChildrenOfType, deleteChild, childTypeCategory, children, isInsideLockedHDA, appendComment, removeColorRampKey, addSpareParmTuple, findNetworkBox, fileReferences, relativePathTo, setSelected, removeSpareParmTuple, addSpareParmFolder, indirectInputs, childrenOfType, inputConnectors, modificationTime, findNetworkBoxes, isNetwork, asXML, runInitScripts, cook, permissions, hdaModule, inputAncestors, outputConnections, name, parmsInFolder, subpathUpToNonSubnet, parmTuplesInFolder, saveCookCodeToFile, nodeGroups, creator, setNextInput, loadPresets, nodeGroup, parmTuple, extraOutputs, selectedChildren, errors, hide, saveDefinition, addPermissions, removePermissions, setColorRampKey, isSelected, isLocked, extractAndDelete, setPermissions, findNodes, expressionLanguage, parmTuples, parent, matchesDefinition, matchCurrentDefinition, isCurrent, path, setPosition, setDeleteScript, pickedChildrenRecursively, __ne__, setColor, pickedChildren, createDigitalAsset, asCode, inputs, comment, color, outputConnectors, __getitem__, setInput, saveCompiledCookCodeToFile, reorderChildrenToBeginning, parms, size, parmAliases, findParms, allowEditingOfContents, reorderChildrenAfter, extraInputs, layoutChildren, deleteScript, isHidden, fileReferencePatterns, spareParms, setName, unsetInput, outputs, parm, setCreatorState, __eq__, networkBoxes, setExpressionLanguage, info, showFloatingDetailsViewWindow, type, parmToNodeReferences, creationTime, showFloatingParmWindow, referencedNodes, removeSpareParmFolder, _getArgumentAutoComplete, insertInput, creatorState, addNodeGroup, setFirstInput, saveOldStylePresetsFile, stampValue, collapseIntoSubnet, setCurrent, destroy, changeNodeType, evalParmTuple, node, moveToGoodPosition, digitsInName, warnings, glob, position, loadOldStylePresetsFile, createNetworkBox, savePresets, reorderChildrenBefore, colorRampKeys, setComment, allSubChildren, sessionId, inputConnections, matchesCurrentDefinition
bypass(self, on)-
Turn the node’s bypass flag on or off, making this node have no effect.
evaluate(self, track_index, sample_index)evaluateInput(self, chop_input_node, track_index, sample_index)evaluateInputAtEnd(self, chop_input_node)evaluateInputMaxValue(self, chop_input_node, track_index)evaluateInputMinValue(self, chop_input_node, track_index)findTrack(self, name)→ Track or NoneframeToSamples(self, frame)isAudioFlagSet(self)→bool-
Returns whether the node’s audio flag is on.
isBypassed(self)→bool-
Returns whether the node’s bypass flag is on.
isDisplayFlagSet(self)→bool-
Returns whether the node’s display flag is on.
isExportFlagSet(self)→bool-
Returns whether the node’s export flag is on.
isUnloadFlagSet(self)→bool-
Returns whether the node’s unload flag is on.
numSamples(self)sampleRate(self)samplesToFrame(self, samples)samplesToTime(self, samples)saveClip(self, file_name)setAudioFlag(self, on)-
Turns the node’s audio flag on or off.
setDisplayFlag(self, on)-
Turns the node’s display flag to on or off.
setExportFlag(self, on)-
Turns the node’s export flag to on or off.
setUnloadFlag(self, on)-
Turns the node’s unload flag to on or off.
startSample(self)timeToSamples(self, time)tracks(self)→ tuple of Tracks-
Returns a tuple of all the tracks in this node.