hou.ChopNode
class
Class representing a CHOP node.
Inheritence: hou.Node >
Methods
Methods inherited from hou.Node: evalParm, createNode, move, clearParmAliases, inputAncestors, reorderChildrenToEnd, childTypeCategory, children, isInsideLockedHDA, appendComment, addSpareParmTuple, findNetworkBox, fileReferences, relativePathTo, color, removeSpareParmTuple, saveToGallery, __getitem__, indirectInputs, modificationTime, inputConnectors, saveOldStylePresetsFile, loadOldStylePresetsFile, findNetworkBoxes, asXML, runInitScripts, cook, permissions, hdaModule, copyNetworkBox, outputConnections, name, parmsInFolder, parmTuplesInFolder, saveCookCodeToFile, nodeGroups, creator, setNextInput, replaceSpareParmTuple, loadChildrenFromFile, loadPresets, findStickyNotes, setCurrent, moveToGoodPosition, findOrCreateMotionEffectsNetwork, selectedChildren, errors, hide, addPermissions, removePermissions, isSelected, isLocked, extractAndDelete, setPermissions, createStickyNote, isBuiltExplicitly, __ne__, expressionLanguage, stickyNotes, parmTuples, parent, matchCurrentDefinition, __setitem__, isCurrent, path, setPosition, setDeleteScript, setExpressionLanguage, messages, createDigitalAsset, asCode, comment, setSelected, outputConnectors, setInput, saveCompiledCookCodeToFile, reorderChildrenToBeginning, parms, size, parmAliases, extraInputs, reorderChildrenAfter, allowEditingOfContents, layoutChildren, deleteScript, isHidden, fileReferencePatterns, spareParms, setName, outputs, parm, extraOutputs, setCreatorState, isTimeDependent, __eq__, networkBoxes, setColor, info, type, parmToNodeReferences, creationTime, referencedNodes, removeSpareParmFolder, _getArgumentAutoComplete, motionEffectsNetworkPath, insertInput, setFirstInput, addNodeGroup, creatorState, addSpareParmFolder, nodeGroup, collapseIntoSubnet, findStickyNote, parmTuple, copyStickyNote, destroy, changeNodeType, evalParmTuple, node, inputs, digitsInName, warnings, saveChildrenToFile, glob, matchesCurrentDefinition, findParms, createNetworkBox, stampValue, reorderChildrenBefore, setBuiltExplicitly, setComment, allSubChildren, recursiveGlob, sessionId, inputConnections, position
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.