UNPKG

@bottobot/td-mcp

Version:

TouchDesigner Documentation MCP Server v2.3 - Pure MCP server for VS Code/Codium with comprehensive operator documentation for 629 operators + 7 tutorials across all categories (TOP, CHOP, SOP, DAT, MAT, COMP, POP). Features experimental POP operators wit

1,884 lines 90.1 kB
{
  "id": "time_comp",
  "name": "Time COMP",
  "displayName": "Time COMP",
  "category": "COMP",
  "subcategory": "Components",
  "version": "",
  "lastUpdated": "2025-08-07T07:50:10.916Z",
  "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Time_COMP.htm",
  "url": "",
  "description": "The Time Component allows each component to have its own timeline (clock). The Time Component contains a network of operators that can drive a Timeline, drive animations in Animation COMPs, or be used to drive any custom time-based system. The Time Component's parameters define the speed, range, various options for the time system.",
  "summary": "The Time Component allows each component to have its own timeline (clock). The Time Component contains a network of operators that can drive a Timeline, drive animations in Animation COMPs, or be used",
  "details": "",
  "usage": "",
  "tips": [],
  "warnings": [],
  "parameters": [
    {
      "id": null,
      "name": "Play",
      "label": "Play",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "From Derivative\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tJump to navigation\n\t\tJump to search\n\t\t\nThe Time  allows each component to have its own timeline (clock). The Time  contains a network of operators that can drive a Timeline, drive animations in Animation COMPs, or be used to drive any custom time-based system. The Time 's parameters define the speed, range, various options for the time system.  \t\t\nThe Time  is often used in TouchDesigner to allow a component to have its own timeline / clock, this is called Component Time. It is useful for holding some parts of your system stationary while others are allowed to play forward. A Time 's location must be in the /local network of a Component for the Time  to create a  Time. \t\t\t\nTo add  Time to a component, right-click on the component and select Add  Time... from the popup menu, this will add the following Time  /comppath/local/time.\t\t\t\nThe Time 's predefined network is Cloned from Master  /sys/local/time.  The Time 's network can be modified if the path in the  parameter is removed.\ntimeCOMP_Class\n\nContents\n \n \n \n \n \n \n \n \n\n\n\n\n\n  play - Controls the playback of the Time . 0 = stop, 1 = play.\n\n\n\t\t\n  rate - Sets the frame per second for the Time .\n\n\n\t\t\n  start - Sets the start frame for the Time . The Start and End parameters determine the overall length of the Time .\n\n\n\t\t\n  end - Sets the end frame for the Time . The Start and End parameters determine the overall length of the Time .\n\n\n\t\t\n  rangelimit -  - This menu controls how the playback loops:\n\n loop - The timeline will loop when it reaches Range End frame. hold - The timeline will stop (hold) when it reaches Range End frame.\n\t\t\n  rangestart - Sets the start frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.\n\n\n\t\t\n  rangeend - Sets the end frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.\n\n\n\t\t\n  resetframe - Place holder to specify which frame to jump to (Obsolete).\n\n\n\t\t\n  signature -  - Specifies the time signature. The first number is the number of beats per measure and the second number indicates the type of note that constitutes one beat. See Time Signature - Wikipedia for additional information.\n\nsignature1 -signature2 -\n\t\t\n  tempo - Sets the bpm for the Time .\n\n\n\t\t\n  independent - When checked on, this Time 's time will not be dependant on parent Time Components found in the network hierarchy. For example, starting/pausing other Time 's higher in the hierarchy will not start/pause a Time  whose Run Independently parameter is on.\n\n\n\n\n\nThe  parameter page sets the component's python extensions.  Please see extensions for more information.\n\n  ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction\n\n\n\n\n  reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.\n\n\n\n\n\nThe Common parameter page sets the component's node viewer and clone relationships.\n\n  parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.\n\n\n\n  opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.\n\n\n\n  iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.\n\n\n\n\n  opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .\n\n\n\n  enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.\n\n\n\n  enablecloningpulse - Instantaneously clone the contents.\n\n\n\n  clone -  to a component used as the Master Clone.\n\n\n\n  loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.\n\n\n\n  enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.\n\n\n\n  enableexternaltoxpulse - This button will re-load from the external  file (if present).\n\n\n\n  externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.\n\n\n\n  reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.\n\n\n\n  subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.\n\n\n\n  relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.\n\n\n\nExtra Information for the Time  can be accessed via an Info CHOP.\n\n\n - - - - - - - - -\n - Number of children in this component.\n - Number of times the operator has cooked since the process started. - Duration of the last cook in milliseconds. - Frame number when this operator was last cooked relative to the component timeline. - Frame number when this operator was last cooked relative to the absolute time. - Time in milliseconds at which the operator started cooking in the frame it was cooked. - Time in milliseconds at which the operator finished cooking in the frame it was cooked. - 1 if operator was cooked this frame. - Number of warnings in this operator if any. - Number of errors in this operator if any.\nTouchDesigner Build: Latest\\nwikieditor2021.100002018.28070before 2018.28070\nCOMPs\n• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • \n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nCloning makes multiple components match the contents of a master component. A Component whose Clone parameter is set will be forced to contain the same nodes, wiring and parameters as its master component. Cloning does not create new components as does the Replicator COMP.\n\n\n\nThe term \"Frame\" is a measurement of time used (1) in the Timeline, (2) as a time-unit in CHOPs, and (3) as a time unit in movie files that are read into TOPs and written out from TOPs. The frame rate is the frames per second (FPS).\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAny component can be extended with its own Python classes which contain python functions and data.\n\n\n\nThe sub-Family of Component types that are used to define and render 3D scenes. A Geometry Component is an Object that contains the 3D shapes to render. A Camera COMP and Light COMP are other Object types. Separately, \"Objects\" also refers to Python objects.\n\n\n\nA Parent Shortcut is a parameter on a component that contains a name that you can use anywhere inside the component to refer to that component using the syntax parent.Name, for example parent.Effect.width to obtain panel width.\n\n\n\nA name for a component that is accessible from any node in a project, which can be declared in a component's Global Operator Shortcut parameter.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nOperator shortcuts are Python objects that return operators (or sometimes parameters). These include Parent Shortcuts for accessing a component from within that component, and Global OP Shortcuts that access a unique component from anywhere in TouchDesigner.\n\n\n\nThe viewer of a node can be (1) the interior of a node (the Node Viewer), (2) a floating window (RMB->View... on node), or (3) a Pane that graphically shows the results of an operator.\n\n\n\nTo \"pulse\" a parameter is to send it a signal from (1) an exported CHOP channel or (2) a python command or (3) a mouse click that causes a new action to occur immediately. A pulse via python is via the .pulse() function on a pulse-type parameter, such as Reset parameter in a Speed CHOP. A pulse from a CHOP is typically a 0 to 1 to 0 signal in an exported channel.\n\n\n\nThe location of an operator within the TouchDesigner environment, for example, /geo1/circle1, a node called circle1 in a component called geo1. The path / is called Root. This path is displayed at the top of every Pane, showing which Component's network you are currently in. To refer instead to a filesystem folder, directory, disk file or http: address, see Folder.\n\n\n\nTouchDesigner Component file, the file type used to save a Component of your TouchDesigner project.\n\n\n\nTOuch Environment file, the file type used by TouchDesigner to save your entire project.\n\n\n\nThere are 2 kinds of parenting. The \"parent component\" is the component in which a node resides. The metaphor is extended to include grand parents, grand-grand parents, etc. The root / is the ultimate parent to all nodes. See also 3D Parenting and panel Parenting.\n\n\n\nAn Operator Family which operate on Channels (a sequence of numbers (Samples)) which are used for animation, audio, mathematics, simulation, logic, UI construction, and data streamed from/to devices and protocols.\n\n\n\n\n\n\n\n\nRetrieved from \"https://docs.derivative.ca/index.php?title=Time_COMP&oldid=30718\"\n\t\tCategory: COMPs",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.909Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Play",
      "label": "Play",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "From Derivative\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tJump to navigation\n\t\tJump to search\n\t\t\nThe Time  allows each component to have its own timeline (clock). The Time  contains a network of operators that can drive a Timeline, drive animations in Animation COMPs, or be used to drive any custom time-based system. The Time 's parameters define the speed, range, various options for the time system.  \t\t\nThe Time  is often used in TouchDesigner to allow a component to have its own timeline / clock, this is called Component Time. It is useful for holding some parts of your system stationary while others are allowed to play forward. A Time 's location must be in the /local network of a Component for the Time  to create a  Time. \t\t\t\nTo add  Time to a component, right-click on the component and select Add  Time... from the popup menu, this will add the following Time  /comppath/local/time.\t\t\t\nThe Time 's predefined network is Cloned from Master  /sys/local/time.  The Time 's network can be modified if the path in the  parameter is removed.\ntimeCOMP_Class\n\nContents\n \n \n \n \n \n \n \n \n\n\n\n\n\n  play - Controls the playback of the Time . 0 = stop, 1 = play.\n\n\n\t\t\n  rate - Sets the frame per second for the Time .\n\n\n\t\t\n  start - Sets the start frame for the Time . The Start and End parameters determine the overall length of the Time .\n\n\n\t\t\n  end - Sets the end frame for the Time . The Start and End parameters determine the overall length of the Time .\n\n\n\t\t\n  rangelimit -  - This menu controls how the playback loops:\n\n loop - The timeline will loop when it reaches Range End frame. hold - The timeline will stop (hold) when it reaches Range End frame.\n\t\t\n  rangestart - Sets the start frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.\n\n\n\t\t\n  rangeend - Sets the end frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.\n\n\n\t\t\n  resetframe - Place holder to specify which frame to jump to (Obsolete).\n\n\n\t\t\n  signature -  - Specifies the time signature. The first number is the number of beats per measure and the second number indicates the type of note that constitutes one beat. See Time Signature - Wikipedia for additional information.\n\nsignature1 -signature2 -\n\t\t\n  tempo - Sets the bpm for the Time .\n\n\n\t\t\n  independent - When checked on, this Time 's time will not be dependant on parent Time Components found in the network hierarchy. For example, starting/pausing other Time 's higher in the hierarchy will not start/pause a Time  whose Run Independently parameter is on.\n\n\n\n\n\nThe  parameter page sets the component's python extensions.  Please see extensions for more information.\n\n  ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction\n\n\n\n\n  reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.\n\n\n\n\n\nThe Common parameter page sets the component's node viewer and clone relationships.\n\n  parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.\n\n\n\n  opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.\n\n\n\n  iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.\n\n\n\n\n  opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .\n\n\n\n  enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.\n\n\n\n  enablecloningpulse - Instantaneously clone the contents.\n\n\n\n  clone -  to a component used as the Master Clone.\n\n\n\n  loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.\n\n\n\n  enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.\n\n\n\n  enableexternaltoxpulse - This button will re-load from the external  file (if present).\n\n\n\n  externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.\n\n\n\n  reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.\n\n\n\n  subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.\n\n\n\n  relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.\n\n\n\nExtra Information for the Time  can be accessed via an Info CHOP.\n\n\n - - - - - - - - -\n - Number of children in this component.\n - Number of times the operator has cooked since the process started. - Duration of the last cook in milliseconds. - Frame number when this operator was last cooked relative to the component timeline. - Frame number when this operator was last cooked relative to the absolute time. - Time in milliseconds at which the operator started cooking in the frame it was cooked. - Time in milliseconds at which the operator finished cooking in the frame it was cooked. - 1 if operator was cooked this frame. - Number of warnings in this operator if any. - Number of errors in this operator if any.\nTouchDesigner Build: Latest\\nwikieditor2021.100002018.28070before 2018.28070\nCOMPs\n• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • \n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nCloning makes multiple components match the contents of a master component. A Component whose Clone parameter is set will be forced to contain the same nodes, wiring and parameters as its master component. Cloning does not create new components as does the Replicator COMP.\n\n\n\nThe term \"Frame\" is a measurement of time used (1) in the Timeline, (2) as a time-unit in CHOPs, and (3) as a time unit in movie files that are read into TOPs and written out from TOPs. The frame rate is the frames per second (FPS).\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAny component can be extended with its own Python classes which contain python functions and data.\n\n\n\nThe sub-Family of Component types that are used to define and render 3D scenes. A Geometry Component is an Object that contains the 3D shapes to render. A Camera COMP and Light COMP are other Object types. Separately, \"Objects\" also refers to Python objects.\n\n\n\nA Parent Shortcut is a parameter on a component that contains a name that you can use anywhere inside the component to refer to that component using the syntax parent.Name, for example parent.Effect.width to obtain panel width.\n\n\n\nA name for a component that is accessible from any node in a project, which can be declared in a component's Global Operator Shortcut parameter.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nOperator shortcuts are Python objects that return operators (or sometimes parameters). These include Parent Shortcuts for accessing a component from within that component, and Global OP Shortcuts that access a unique component from anywhere in TouchDesigner.\n\n\n\nThe viewer of a node can be (1) the interior of a node (the Node Viewer), (2) a floating window (RMB->View... on node), or (3) a Pane that graphically shows the results of an operator.\n\n\n\nTo \"pulse\" a parameter is to send it a signal from (1) an exported CHOP channel or (2) a python command or (3) a mouse click that causes a new action to occur immediately. A pulse via python is via the .pulse() function on a pulse-type parameter, such as Reset parameter in a Speed CHOP. A pulse from a CHOP is typically a 0 to 1 to 0 signal in an exported channel.\n\n\n\nThe location of an operator within the TouchDesigner environment, for example, /geo1/circle1, a node called circle1 in a component called geo1. The path / is called Root. This path is displayed at the top of every Pane, showing which Component's network you are currently in. To refer instead to a filesystem folder, directory, disk file or http: address, see Folder.\n\n\n\nTouchDesigner Component file, the file type used to save a Component of your TouchDesigner project.\n\n\n\nTOuch Environment file, the file type used by TouchDesigner to save your entire project.\n\n\n\nThere are 2 kinds of parenting. The \"parent component\" is the component in which a node resides. The metaphor is extended to include grand parents, grand-grand parents, etc. The root / is the ultimate parent to all nodes. See also 3D Parenting and panel Parenting.\n\n\n\nAn Operator Family which operate on Channels (a sequence of numbers (Samples)) which are used for animation, audio, mathematics, simulation, logic, UI construction, and data streamed from/to devices and protocols.\n\n\n\n\n\n\n\n\nRetrieved from \"https://docs.derivative.ca/index.php?title=Time_COMP&oldid=30718\"\n\t\tCategory: COMPs",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.912Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Play",
      "label": "Play",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "The Time  allows each component to have its own timeline (clock). The Time  contains a network of operators that can drive a Timeline, drive animations in Animation COMPs, or be used to drive any custom time-based system. The Time 's parameters define the speed, range, various options for the time system.  \t\t\nThe Time  is often used in TouchDesigner to allow a component to have its own timeline / clock, this is called Component Time. It is useful for holding some parts of your system stationary while others are allowed to play forward. A Time 's location must be in the /local network of a Component for the Time  to create a  Time. \t\t\t\nTo add  Time to a component, right-click on the component and select Add  Time... from the popup menu, this will add the following Time  /comppath/local/time.\t\t\t\nThe Time 's predefined network is Cloned from Master  /sys/local/time.  The Time 's network can be modified if the path in the  parameter is removed.\ntimeCOMP_Class\n\nContents\n \n \n \n \n \n \n \n \n\n\n\n\n\n  play - Controls the playback of the Time . 0 = stop, 1 = play.\n\n\n\t\t\n  rate - Sets the frame per second for the Time .\n\n\n\t\t\n  start - Sets the start frame for the Time . The Start and End parameters determine the overall length of the Time .\n\n\n\t\t\n  end - Sets the end frame for the Time . The Start and End parameters determine the overall length of the Time .\n\n\n\t\t\n  rangelimit -  - This menu controls how the playback loops:\n\n loop - The timeline will loop when it reaches Range End frame. hold - The timeline will stop (hold) when it reaches Range End frame.\n\t\t\n  rangestart - Sets the start frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.\n\n\n\t\t\n  rangeend - Sets the end frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.\n\n\n\t\t\n  resetframe - Place holder to specify which frame to jump to (Obsolete).\n\n\n\t\t\n  signature -  - Specifies the time signature. The first number is the number of beats per measure and the second number indicates the type of note that constitutes one beat. See Time Signature - Wikipedia for additional information.\n\nsignature1 -signature2 -\n\t\t\n  tempo - Sets the bpm for the Time .\n\n\n\t\t\n  independent - When checked on, this Time 's time will not be dependant on parent Time Components found in the network hierarchy. For example, starting/pausing other Time 's higher in the hierarchy will not start/pause a Time  whose Run Independently parameter is on.\n\n\n\n\n\nThe  parameter page sets the component's python extensions.  Please see extensions for more information.\n\n  ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction\n\n\n\n\n  reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.\n\n\n\n\n\nThe Common parameter page sets the component's node viewer and clone relationships.\n\n  parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.\n\n\n\n  opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.\n\n\n\n  iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.\n\n\n\n\n  opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .\n\n\n\n  enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.\n\n\n\n  enablecloningpulse - Instantaneously clone the contents.\n\n\n\n  clone -  to a component used as the Master Clone.\n\n\n\n  loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.\n\n\n\n  enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.\n\n\n\n  enableexternaltoxpulse - This button will re-load from the external  file (if present).\n\n\n\n  externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.\n\n\n\n  reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.\n\n\n\n  subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.\n\n\n\n  relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.\n\n\n\nExtra Information for the Time  can be accessed via an Info CHOP.\n\n\n - - - - - - - - -\n - Number of children in this component.\n - Number of times the operator has cooked since the process started. - Duration of the last cook in milliseconds. - Frame number when this operator was last cooked relative to the component timeline. - Frame number when this operator was last cooked relative to the absolute time. - Time in milliseconds at which the operator started cooking in the frame it was cooked. - Time in milliseconds at which the operator finished cooking in the frame it was cooked. - 1 if operator was cooked this frame. - Number of warnings in this operator if any. - Number of errors in this operator if any.\nTouchDesigner Build: Latest\\nwikieditor2021.100002018.28070before 2018.28070\nCOMPs\n• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • \n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nCloning makes multiple components match the contents of a master component. A Component whose Clone parameter is set will be forced to contain the same nodes, wiring and parameters as its master component. Cloning does not create new components as does the Replicator COMP.\n\n\n\nThe term \"Frame\" is a measurement of time used (1) in the Timeline, (2) as a time-unit in CHOPs, and (3) as a time unit in movie files that are read into TOPs and written out from TOPs. The frame rate is the frames per second (FPS).\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAny component can be extended with its own Python classes which contain python functions and data.\n\n\n\nThe sub-Family of Component types that are used to define and render 3D scenes. A Geometry Component is an Object that contains the 3D shapes to render. A Camera COMP and Light COMP are other Object types. Separately, \"Objects\" also refers to Python objects.\n\n\n\nA Parent Shortcut is a parameter on a component that contains a name that you can use anywhere inside the component to refer to that component using the syntax parent.Name, for example parent.Effect.width to obtain panel width.\n\n\n\nA name for a component that is accessible from any node in a project, which can be declared in a component's Global Operator Shortcut parameter.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nOperator shortcuts are Python objects that return operators (or sometimes parameters). These include Parent Shortcuts for accessing a component from within that component, and Global OP Shortcuts that access a unique component from anywhere in TouchDesigner.\n\n\n\nThe viewer of a node can be (1) the interior of a node (the Node Viewer), (2) a floating window (RMB->View... on node), or (3) a Pane that graphically shows the results of an operator.\n\n\n\nTo \"pulse\" a parameter is to send it a signal from (1) an exported CHOP channel or (2) a python command or (3) a mouse click that causes a new action to occur immediately. A pulse via python is via the .pulse() function on a pulse-type parameter, such as Reset parameter in a Speed CHOP. A pulse from a CHOP is typically a 0 to 1 to 0 signal in an exported channel.\n\n\n\nThe location of an operator within the TouchDesigner environment, for example, /geo1/circle1, a node called circle1 in a component called geo1. The path / is called Root. This path is displayed at the top of every Pane, showing which Component's network you are currently in. To refer instead to a filesystem folder, directory, disk file or http: address, see Folder.\n\n\n\nTouchDesigner Component file, the file type used to save a Component of your TouchDesigner project.\n\n\n\nTOuch Environment file, the file type used by TouchDesigner to save your entire project.\n\n\n\nThere are 2 kinds of parenting. The \"parent component\" is the component in which a node resides. The metaphor is extended to include grand parents, grand-grand parents, etc. The root / is the ultimate parent to all nodes. See also 3D Parenting and panel Parenting.\n\n\n\nAn Operator Family which operate on Channels (a sequence of numbers (Samples)) which are used for animation, audio, mathematics, simulation, logic, UI construction, and data streamed from/to devices and protocols.\n\n\n\n\n\n\n\n\nRetrieved from \"https://docs.derivative.ca/index.php?title=Time_COMP&oldid=30718\"",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Play",
      "label": "Play",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "play - Controls the playback of the Time . 0 = stop, 1 = play.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Rate",
      "label": "Rate",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "rate - Sets the frame per second for the Time .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Start",
      "label": "Start",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "start - Sets the start frame for the Time . The Start and End parameters determine the overall length of the Time .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "End",
      "label": "End",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "end - Sets the end frame for the Time . The Start and End parameters determine the overall length of the Time .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Range Limit",
      "label": "Range Limit",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "rangelimit -  - This menu controls how the playback loops:\n\n loop - The timeline will loop when it reaches Range End frame. hold - The timeline will stop (hold) when it reaches Range End frame.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Loop",
      "label": "Loop",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "loop - The timeline will loop when it reaches Range End frame. hold - The timeline will stop (hold) when it reaches Range End frame.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Range Start",
      "label": "Range Start",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "rangestart - Sets the start frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Range End",
      "label": "Range End",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "rangeend - Sets the end frame of the working range. The working range is a subset of the start/end range which can be used to focus work on a smaller section of time. The playhead will only playback the frames/beats that are inside this working range.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Reset Frame",
      "label": "Reset Frame",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "resetframe - Place holder to specify which frame to jump to (Obsolete).",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Signature",
      "label": "Signature",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "signature -  - Specifies the time signature. The first number is the number of beats per measure and the second number indicates the type of note that constitutes one beat. See Time Signature - Wikipedia for additional information.\n\nsignature1 -signature2 -",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Tempo",
      "label": "Tempo",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "tempo - Sets the bpm for the Time .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.914Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Run Independently",
      "label": "Run Independently",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "independent - When checked on, this Time 's time will not be dependant on parent Time Components found in the network hierarchy. For example, starting/pausing other Time 's higher in the hierarchy will not start/pause a Time  whose Run Independently parameter is on.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Extension",
      "label": "Extension",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Object",
      "label": "Object",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext0object - A number of class instances that can be attached to the component.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Name",
      "label": "Name",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext0name - Optional name to search by, instead of the instance class name.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Promote",
      "label": "Promote",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Re-Init Extensions",
      "label": "Re-Init Extensions",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Parent Shortcut",
      "label": "Parent Shortcut",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Global OP Shortcut",
      "label": "Global OP Shortcut",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Internal OP",
      "label": "Internal OP",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Shortcut",
      "label": "Shortcut",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "OP",
      "label": "OP",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "iop0op - The path to the Internal OP inside this component. See Internal Operators.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Operator Viewer",
      "label": "Operator Viewer",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable Cloning",
      "label": "Enable Cloning",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable Cloning Pulse",
      "label": "Enable Cloning Pulse",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enablecloningpulse - Instantaneously clone the contents.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Clone Master",
      "label": "Clone Master",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "clone -  to a component used as the Master Clone.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Load on Demand",
      "label": "Load on Demand",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable External .tox",
      "label": "Enable External .tox",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable External .tox Pulse",
      "label": "Enable External .tox Pulse",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enableexternaltoxpulse - This button will re-load from the external  file (if present).",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "External .tox Path",
      "label": "External .tox Path",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Reload Custom Parameters",
      "label": "Reload Custom Parameters",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.915Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Reload Built-In Parameters",
      "label": "Reload Built-In Parameters",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.916Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Save Backup of External",
      "label": "Save Backup of External",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.916Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Sub-Component to Load",
      "label": "Sub-Component to Load",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.916Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Relative File Path Behavior",
      "label": "Relative File Path Behavior",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.916Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Use Parent's Behavior",
      "label": "Use Parent's Behavior",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-07T07:50:10.916Z",
      "rawData": {},
      "sourceElement": null
    }
  ],
  "parameterGroups": {},
  "codeExamples": [],
  "pythonExamples": [],
  "expressions": [],
  "commonInputs": [],
  "commonOutputs": [],
  "relatedOperators": [],
  "workflowPatterns": [],
  "images": [],
  "videos": [],
  "assets": [],
  "keywords": [
    "time",
    "comp",
    "component",
    "allows",
    "each",
    "timeline",
    "(clock).",
    "contains"
  ],
  "tags": [
    "COMP",
    "TouchDesigner",
    "Time COMP"
  ],
  "searchWeight": 1,
  "contentHash": "",
  "processingDate": "2025-08-07T07:50:10.916Z",
  "processingVersion": "1.0.0",
  "isValid": true,
  "validationErrors": []
}