@dpantani/tdmcp 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (765) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +413 -0
  3. package/dist/cli/agent.d.ts +466 -0
  4. package/dist/cli/agent.js +1902 -0
  5. package/dist/cli/agent.js.map +1 -0
  6. package/dist/index.d.ts +2 -0
  7. package/dist/index.js +4375 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/knowledge/data/glsl.json +1 -0
  10. package/dist/knowledge/data/meta.json +1 -0
  11. package/dist/knowledge/data/operators/ableton_link_chop.json +1322 -0
  12. package/dist/knowledge/data/operators/accumulate_pop.json +912 -0
  13. package/dist/knowledge/data/operators/actor_comp.json +7477 -0
  14. package/dist/knowledge/data/operators/add_sop.json +946 -0
  15. package/dist/knowledge/data/operators/add_top.json +1653 -0
  16. package/dist/knowledge/data/operators/alembic_sop.json +521 -0
  17. package/dist/knowledge/data/operators/align_sop.json +949 -0
  18. package/dist/knowledge/data/operators/ambient_light_comp.json +1698 -0
  19. package/dist/knowledge/data/operators/analyze_chop.json +710 -0
  20. package/dist/knowledge/data/operators/analyze_pop.json +698 -0
  21. package/dist/knowledge/data/operators/analyze_top.json +1276 -0
  22. package/dist/knowledge/data/operators/angle_chop.json +711 -0
  23. package/dist/knowledge/data/operators/animation_comp.json +2448 -0
  24. package/dist/knowledge/data/operators/annotate_comp.json +2913 -0
  25. package/dist/knowledge/data/operators/anti_alias_top.json +1278 -0
  26. package/dist/knowledge/data/operators/arm_sop.json +1747 -0
  27. package/dist/knowledge/data/operators/art-net_dat.json +472 -0
  28. package/dist/knowledge/data/operators/attribute_chop.json +617 -0
  29. package/dist/knowledge/data/operators/attribute_combine_pop.json +596 -0
  30. package/dist/knowledge/data/operators/attribute_convert_pop.json +462 -0
  31. package/dist/knowledge/data/operators/attribute_create_sop.json +191 -0
  32. package/dist/knowledge/data/operators/attribute_pop.json +1078 -0
  33. package/dist/knowledge/data/operators/attribute_sop.json +429 -0
  34. package/dist/knowledge/data/operators/audio_band_eq_chop.json +1228 -0
  35. package/dist/knowledge/data/operators/audio_binaural_chop.json +711 -0
  36. package/dist/knowledge/data/operators/audio_device_in_chop.json +1793 -0
  37. package/dist/knowledge/data/operators/audio_device_out_chop.json +1840 -0
  38. package/dist/knowledge/data/operators/audio_devices_dat.json +616 -0
  39. package/dist/knowledge/data/operators/audio_dynamics_chop.json +1132 -0
  40. package/dist/knowledge/data/operators/audio_file_in_chop.json +1605 -0
  41. package/dist/knowledge/data/operators/audio_file_out_chop.json +945 -0
  42. package/dist/knowledge/data/operators/audio_filter_chop.json +850 -0
  43. package/dist/knowledge/data/operators/audio_movie_chop.json +851 -0
  44. package/dist/knowledge/data/operators/audio_ndi_chop.json +526 -0
  45. package/dist/knowledge/data/operators/audio_oscillator_chop.json +1087 -0
  46. package/dist/knowledge/data/operators/audio_para_eq_chop.json +1276 -0
  47. package/dist/knowledge/data/operators/audio_play_chop.json +1744 -0
  48. package/dist/knowledge/data/operators/audio_render_chop.json +754 -0
  49. package/dist/knowledge/data/operators/audio_spectrum_chop.json +850 -0
  50. package/dist/knowledge/data/operators/audio_stream_in_chop.json +1039 -0
  51. package/dist/knowledge/data/operators/audio_stream_out_chop.json +806 -0
  52. package/dist/knowledge/data/operators/audio_vst_chop.json +1419 -0
  53. package/dist/knowledge/data/operators/audio_web_render_chop.json +523 -0
  54. package/dist/knowledge/data/operators/base_comp.json +1180 -0
  55. package/dist/knowledge/data/operators/basis_sop.json +805 -0
  56. package/dist/knowledge/data/operators/beat_chop.json +1745 -0
  57. package/dist/knowledge/data/operators/bind_chop.json +613 -0
  58. package/dist/knowledge/data/operators/blacktrax_chop.json +1180 -0
  59. package/dist/knowledge/data/operators/blend_chop.json +616 -0
  60. package/dist/knowledge/data/operators/blend_comp.json +3626 -0
  61. package/dist/knowledge/data/operators/blend_pop.json +618 -0
  62. package/dist/knowledge/data/operators/blend_sop.json +477 -0
  63. package/dist/knowledge/data/operators/blob_track_chop.json +1275 -0
  64. package/dist/knowledge/data/operators/blob_track_top.json +1931 -0
  65. package/dist/knowledge/data/operators/bloom_top.json +1370 -0
  66. package/dist/knowledge/data/operators/blur_top.json +1428 -0
  67. package/dist/knowledge/data/operators/body_track_chop.json +1233 -0
  68. package/dist/knowledge/data/operators/bone_comp.json +3672 -0
  69. package/dist/knowledge/data/operators/bone_group_sop.json +148 -0
  70. package/dist/knowledge/data/operators/boolean_sop.json +336 -0
  71. package/dist/knowledge/data/operators/box_pop.json +827 -0
  72. package/dist/knowledge/data/operators/box_sop.json +994 -0
  73. package/dist/knowledge/data/operators/bridge_sop.json +806 -0
  74. package/dist/knowledge/data/operators/bullet_solver_chop.json +898 -0
  75. package/dist/knowledge/data/operators/bullet_solver_comp.json +3720 -0
  76. package/dist/knowledge/data/operators/button_comp.json +6636 -0
  77. package/dist/knowledge/data/operators/cache_blend_pop.json +292 -0
  78. package/dist/knowledge/data/operators/cache_pop.json +412 -0
  79. package/dist/knowledge/data/operators/cache_select_pop.json +280 -0
  80. package/dist/knowledge/data/operators/cache_select_top.json +946 -0
  81. package/dist/knowledge/data/operators/cache_sop.json +478 -0
  82. package/dist/knowledge/data/operators/cache_top.json +1559 -0
  83. package/dist/knowledge/data/operators/camera_blend_comp.json +4847 -0
  84. package/dist/knowledge/data/operators/camera_comp.json +215 -0
  85. package/dist/knowledge/data/operators/cap_sop.json +527 -0
  86. package/dist/knowledge/data/operators/capture_region_sop.json +568 -0
  87. package/dist/knowledge/data/operators/capture_sop.json +619 -0
  88. package/dist/knowledge/data/operators/carve_sop.json +902 -0
  89. package/dist/knowledge/data/operators/channel_mix_top.json +1088 -0
  90. package/dist/knowledge/data/operators/chop_execute_dat.json +1277 -0
  91. package/dist/knowledge/data/operators/chop_to_dat.json +571 -0
  92. package/dist/knowledge/data/operators/chop_to_pop.json +1236 -0
  93. package/dist/knowledge/data/operators/chop_to_sop.json +714 -0
  94. package/dist/knowledge/data/operators/chop_to_top.json +1231 -0
  95. package/dist/knowledge/data/operators/chroma_key_top.json +1653 -0
  96. package/dist/knowledge/data/operators/circle_pop.json +821 -0
  97. package/dist/knowledge/data/operators/circle_sop.json +991 -0
  98. package/dist/knowledge/data/operators/circle_top.json +2307 -0
  99. package/dist/knowledge/data/operators/clay_sop.json +1231 -0
  100. package/dist/knowledge/data/operators/clip_blender_chop.json +1931 -0
  101. package/dist/knowledge/data/operators/clip_chop.json +1366 -0
  102. package/dist/knowledge/data/operators/clip_dat.json +849 -0
  103. package/dist/knowledge/data/operators/clip_sop.json +475 -0
  104. package/dist/knowledge/data/operators/clock_chop.json +1792 -0
  105. package/dist/knowledge/data/operators/composite_chop.json +1414 -0
  106. package/dist/knowledge/data/operators/composite_top.json +2131 -0
  107. package/dist/knowledge/data/operators/connectivity_pop.json +11 -0
  108. package/dist/knowledge/data/operators/constant_chop.json +1238 -0
  109. package/dist/knowledge/data/operators/constant_mat.json +2727 -0
  110. package/dist/knowledge/data/operators/constant_top.json +1323 -0
  111. package/dist/knowledge/data/operators/constraint_comp.json +2076 -0
  112. package/dist/knowledge/data/operators/container_comp.json +6299 -0
  113. package/dist/knowledge/data/operators/convert_dat.json +569 -0
  114. package/dist/knowledge/data/operators/convert_pop.json +322 -0
  115. package/dist/knowledge/data/operators/convert_sop.json +807 -0
  116. package/dist/knowledge/data/operators/convolve_top.json +1041 -0
  117. package/dist/knowledge/data/operators/copy_chop.json +993 -0
  118. package/dist/knowledge/data/operators/copy_pop.json +1799 -0
  119. package/dist/knowledge/data/operators/copy_sop.json +1887 -0
  120. package/dist/knowledge/data/operators/corner_pin_top.json +1512 -0
  121. package/dist/knowledge/data/operators/count_chop.json +1369 -0
  122. package/dist/knowledge/data/operators/cplusplus_chop.json +569 -0
  123. package/dist/knowledge/data/operators/cplusplus_dat.json +477 -0
  124. package/dist/knowledge/data/operators/cplusplus_pop.json +308 -0
  125. package/dist/knowledge/data/operators/cplusplus_sop.json +195 -0
  126. package/dist/knowledge/data/operators/cplusplus_top.json +1276 -0
  127. package/dist/knowledge/data/operators/creep_sop.json +385 -0
  128. package/dist/knowledge/data/operators/crop_top.json +1323 -0
  129. package/dist/knowledge/data/operators/cross_chop.json +478 -0
  130. package/dist/knowledge/data/operators/cross_top.json +1559 -0
  131. package/dist/knowledge/data/operators/cube_map_top.json +946 -0
  132. package/dist/knowledge/data/operators/curve_pop.json +1525 -0
  133. package/dist/knowledge/data/operators/curveclay_sop.json +618 -0
  134. package/dist/knowledge/data/operators/curvesect_sop.json +665 -0
  135. package/dist/knowledge/data/operators/cycle_chop.json +1040 -0
  136. package/dist/knowledge/data/operators/dat_execute_dat.json +1230 -0
  137. package/dist/knowledge/data/operators/dat_to_chop.json +1510 -0
  138. package/dist/knowledge/data/operators/dat_to_pop.json +756 -0
  139. package/dist/knowledge/data/operators/dat_to_sop.json +902 -0
  140. package/dist/knowledge/data/operators/deform_sop.json +291 -0
  141. package/dist/knowledge/data/operators/delay_chop.json +615 -0
  142. package/dist/knowledge/data/operators/delete_chop.json +1556 -0
  143. package/dist/knowledge/data/operators/delete_pop.json +1422 -0
  144. package/dist/knowledge/data/operators/delete_sop.json +1230 -0
  145. package/dist/knowledge/data/operators/depth_mat.json +1933 -0
  146. package/dist/knowledge/data/operators/depth_top.json +1322 -0
  147. package/dist/knowledge/data/operators/difference_top.json +1647 -0
  148. package/dist/knowledge/data/operators/dimension_pop.json +280 -0
  149. package/dist/knowledge/data/operators/direct_display_out_top.json +997 -0
  150. package/dist/knowledge/data/operators/directx_in_top.json +901 -0
  151. package/dist/knowledge/data/operators/directx_out_top.json +948 -0
  152. package/dist/knowledge/data/operators/displace_top.json +1322 -0
  153. package/dist/knowledge/data/operators/divide_sop.json +713 -0
  154. package/dist/knowledge/data/operators/dmx_fixture_pop.json +772 -0
  155. package/dist/knowledge/data/operators/dmx_in_chop.json +1420 -0
  156. package/dist/knowledge/data/operators/dmx_map_dat.json +11 -0
  157. package/dist/knowledge/data/operators/dmx_out_chop.json +1843 -0
  158. package/dist/knowledge/data/operators/dmx_out_pop.json +668 -0
  159. package/dist/knowledge/data/operators/edge_top.json +1370 -0
  160. package/dist/knowledge/data/operators/emboss_top.json +1275 -0
  161. package/dist/knowledge/data/operators/engine_comp.json +2685 -0
  162. package/dist/knowledge/data/operators/envelope_chop.json +946 -0
  163. package/dist/knowledge/data/operators/environment_light_comp.json +2121 -0
  164. package/dist/knowledge/data/operators/error_dat.json +949 -0
  165. package/dist/knowledge/data/operators/etherdream_dat.json +472 -0
  166. package/dist/knowledge/data/operators/evaluate_dat.json +1650 -0
  167. package/dist/knowledge/data/operators/event_chop.json +1653 -0
  168. package/dist/knowledge/data/operators/examine_dat.json +1182 -0
  169. package/dist/knowledge/data/operators/execute_dat.json +1184 -0
  170. package/dist/knowledge/data/operators/experimental +0 -0
  171. package/dist/knowledge/data/operators/expression_chop.json +617 -0
  172. package/dist/knowledge/data/operators/extend_chop.json +617 -0
  173. package/dist/knowledge/data/operators/extrude_pop.json +316 -0
  174. package/dist/knowledge/data/operators/extrude_sop.json +1081 -0
  175. package/dist/knowledge/data/operators/face_track_chop.json +998 -0
  176. package/dist/knowledge/data/operators/face_track_sop.json +244 -0
  177. package/dist/knowledge/data/operators/facet_pop.json +480 -0
  178. package/dist/knowledge/data/operators/facet_sop.json +619 -0
  179. package/dist/knowledge/data/operators/fan_chop.json +804 -0
  180. package/dist/knowledge/data/operators/fbx_comp.json +4942 -0
  181. package/dist/knowledge/data/operators/feedback_chop.json +664 -0
  182. package/dist/knowledge/data/operators/feedback_pop.json +368 -0
  183. package/dist/knowledge/data/operators/feedback_top.json +191 -0
  184. package/dist/knowledge/data/operators/field_pop.json +2304 -0
  185. package/dist/knowledge/data/operators/fifo_dat.json +711 -0
  186. package/dist/knowledge/data/operators/file_in_chop.json +1181 -0
  187. package/dist/knowledge/data/operators/file_in_dat.json +527 -0
  188. package/dist/knowledge/data/operators/file_in_pop.json +298 -0
  189. package/dist/knowledge/data/operators/file_in_sop.json +289 -0
  190. package/dist/knowledge/data/operators/file_out_chop.json +618 -0
  191. package/dist/knowledge/data/operators/file_out_dat.json +524 -0
  192. package/dist/knowledge/data/operators/fillet_sop.json +949 -0
  193. package/dist/knowledge/data/operators/filter_chop.json +1134 -0
  194. package/dist/knowledge/data/operators/fit_sop.json +1087 -0
  195. package/dist/knowledge/data/operators/fit_top.json +1559 -0
  196. package/dist/knowledge/data/operators/flip_top.json +1040 -0
  197. package/dist/knowledge/data/operators/folder_dat.json +1888 -0
  198. package/dist/knowledge/data/operators/force_comp.json +1701 -0
  199. package/dist/knowledge/data/operators/force_pop.json +878 -0
  200. package/dist/knowledge/data/operators/force_sop.json +429 -0
  201. package/dist/knowledge/data/operators/fractal_sop.json +479 -0
  202. package/dist/knowledge/data/operators/freed_in_chop.json +808 -0
  203. package/dist/knowledge/data/operators/freed_out_chop.json +714 -0
  204. package/dist/knowledge/data/operators/function_chop.json +1086 -0
  205. package/dist/knowledge/data/operators/function_top.json +1558 -0
  206. package/dist/knowledge/data/operators/geo_text_comp.json +7338 -0
  207. package/dist/knowledge/data/operators/geometry_comp.json +199 -0
  208. package/dist/knowledge/data/operators/gesture_chop.json +1133 -0
  209. package/dist/knowledge/data/operators/glsl_advanced_pop.json +3539 -0
  210. package/dist/knowledge/data/operators/glsl_comp.json +6962 -0
  211. package/dist/knowledge/data/operators/glsl_copy_pop.json +2128 -0
  212. package/dist/knowledge/data/operators/glsl_mat.json +3720 -0
  213. package/dist/knowledge/data/operators/glsl_multi_top.json +2922 -0
  214. package/dist/knowledge/data/operators/glsl_pop.json +2317 -0
  215. package/dist/knowledge/data/operators/glsl_select_pop.json +280 -0
  216. package/dist/knowledge/data/operators/glsl_top.json +2922 -0
  217. package/dist/knowledge/data/operators/grid_pop.json +1029 -0
  218. package/dist/knowledge/data/operators/grid_sop.json +1041 -0
  219. package/dist/knowledge/data/operators/group_pop.json +1423 -0
  220. package/dist/knowledge/data/operators/group_sop.json +2075 -0
  221. package/dist/knowledge/data/operators/handle_chop.json +712 -0
  222. package/dist/knowledge/data/operators/handle_comp.json +2171 -0
  223. package/dist/knowledge/data/operators/histogram_pop.json +533 -0
  224. package/dist/knowledge/data/operators/hog_chop.json +620 -0
  225. package/dist/knowledge/data/operators/hokuyo_chop.json +941 -0
  226. package/dist/knowledge/data/operators/hold_chop.json +664 -0
  227. package/dist/knowledge/data/operators/hole_sop.json +291 -0
  228. package/dist/knowledge/data/operators/hsv_adjust_top.json +1370 -0
  229. package/dist/knowledge/data/operators/hsv_to_rgb_top.json +847 -0
  230. package/dist/knowledge/data/operators/import_select_chop.json +1838 -0
  231. package/dist/knowledge/data/operators/import_select_pop.json +808 -0
  232. package/dist/knowledge/data/operators/import_select_sop.json +1463 -0
  233. package/dist/knowledge/data/operators/import_select_top.json +993 -0
  234. package/dist/knowledge/data/operators/impulse_force_comp.json +1415 -0
  235. package/dist/knowledge/data/operators/in_chop.json +572 -0
  236. package/dist/knowledge/data/operators/in_dat.json +386 -0
  237. package/dist/knowledge/data/operators/in_mat.json +1559 -0
  238. package/dist/knowledge/data/operators/in_pop.json +280 -0
  239. package/dist/knowledge/data/operators/in_sop.json +102 -0
  240. package/dist/knowledge/data/operators/in_top.json +903 -0
  241. package/dist/knowledge/data/operators/index.json +1 -0
  242. package/dist/knowledge/data/operators/indices_dat.json +526 -0
  243. package/dist/knowledge/data/operators/info_chop.json +757 -0
  244. package/dist/knowledge/data/operators/info_dat.json +430 -0
  245. package/dist/knowledge/data/operators/insert_dat.json +896 -0
  246. package/dist/knowledge/data/operators/inside_top.json +1652 -0
  247. package/dist/knowledge/data/operators/interpolate_chop.json +711 -0
  248. package/dist/knowledge/data/operators/inverse_curve_chop.json +898 -0
  249. package/dist/knowledge/data/operators/inverse_curve_sop.json +97 -0
  250. package/dist/knowledge/data/operators/inverse_kin_chop.json +850 -0
  251. package/dist/knowledge/data/operators/iso_surface_sop.json +337 -0
  252. package/dist/knowledge/data/operators/join_chop.json +1368 -0
  253. package/dist/knowledge/data/operators/join_sop.json +667 -0
  254. package/dist/knowledge/data/operators/joint_sop.json +573 -0
  255. package/dist/knowledge/data/operators/joystick_chop.json +1558 -0
  256. package/dist/knowledge/data/operators/json_dat.json +619 -0
  257. package/dist/knowledge/data/operators/keyboard_in_chop.json +1041 -0
  258. package/dist/knowledge/data/operators/keyboard_in_dat.json +950 -0
  259. package/dist/knowledge/data/operators/keyframe_chop.json +711 -0
  260. package/dist/knowledge/data/operators/kinect_azure_chop.json +1092 -0
  261. package/dist/knowledge/data/operators/kinect_azure_select_top.json +1187 -0
  262. package/dist/knowledge/data/operators/kinect_azure_top.json +2737 -0
  263. package/dist/knowledge/data/operators/kinect_chop.json +1700 -0
  264. package/dist/knowledge/data/operators/kinect_sop.json +379 -0
  265. package/dist/knowledge/data/operators/kinect_top.json +1700 -0
  266. package/dist/knowledge/data/operators/lag_chop.json +1040 -0
  267. package/dist/knowledge/data/operators/laser_chop.json +1746 -0
  268. package/dist/knowledge/data/operators/laser_device_chop.json +1228 -0
  269. package/dist/knowledge/data/operators/lattice_sop.json +432 -0
  270. package/dist/knowledge/data/operators/layout_top.json +1936 -0
  271. package/dist/knowledge/data/operators/leap_motion_chop.json +1699 -0
  272. package/dist/knowledge/data/operators/leap_motion_top.json +1323 -0
  273. package/dist/knowledge/data/operators/lens_distort_top.json +2262 -0
  274. package/dist/knowledge/data/operators/leuze_rod4_chop.json +1371 -0
  275. package/dist/knowledge/data/operators/level_top.json +2273 -0
  276. package/dist/knowledge/data/operators/lfo_chop.json +1088 -0
  277. package/dist/knowledge/data/operators/light_comp.json +5410 -0
  278. package/dist/knowledge/data/operators/limit_chop.json +1133 -0
  279. package/dist/knowledge/data/operators/limit_pop.json +1243 -0
  280. package/dist/knowledge/data/operators/limit_sop.json +2075 -0
  281. package/dist/knowledge/data/operators/limit_top.json +1557 -0
  282. package/dist/knowledge/data/operators/line_break_pop.json +447 -0
  283. package/dist/knowledge/data/operators/line_divide_pop.json +688 -0
  284. package/dist/knowledge/data/operators/line_mat.json +5551 -0
  285. package/dist/knowledge/data/operators/line_metrics_pop.json +548 -0
  286. package/dist/knowledge/data/operators/line_pop.json +1343 -0
  287. package/dist/knowledge/data/operators/line_smooth_pop.json +1028 -0
  288. package/dist/knowledge/data/operators/line_sop.json +330 -0
  289. package/dist/knowledge/data/operators/line_thick_sop.json +478 -0
  290. package/dist/knowledge/data/operators/list_comp.json +6729 -0
  291. package/dist/knowledge/data/operators/lod_sop.json +431 -0
  292. package/dist/knowledge/data/operators/logic_chop.json +946 -0
  293. package/dist/knowledge/data/operators/lookup_attribute_pop.json +684 -0
  294. package/dist/knowledge/data/operators/lookup_channel_pop.json +1140 -0
  295. package/dist/knowledge/data/operators/lookup_chop.json +992 -0
  296. package/dist/knowledge/data/operators/lookup_dat.json +664 -0
  297. package/dist/knowledge/data/operators/lookup_texture_pop.json +1494 -0
  298. package/dist/knowledge/data/operators/lookup_top.json +1510 -0
  299. package/dist/knowledge/data/operators/lsystem_sop.json +1699 -0
  300. package/dist/knowledge/data/operators/ltc_in_chop.json +760 -0
  301. package/dist/knowledge/data/operators/ltc_out_chop.json +1512 -0
  302. package/dist/knowledge/data/operators/luma_blur_top.json +1316 -0
  303. package/dist/knowledge/data/operators/luma_level_top.json +1746 -0
  304. package/dist/knowledge/data/operators/magnet_sop.json +759 -0
  305. package/dist/knowledge/data/operators/material_sop.json +98 -0
  306. package/dist/knowledge/data/operators/math_chop.json +1193 -0
  307. package/dist/knowledge/data/operators/math_combine_pop.json +4283 -0
  308. package/dist/knowledge/data/operators/math_mix_pop.json +2641 -0
  309. package/dist/knowledge/data/operators/math_pop.json +2163 -0
  310. package/dist/knowledge/data/operators/math_top.json +1885 -0
  311. package/dist/knowledge/data/operators/matte_top.json +994 -0
  312. package/dist/knowledge/data/operators/media_file_info_dat.json +571 -0
  313. package/dist/knowledge/data/operators/merge_chop.json +627 -0
  314. package/dist/knowledge/data/operators/merge_dat.json +620 -0
  315. package/dist/knowledge/data/operators/merge_pop.json +764 -0
  316. package/dist/knowledge/data/operators/merge_sop.json +100 -0
  317. package/dist/knowledge/data/operators/metaball_sop.json +476 -0
  318. package/dist/knowledge/data/operators/midi_event_dat.json +1135 -0
  319. package/dist/knowledge/data/operators/midi_in_chop.json +3297 -0
  320. package/dist/knowledge/data/operators/midi_in_dat.json +1183 -0
  321. package/dist/knowledge/data/operators/midi_in_map_chop.json +946 -0
  322. package/dist/knowledge/data/operators/midi_out_chop.json +1793 -0
  323. package/dist/knowledge/data/operators/mirror_top.json +1271 -0
  324. package/dist/knowledge/data/operators/model_sop.json +52 -0
  325. package/dist/knowledge/data/operators/monitors_dat.json +617 -0
  326. package/dist/knowledge/data/operators/monochrome_top.json +1041 -0
  327. package/dist/knowledge/data/operators/mosys_chop.json +804 -0
  328. package/dist/knowledge/data/operators/mosys_top.json +896 -0
  329. package/dist/knowledge/data/operators/mouse_in_chop.json +1275 -0
  330. package/dist/knowledge/data/operators/mouse_out_chop.json +711 -0
  331. package/dist/knowledge/data/operators/movie_file_in_top.json +3546 -0
  332. package/dist/knowledge/data/operators/movie_file_out_top.json +3390 -0
  333. package/dist/knowledge/data/operators/mpcdi_dat.json +711 -0
  334. package/dist/knowledge/data/operators/mpcdi_top.json +1369 -0
  335. package/dist/knowledge/data/operators/mqtt_client_dat.json +1229 -0
  336. package/dist/knowledge/data/operators/multi_touch_in_dat.json +1185 -0
  337. package/dist/knowledge/data/operators/multiply_top.json +1647 -0
  338. package/dist/knowledge/data/operators/ncam_chop.json +1039 -0
  339. package/dist/knowledge/data/operators/ncam_top.json +1039 -0
  340. package/dist/knowledge/data/operators/ndi_dat.json +478 -0
  341. package/dist/knowledge/data/operators/ndi_in_top.json +1326 -0
  342. package/dist/knowledge/data/operators/ndi_out_top.json +1420 -0
  343. package/dist/knowledge/data/operators/neighbor_pop.json +534 -0
  344. package/dist/knowledge/data/operators/noise_chop.json +2230 -0
  345. package/dist/knowledge/data/operators/noise_pop.json +2107 -0
  346. package/dist/knowledge/data/operators/noise_sop.json +1136 -0
  347. package/dist/knowledge/data/operators/noise_top.json +2356 -0
  348. package/dist/knowledge/data/operators/normal_map_top.json +1182 -0
  349. package/dist/knowledge/data/operators/normal_pop.json +1488 -0
  350. package/dist/knowledge/data/operators/normalize_pop.json +1298 -0
  351. package/dist/knowledge/data/operators/notch_top.json +1511 -0
  352. package/dist/knowledge/data/operators/null_chop.json +673 -0
  353. package/dist/knowledge/data/operators/null_comp.json +2921 -0
  354. package/dist/knowledge/data/operators/null_dat.json +344 -0
  355. package/dist/knowledge/data/operators/null_mat.json +1511 -0
  356. package/dist/knowledge/data/operators/null_pop.json +18 -0
  357. package/dist/knowledge/data/operators/null_sop.json +100 -0
  358. package/dist/knowledge/data/operators/null_top.json +862 -0
  359. package/dist/knowledge/data/operators/nvidia_background_top.json +996 -0
  360. package/dist/knowledge/data/operators/nvidia_denoise_top.json +1089 -0
  361. package/dist/knowledge/data/operators/nvidia_flex_solver_comp.json +5367 -0
  362. package/dist/knowledge/data/operators/nvidia_flex_top.json +995 -0
  363. package/dist/knowledge/data/operators/nvidia_flow_emitter_comp.json +7812 -0
  364. package/dist/knowledge/data/operators/nvidia_flow_top.json +3675 -0
  365. package/dist/knowledge/data/operators/nvidia_upscaler_top.json +1089 -0
  366. package/dist/knowledge/data/operators/oak_device_chop.json +1372 -0
  367. package/dist/knowledge/data/operators/oak_select_chop.json +947 -0
  368. package/dist/knowledge/data/operators/oak_select_top.json +1323 -0
  369. package/dist/knowledge/data/operators/object_chop.json +2356 -0
  370. package/dist/knowledge/data/operators/object_merge_sop.json +194 -0
  371. package/dist/knowledge/data/operators/oculus_audio_chop.json +1371 -0
  372. package/dist/knowledge/data/operators/oculus_rift_chop.json +901 -0
  373. package/dist/knowledge/data/operators/oculus_rift_sop.json +147 -0
  374. package/dist/knowledge/data/operators/oculus_rift_top.json +995 -0
  375. package/dist/knowledge/data/operators/op_execute_dat.json +1463 -0
  376. package/dist/knowledge/data/operators/op_find_dat.json +2827 -0
  377. package/dist/knowledge/data/operators/op_viewer_comp.json +6586 -0
  378. package/dist/knowledge/data/operators/op_viewer_top.json +993 -0
  379. package/dist/knowledge/data/operators/opencolorio_top.json +1980 -0
  380. package/dist/knowledge/data/operators/openvr_chop.json +1135 -0
  381. package/dist/knowledge/data/operators/openvr_sop.json +99 -0
  382. package/dist/knowledge/data/operators/openvr_top.json +900 -0
  383. package/dist/knowledge/data/operators/optical_flow_top.json +1230 -0
  384. package/dist/knowledge/data/operators/optitrack_in_chop.json +854 -0
  385. package/dist/knowledge/data/operators/orbbec_select_top.json +1042 -0
  386. package/dist/knowledge/data/operators/orbbec_top.json +1558 -0
  387. package/dist/knowledge/data/operators/osc_in_chop.json +1371 -0
  388. package/dist/knowledge/data/operators/osc_in_dat.json +1280 -0
  389. package/dist/knowledge/data/operators/osc_out_chop.json +1138 -0
  390. package/dist/knowledge/data/operators/osc_out_dat.json +1280 -0
  391. package/dist/knowledge/data/operators/ouster_select_top.json +1228 -0
  392. package/dist/knowledge/data/operators/ouster_top.json +2404 -0
  393. package/dist/knowledge/data/operators/out_chop.json +476 -0
  394. package/dist/knowledge/data/operators/out_dat.json +386 -0
  395. package/dist/knowledge/data/operators/out_mat.json +1982 -0
  396. package/dist/knowledge/data/operators/out_pop.json +286 -0
  397. package/dist/knowledge/data/operators/out_sop.json +93 -0
  398. package/dist/knowledge/data/operators/out_top.json +903 -0
  399. package/dist/knowledge/data/operators/outside_top.json +1651 -0
  400. package/dist/knowledge/data/operators/over_top.json +1651 -0
  401. package/dist/knowledge/data/operators/override_chop.json +663 -0
  402. package/dist/knowledge/data/operators/pack_top.json +946 -0
  403. package/dist/knowledge/data/operators/pan_tilt_chop.json +11 -0
  404. package/dist/knowledge/data/operators/panel_chop.json +663 -0
  405. package/dist/knowledge/data/operators/panel_execute_dat.json +1182 -0
  406. package/dist/knowledge/data/operators/pangolin_chop.json +1135 -0
  407. package/dist/knowledge/data/operators/parameter_chop.json +803 -0
  408. package/dist/knowledge/data/operators/parameter_comp.json +6962 -0
  409. package/dist/knowledge/data/operators/parameter_dat.json +1698 -0
  410. package/dist/knowledge/data/operators/parameter_execute_dat.json +1371 -0
  411. package/dist/knowledge/data/operators/pargroup_execute_dat.json +1271 -0
  412. package/dist/knowledge/data/operators/particle_pop.json +1130 -0
  413. package/dist/knowledge/data/operators/particle_sop.json +2214 -0
  414. package/dist/knowledge/data/operators/pattern_chop.json +1697 -0
  415. package/dist/knowledge/data/operators/pattern_pop.json +1767 -0
  416. package/dist/knowledge/data/operators/pbr_mat.json +4990 -0
  417. package/dist/knowledge/data/operators/perform_chop.json +1651 -0
  418. package/dist/knowledge/data/operators/perform_dat.json +1184 -0
  419. package/dist/knowledge/data/operators/phaser_chop.json +618 -0
  420. package/dist/knowledge/data/operators/phaser_pop.json +1043 -0
  421. package/dist/knowledge/data/operators/phong_mat.json +5458 -0
  422. package/dist/knowledge/data/operators/photoshop_in_top.json +1418 -0
  423. package/dist/knowledge/data/operators/pipe_in_chop.json +1323 -0
  424. package/dist/knowledge/data/operators/pipe_out_chop.json +1182 -0
  425. package/dist/knowledge/data/operators/point_file_in_pop.json +1246 -0
  426. package/dist/knowledge/data/operators/point_file_in_top.json +3343 -0
  427. package/dist/knowledge/data/operators/point_file_select_top.json +1086 -0
  428. package/dist/knowledge/data/operators/point_generator_pop.json +1407 -0
  429. package/dist/knowledge/data/operators/point_pop.json +752 -0
  430. package/dist/knowledge/data/operators/point_sop.json +2171 -0
  431. package/dist/knowledge/data/operators/point_sprite_mat.json +2920 -0
  432. package/dist/knowledge/data/operators/point_transform_top.json +2779 -0
  433. package/dist/knowledge/data/operators/polygonize_pop.json +386 -0
  434. package/dist/knowledge/data/operators/polyloft_sop.json +759 -0
  435. package/dist/knowledge/data/operators/polypatch_sop.json +761 -0
  436. package/dist/knowledge/data/operators/polyreduce_sop.json +806 -0
  437. package/dist/knowledge/data/operators/polyspline_sop.json +667 -0
  438. package/dist/knowledge/data/operators/polystitch_sop.json +336 -0
  439. package/dist/knowledge/data/operators/pop_to_chop.json +11 -0
  440. package/dist/knowledge/data/operators/pop_to_dat.json +11 -0
  441. package/dist/knowledge/data/operators/pop_to_sop.json +11 -0
  442. package/dist/knowledge/data/operators/pop_to_top.json +11 -0
  443. package/dist/knowledge/data/operators/posistagenet_chop.json +900 -0
  444. package/dist/knowledge/data/operators/prefilter_map_top.json +947 -0
  445. package/dist/knowledge/data/operators/primitive_pop.json +1254 -0
  446. package/dist/knowledge/data/operators/primitive_sop.json +2075 -0
  447. package/dist/knowledge/data/operators/profile_sop.json +756 -0
  448. package/dist/knowledge/data/operators/project_sop.json +1276 -0
  449. package/dist/knowledge/data/operators/projection_pop.json +1060 -0
  450. package/dist/knowledge/data/operators/projection_top.json +1135 -0
  451. package/dist/knowledge/data/operators/proximity_pop.json +505 -0
  452. package/dist/knowledge/data/operators/pulse_chop.json +1744 -0
  453. package/dist/knowledge/data/operators/quantize_pop.json +1052 -0
  454. package/dist/knowledge/data/operators/rails_sop.json +853 -0
  455. package/dist/knowledge/data/operators/ramp_top.json +1899 -0
  456. package/dist/knowledge/data/operators/random_pop.json +1219 -0
  457. package/dist/knowledge/data/operators/raster_sop.json +291 -0
  458. package/dist/knowledge/data/operators/ray_pop.json +497 -0
  459. package/dist/knowledge/data/operators/ray_sop.json +856 -0
  460. package/dist/knowledge/data/operators/realsense_top.json +1608 -0
  461. package/dist/knowledge/data/operators/record_chop.json +1040 -0
  462. package/dist/knowledge/data/operators/rectangle_pop.json +800 -0
  463. package/dist/knowledge/data/operators/rectangle_sop.json +758 -0
  464. package/dist/knowledge/data/operators/rectangle_top.json +2259 -0
  465. package/dist/knowledge/data/operators/refine_sop.json +667 -0
  466. package/dist/knowledge/data/operators/remap_top.json +1182 -0
  467. package/dist/knowledge/data/operators/rename_chop.json +522 -0
  468. package/dist/knowledge/data/operators/render_pass_top.json +3108 -0
  469. package/dist/knowledge/data/operators/render_pick_chop.json +2119 -0
  470. package/dist/knowledge/data/operators/render_pick_dat.json +1840 -0
  471. package/dist/knowledge/data/operators/render_select_top.json +1086 -0
  472. package/dist/knowledge/data/operators/render_top.json +218 -0
  473. package/dist/knowledge/data/operators/renderstream_in_chop.json +617 -0
  474. package/dist/knowledge/data/operators/renderstream_in_top.json +950 -0
  475. package/dist/knowledge/data/operators/renderstream_out_top.json +997 -0
  476. package/dist/knowledge/data/operators/reorder_chop.json +946 -0
  477. package/dist/knowledge/data/operators/reorder_dat.json +711 -0
  478. package/dist/knowledge/data/operators/reorder_top.json +1229 -0
  479. package/dist/knowledge/data/operators/replace_chop.json +568 -0
  480. package/dist/knowledge/data/operators/replicator_comp.json +2208 -0
  481. package/dist/knowledge/data/operators/rerange_pop.json +892 -0
  482. package/dist/knowledge/data/operators/resample_chop.json +1134 -0
  483. package/dist/knowledge/data/operators/resample_sop.json +619 -0
  484. package/dist/knowledge/data/operators/resolution_top.json +892 -0
  485. package/dist/knowledge/data/operators/revolve_pop.json +607 -0
  486. package/dist/knowledge/data/operators/revolve_sop.json +714 -0
  487. package/dist/knowledge/data/operators/rgb_key_top.json +1654 -0
  488. package/dist/knowledge/data/operators/rgb_to_hsv_top.json +853 -0
  489. package/dist/knowledge/data/operators/s_curve_chop.json +1176 -0
  490. package/dist/knowledge/data/operators/scalable_display_top.json +1042 -0
  491. package/dist/knowledge/data/operators/screen_grab_top.json +1465 -0
  492. package/dist/knowledge/data/operators/screen_top.json +1652 -0
  493. package/dist/knowledge/data/operators/script_chop.json +520 -0
  494. package/dist/knowledge/data/operators/script_dat.json +429 -0
  495. package/dist/knowledge/data/operators/script_sop.json +146 -0
  496. package/dist/knowledge/data/operators/script_top.json +947 -0
  497. package/dist/knowledge/data/operators/select_chop.json +899 -0
  498. package/dist/knowledge/data/operators/select_comp.json +5645 -0
  499. package/dist/knowledge/data/operators/select_dat.json +1371 -0
  500. package/dist/knowledge/data/operators/select_mat.json +1977 -0
  501. package/dist/knowledge/data/operators/select_pop.json +347 -0
  502. package/dist/knowledge/data/operators/select_sop.json +100 -0
  503. package/dist/knowledge/data/operators/select_top.json +901 -0
  504. package/dist/knowledge/data/operators/sequence_blend_sop.json +336 -0
  505. package/dist/knowledge/data/operators/serial_chop.json +1182 -0
  506. package/dist/knowledge/data/operators/serial_dat.json +1418 -0
  507. package/dist/knowledge/data/operators/shared_mem_in_chop.json +620 -0
  508. package/dist/knowledge/data/operators/shared_mem_in_comp.json +1323 -0
  509. package/dist/knowledge/data/operators/shared_mem_in_top.json +994 -0
  510. package/dist/knowledge/data/operators/shared_mem_out_chop.json +620 -0
  511. package/dist/knowledge/data/operators/shared_mem_out_comp.json +1372 -0
  512. package/dist/knowledge/data/operators/shared_mem_out_top.json +1137 -0
  513. package/dist/knowledge/data/operators/shift_chop.json +899 -0
  514. package/dist/knowledge/data/operators/shuffle_chop.json +612 -0
  515. package/dist/knowledge/data/operators/sick_top.json +1322 -0
  516. package/dist/knowledge/data/operators/skin_deform_pop.json +972 -0
  517. package/dist/knowledge/data/operators/skin_pop.json +330 -0
  518. package/dist/knowledge/data/operators/skin_sop.json +711 -0
  519. package/dist/knowledge/data/operators/slider_comp.json +6918 -0
  520. package/dist/knowledge/data/operators/slope_chop.json +661 -0
  521. package/dist/knowledge/data/operators/slope_top.json +1370 -0
  522. package/dist/knowledge/data/operators/socketio_dat.json +945 -0
  523. package/dist/knowledge/data/operators/sop_to_chop.json +1137 -0
  524. package/dist/knowledge/data/operators/sop_to_dat.json +622 -0
  525. package/dist/knowledge/data/operators/sop_to_pop.json +409 -0
  526. package/dist/knowledge/data/operators/sort_chop.json +805 -0
  527. package/dist/knowledge/data/operators/sort_dat.json +894 -0
  528. package/dist/knowledge/data/operators/sort_pop.json +1023 -0
  529. package/dist/knowledge/data/operators/sort_sop.json +569 -0
  530. package/dist/knowledge/data/operators/spectrum_top.json +1182 -0
  531. package/dist/knowledge/data/operators/speed_chop.json +1180 -0
  532. package/dist/knowledge/data/operators/sphere_pop.json +1141 -0
  533. package/dist/knowledge/data/operators/sphere_sop.json +1370 -0
  534. package/dist/knowledge/data/operators/splice_chop.json +1226 -0
  535. package/dist/knowledge/data/operators/spring_chop.json +899 -0
  536. package/dist/knowledge/data/operators/spring_sop.json +1463 -0
  537. package/dist/knowledge/data/operators/sprinkle_pop.json +420 -0
  538. package/dist/knowledge/data/operators/sprinkle_sop.json +337 -0
  539. package/dist/knowledge/data/operators/sprite_sop.json +571 -0
  540. package/dist/knowledge/data/operators/ssao_top.json +1510 -0
  541. package/dist/knowledge/data/operators/st2110_device_chop.json +11 -0
  542. package/dist/knowledge/data/operators/stitch_sop.json +807 -0
  543. package/dist/knowledge/data/operators/stretch_chop.json +945 -0
  544. package/dist/knowledge/data/operators/stype_in_chop.json +756 -0
  545. package/dist/knowledge/data/operators/stype_out_chop.json +852 -0
  546. package/dist/knowledge/data/operators/stype_top.json +943 -0
  547. package/dist/knowledge/data/operators/subdivide_pop.json +292 -0
  548. package/dist/knowledge/data/operators/subdivide_sop.json +618 -0
  549. package/dist/knowledge/data/operators/substance_select_top.json +945 -0
  550. package/dist/knowledge/data/operators/substance_top.json +1182 -0
  551. package/dist/knowledge/data/operators/substitute_dat.json +1605 -0
  552. package/dist/knowledge/data/operators/subtract_top.json +1650 -0
  553. package/dist/knowledge/data/operators/superquad_sop.json +1135 -0
  554. package/dist/knowledge/data/operators/surfsect_sop.json +853 -0
  555. package/dist/knowledge/data/operators/sweep_sop.json +947 -0
  556. package/dist/knowledge/data/operators/switch_chop.json +523 -0
  557. package/dist/knowledge/data/operators/switch_dat.json +383 -0
  558. package/dist/knowledge/data/operators/switch_mat.json +1553 -0
  559. package/dist/knowledge/data/operators/switch_pop.json +496 -0
  560. package/dist/knowledge/data/operators/switch_sop.json +101 -0
  561. package/dist/knowledge/data/operators/switch_top.json +959 -0
  562. package/dist/knowledge/data/operators/sync_in_chop.json +617 -0
  563. package/dist/knowledge/data/operators/sync_out_chop.json +993 -0
  564. package/dist/knowledge/data/operators/syphon_spout_in_top.json +946 -0
  565. package/dist/knowledge/data/operators/syphon_spout_out_top.json +948 -0
  566. package/dist/knowledge/data/operators/table_comp.json +7009 -0
  567. package/dist/knowledge/data/operators/table_dat.json +1080 -0
  568. package/dist/knowledge/data/operators/tablet_chop.json +1367 -0
  569. package/dist/knowledge/data/operators/text_comp.json +8981 -0
  570. package/dist/knowledge/data/operators/text_dat.json +675 -0
  571. package/dist/knowledge/data/operators/text_sop.json +1512 -0
  572. package/dist/knowledge/data/operators/text_top.json +4236 -0
  573. package/dist/knowledge/data/operators/texture_3d_top.json +1417 -0
  574. package/dist/knowledge/data/operators/texture_map_pop.json +1744 -0
  575. package/dist/knowledge/data/operators/texture_sop.json +992 -0
  576. package/dist/knowledge/data/operators/threshold_top.json +1227 -0
  577. package/dist/knowledge/data/operators/tile_top.json +1840 -0
  578. package/dist/knowledge/data/operators/time_comp.json +1745 -0
  579. package/dist/knowledge/data/operators/time_machine_top.json +1041 -0
  580. package/dist/knowledge/data/operators/time_slice_chop.json +568 -0
  581. package/dist/knowledge/data/operators/timecode_chop.json +1981 -0
  582. package/dist/knowledge/data/operators/timeline_chop.json +1038 -0
  583. package/dist/knowledge/data/operators/timer_chop.json +4236 -0
  584. package/dist/knowledge/data/operators/top_to_chop.json +2077 -0
  585. package/dist/knowledge/data/operators/top_to_pop.json +2144 -0
  586. package/dist/knowledge/data/operators/topology_pop.json +1526 -0
  587. package/dist/knowledge/data/operators/torus_pop.json +901 -0
  588. package/dist/knowledge/data/operators/torus_sop.json +1368 -0
  589. package/dist/knowledge/data/operators/touch_in_chop.json +1182 -0
  590. package/dist/knowledge/data/operators/touch_in_dat.json +618 -0
  591. package/dist/knowledge/data/operators/touch_in_top.json +1182 -0
  592. package/dist/knowledge/data/operators/touch_out_chop.json +947 -0
  593. package/dist/knowledge/data/operators/touch_out_dat.json +712 -0
  594. package/dist/knowledge/data/operators/touch_out_top.json +1134 -0
  595. package/dist/knowledge/data/operators/trace_sop.json +759 -0
  596. package/dist/knowledge/data/operators/trail_chop.json +901 -0
  597. package/dist/knowledge/data/operators/trail_pop.json +827 -0
  598. package/dist/knowledge/data/operators/trail_sop.json +616 -0
  599. package/dist/knowledge/data/operators/transform_chop.json +2168 -0
  600. package/dist/knowledge/data/operators/transform_pop.json +2659 -0
  601. package/dist/knowledge/data/operators/transform_sop.json +1466 -0
  602. package/dist/knowledge/data/operators/transform_top.json +1803 -0
  603. package/dist/knowledge/data/operators/transform_xyz_chop.json +1369 -0
  604. package/dist/knowledge/data/operators/transpose_dat.json +334 -0
  605. package/dist/knowledge/data/operators/trig_pop.json +1135 -0
  606. package/dist/knowledge/data/operators/trigger_chop.json +2214 -0
  607. package/dist/knowledge/data/operators/trim_chop.json +805 -0
  608. package/dist/knowledge/data/operators/trim_sop.json +336 -0
  609. package/dist/knowledge/data/operators/tristrip_sop.json +194 -0
  610. package/dist/knowledge/data/operators/tube_pop.json +861 -0
  611. package/dist/knowledge/data/operators/tube_sop.json +1323 -0
  612. package/dist/knowledge/data/operators/tuio_in_dat.json +806 -0
  613. package/dist/knowledge/data/operators/twist_pop.json +1127 -0
  614. package/dist/knowledge/data/operators/twist_sop.json +533 -0
  615. package/dist/knowledge/data/operators/udp_in_dat.json +1090 -0
  616. package/dist/knowledge/data/operators/udp_out_dat.json +1280 -0
  617. package/dist/knowledge/data/operators/under_top.json +1652 -0
  618. package/dist/knowledge/data/operators/usd_comp.json +4800 -0
  619. package/dist/knowledge/data/operators/vertex_sop.json +667 -0
  620. package/dist/knowledge/data/operators/video_device_in_top.json +3062 -0
  621. package/dist/knowledge/data/operators/video_device_out_top.json +1936 -0
  622. package/dist/knowledge/data/operators/video_devices_dat.json +616 -0
  623. package/dist/knowledge/data/operators/video_stream_in_top.json +1842 -0
  624. package/dist/knowledge/data/operators/video_stream_out_top.json +2548 -0
  625. package/dist/knowledge/data/operators/vioso_top.json +943 -0
  626. package/dist/knowledge/data/operators/warp_chop.json +570 -0
  627. package/dist/knowledge/data/operators/wave_chop.json +1510 -0
  628. package/dist/knowledge/data/operators/web_client_dat.json +1514 -0
  629. package/dist/knowledge/data/operators/web_render_top.json +1749 -0
  630. package/dist/knowledge/data/operators/web_server_dat.json +714 -0
  631. package/dist/knowledge/data/operators/webrtc_dat.json +851 -0
  632. package/dist/knowledge/data/operators/websocket_dat.json +901 -0
  633. package/dist/knowledge/data/operators/widget_comp.json +6299 -0
  634. package/dist/knowledge/data/operators/window_comp.json +3061 -0
  635. package/dist/knowledge/data/operators/wireframe_mat.json +2165 -0
  636. package/dist/knowledge/data/operators/wireframe_sop.json +338 -0
  637. package/dist/knowledge/data/operators/wrnchai_chop.json +1084 -0
  638. package/dist/knowledge/data/operators/xml_dat.json +1230 -0
  639. package/dist/knowledge/data/operators/zed_chop.json +1840 -0
  640. package/dist/knowledge/data/operators/zed_sop.json +712 -0
  641. package/dist/knowledge/data/operators/zed_top.json +1981 -0
  642. package/dist/knowledge/data/patterns.json +1 -0
  643. package/dist/knowledge/data/python-api/App.json +78 -0
  644. package/dist/knowledge/data/python-api/Attribute.json +43 -0
  645. package/dist/knowledge/data/python-api/Attributes.json +41 -0
  646. package/dist/knowledge/data/python-api/Bounds.json +10 -0
  647. package/dist/knowledge/data/python-api/CHOP.json +683 -0
  648. package/dist/knowledge/data/python-api/COMP.json +1019 -0
  649. package/dist/knowledge/data/python-api/Cell.json +80 -0
  650. package/dist/knowledge/data/python-api/Channel.json +100 -0
  651. package/dist/knowledge/data/python-api/Connector.json +43 -0
  652. package/dist/knowledge/data/python-api/DAT.json +1289 -0
  653. package/dist/knowledge/data/python-api/Dependency.json +10 -0
  654. package/dist/knowledge/data/python-api/Error_DAT.json +9 -0
  655. package/dist/knowledge/data/python-api/Group.json +54 -0
  656. package/dist/knowledge/data/python-api/License.json +25 -0
  657. package/dist/knowledge/data/python-api/MAT.json +621 -0
  658. package/dist/knowledge/data/python-api/MOD.json +83 -0
  659. package/dist/knowledge/data/python-api/Matrix.json +556 -0
  660. package/dist/knowledge/data/python-api/Monitor.json +25 -0
  661. package/dist/knowledge/data/python-api/Network.json +10 -0
  662. package/dist/knowledge/data/python-api/NetworkEditor.json +154 -0
  663. package/dist/knowledge/data/python-api/Node.json +10 -0
  664. package/dist/knowledge/data/python-api/OP.json +621 -0
  665. package/dist/knowledge/data/python-api/OP_Viewer_COMP.json +9 -0
  666. package/dist/knowledge/data/python-api/ObjectCOMP.json +1150 -0
  667. package/dist/knowledge/data/python-api/Page.json +797 -0
  668. package/dist/knowledge/data/python-api/Pane.json +62 -0
  669. package/dist/knowledge/data/python-api/Panel.json +25 -0
  670. package/dist/knowledge/data/python-api/PanelCOMP.json +1167 -0
  671. package/dist/knowledge/data/python-api/PanelValue.json +25 -0
  672. package/dist/knowledge/data/python-api/Par.json +115 -0
  673. package/dist/knowledge/data/python-api/ParGroup.json +101 -0
  674. package/dist/knowledge/data/python-api/Parameter.json +10 -0
  675. package/dist/knowledge/data/python-api/Parent.json +10 -0
  676. package/dist/knowledge/data/python-api/Pattern_CHOP.json +9 -0
  677. package/dist/knowledge/data/python-api/Peer.json +85 -0
  678. package/dist/knowledge/data/python-api/Point.json +32 -0
  679. package/dist/knowledge/data/python-api/Position.json +92 -0
  680. package/dist/knowledge/data/python-api/Prim.json +63 -0
  681. package/dist/knowledge/data/python-api/Project.json +118 -0
  682. package/dist/knowledge/data/python-api/PythonOp.json +140 -0
  683. package/dist/knowledge/data/python-api/Quaternion.json +24 -0
  684. package/dist/knowledge/data/python-api/Replicator_COMP.json +9 -0
  685. package/dist/knowledge/data/python-api/Run.json +32 -0
  686. package/dist/knowledge/data/python-api/Runs.json +10 -0
  687. package/dist/knowledge/data/python-api/SOP.json +642 -0
  688. package/dist/knowledge/data/python-api/ScriptOp.json +119 -0
  689. package/dist/knowledge/data/python-api/Segment.json +25 -0
  690. package/dist/knowledge/data/python-api/Sequence.json +48 -0
  691. package/dist/knowledge/data/python-api/Stype.json +9 -0
  692. package/dist/knowledge/data/python-api/SysInfo.json +25 -0
  693. package/dist/knowledge/data/python-api/TOP.json +724 -0
  694. package/dist/knowledge/data/python-api/Timecode.json +200 -0
  695. package/dist/knowledge/data/python-api/UI.json +73 -0
  696. package/dist/knowledge/data/python-api/Vertex.json +25 -0
  697. package/dist/knowledge/data/python-api/baseCOMP.json +1019 -0
  698. package/dist/knowledge/data/python-api/evaluateDAT.json +1289 -0
  699. package/dist/knowledge/data/python-api/examineDAT.json +1289 -0
  700. package/dist/knowledge/data/python-api/glslTOP.json +724 -0
  701. package/dist/knowledge/data/python-api/index.json +1 -0
  702. package/dist/knowledge/data/python-api/listCOMP.json +1516 -0
  703. package/dist/knowledge/data/python-api/midiinDAT.json +1328 -0
  704. package/dist/knowledge/data/python-api/scriptCHOP.json +24 -0
  705. package/dist/knowledge/data/python-api/scriptDAT.json +1335 -0
  706. package/dist/knowledge/data/python-api/scriptSOP.json +24 -0
  707. package/dist/knowledge/data/python-api/scriptTOP.json +24 -0
  708. package/dist/knowledge/data/python-api/serialDAT.json +1323 -0
  709. package/dist/knowledge/data/python-api/tcpipDAT.json +1357 -0
  710. package/dist/knowledge/data/python-api/td.json +646 -0
  711. package/dist/knowledge/data/python-api/td_Module.json +24 -0
  712. package/dist/knowledge/data/tutorials/anatomy_of_a_chop.json +275 -0
  713. package/dist/knowledge/data/tutorials/build_a_list_comp.json +268 -0
  714. package/dist/knowledge/data/tutorials/index.json +1 -0
  715. package/dist/knowledge/data/tutorials/introduction_to_python_tutorial.json +1598 -0
  716. package/dist/knowledge/data/tutorials/tdbitwig_user_guide.json +1986 -0
  717. package/dist/knowledge/data/tutorials/touchdesigner_video_server_specification_guide.json +555 -0
  718. package/dist/knowledge/data/tutorials/video_streaming_user_guide.json +653 -0
  719. package/dist/knowledge/data/tutorials/write_a_cplusplus_chop.json +139 -0
  720. package/dist/knowledge/data/tutorials/write_a_cplusplus_plugin.json +796 -0
  721. package/dist/knowledge/data/tutorials/write_a_cplusplus_top.json +104 -0
  722. package/dist/knowledge/data/tutorials/write_a_cuda_dll.json +259 -0
  723. package/dist/knowledge/data/tutorials/write_a_glsl_material.json +2353 -0
  724. package/dist/knowledge/data/tutorials/write_a_glsl_top.json +818 -0
  725. package/dist/knowledge/data/tutorials/write_a_shared_memory_chop.json +261 -0
  726. package/dist/knowledge/data/tutorials/write_a_shared_memory_top.json +193 -0
  727. package/dist/recipes/audio_spectrum_bars.json +26 -0
  728. package/dist/recipes/data_sonification.json +37 -0
  729. package/dist/recipes/feedback_tunnel.json +73 -0
  730. package/dist/recipes/kinect_silhouette.json +45 -0
  731. package/dist/recipes/led_strip_mapper.json +32 -0
  732. package/dist/recipes/noise_landscape.json +76 -0
  733. package/dist/recipes/particle_galaxy.json +52 -0
  734. package/dist/recipes/projection_mapping.json +25 -0
  735. package/dist/recipes/reaction_diffusion.json +90 -0
  736. package/dist/recipes/webcam_glitch.json +40 -0
  737. package/package.json +74 -0
  738. package/recipes/audio_spectrum_bars.json +26 -0
  739. package/recipes/data_sonification.json +37 -0
  740. package/recipes/feedback_tunnel.json +73 -0
  741. package/recipes/kinect_silhouette.json +45 -0
  742. package/recipes/led_strip_mapper.json +32 -0
  743. package/recipes/noise_landscape.json +76 -0
  744. package/recipes/particle_galaxy.json +52 -0
  745. package/recipes/projection_mapping.json +25 -0
  746. package/recipes/reaction_diffusion.json +90 -0
  747. package/recipes/webcam_glitch.json +40 -0
  748. package/td/README.md +160 -0
  749. package/td/bootstrap.py +73 -0
  750. package/td/modules/mcp/__init__.py +1 -0
  751. package/td/modules/mcp/controllers/__init__.py +1 -0
  752. package/td/modules/mcp/controllers/api_controller.py +240 -0
  753. package/td/modules/mcp/dev.py +40 -0
  754. package/td/modules/mcp/events.py +25 -0
  755. package/td/modules/mcp/install.py +155 -0
  756. package/td/modules/mcp/services/__init__.py +1 -0
  757. package/td/modules/mcp/services/analysis_service.py +64 -0
  758. package/td/modules/mcp/services/api_service.py +195 -0
  759. package/td/modules/mcp/services/batch_service.py +49 -0
  760. package/td/modules/mcp/services/preview_service.py +40 -0
  761. package/td/modules/utils/__init__.py +1 -0
  762. package/td/modules/utils/version.py +3 -0
  763. package/td/startup.py +34 -0
  764. package/td/templates/webserver_callbacks.py +50 -0
  765. package/td/tests/test_api_controller.py +242 -0
@@ -0,0 +1,2230 @@
1
+ {
2
+ "id": "noise_chop",
3
+ "name": "Noise CHOP",
4
+ "displayName": "Noise CHOP",
5
+ "category": "CHOP",
6
+ "subcategory": "Generators",
7
+ "version": "Available since TouchDesigner 2018+",
8
+ "lastUpdated": "2025-08-07T07:50:04.743Z",
9
+ "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Noise_CHOP.htm",
10
+ "url": "",
11
+ "description": "The Noise CHOP makes an irregular wave that never repeats, with values approximately in the range -1 to +1.",
12
+ "summary": "The Noise CHOP makes an irregular wave that never repeats, with values approximately in the range -1 to +1.",
13
+ "details": "",
14
+ "usage": "",
15
+ "tips": [
16
+ "Use Transform parameters (Translate, Rotate) to sample different parts of noise space for unique patterns per channel.",
17
+ "Set Type to 'Sparse' for highest quality continuous noise; use 'Random' for white noise.",
18
+ "Increase Harmonics and adjust Roughness to add detail - higher roughness = bumpier noise.",
19
+ "The Seed parameter gives completely different patterns for the same settings - useful for variation.",
20
+ "Works identically with Time Slicing on/off, except Harmonic Summation and Brownian types."
21
+ ],
22
+ "warnings": [
23
+ "Constraint parameters only work when Time Slice is Off.",
24
+ "Normalize only works when Time Slice is Off and only for Random and Harmonic Summation types."
25
+ ],
26
+ "parameters": [
27
+ {
28
+ "id": null,
29
+ "name": "Type",
30
+ "label": "Type",
31
+ "group": "General",
32
+ "page": "",
33
+ "type": "float",
34
+ "dataType": "number",
35
+ "style": "",
36
+ "defaultValue": null,
37
+ "minValue": null,
38
+ "maxValue": null,
39
+ "step": null,
40
+ "menuItems": [],
41
+ "menuLabels": [],
42
+ "allowCustom": false,
43
+ "maxLength": null,
44
+ "pattern": null,
45
+ "isArray": false,
46
+ "arraySize": 1,
47
+ "dimensions": 1,
48
+ "description": "The noise function used to generate noise.",
49
+ "tooltip": "",
50
+ "help": "",
51
+ "units": "",
52
+ "examples": [],
53
+ "isReadOnly": false,
54
+ "isAdvanced": false,
55
+ "isHidden": false,
56
+ "isAnimatable": true,
57
+ "isExpression": false,
58
+ "isPython": false,
59
+ "dependsOn": [],
60
+ "affects": [],
61
+ "linkedTo": [],
62
+ "expressionLanguage": "",
63
+ "defaultExpression": "",
64
+ "commonExpressions": [],
65
+ "order": 0,
66
+ "isVisible": true,
67
+ "conditionalDisplay": null,
68
+ "isValid": true,
69
+ "validationErrors": [],
70
+ "lastUpdated": "2025-08-07T07:50:04.734Z",
71
+ "rawData": {},
72
+ "sourceElement": null
73
+ },
74
+ {
75
+ "id": null,
76
+ "name": "Sparse",
77
+ "label": "Sparse",
78
+ "group": "General",
79
+ "page": "",
80
+ "type": "float",
81
+ "dataType": "number",
82
+ "style": "",
83
+ "defaultValue": null,
84
+ "minValue": null,
85
+ "maxValue": null,
86
+ "step": null,
87
+ "menuItems": [],
88
+ "menuLabels": [],
89
+ "allowCustom": false,
90
+ "maxLength": null,
91
+ "pattern": null,
92
+ "isArray": false,
93
+ "arraySize": 1,
94
+ "dimensions": 1,
95
+ "description": "sparse - Produces high quality, continuous noise based on Sparse Convolution. hermite - Quicker than Sparse, but produces lower quality noise. harmonic - Sparse noise with the ability to control the frequency step of the harmonics. Slowest type. brownian - Works like a bug in random flight. With Num of Integrals at 2, its acceleration is changed randomly every frame. random - (White Noise) Every sample is random and unrelated to any other sample. It is the same as \"white noise\" in audio. alligator - Cell Noise.",
96
+ "tooltip": "",
97
+ "help": "",
98
+ "units": "",
99
+ "examples": [],
100
+ "isReadOnly": false,
101
+ "isAdvanced": false,
102
+ "isHidden": false,
103
+ "isAnimatable": true,
104
+ "isExpression": false,
105
+ "isPython": false,
106
+ "dependsOn": [],
107
+ "affects": [],
108
+ "linkedTo": [],
109
+ "expressionLanguage": "",
110
+ "defaultExpression": "",
111
+ "commonExpressions": [],
112
+ "order": 0,
113
+ "isVisible": true,
114
+ "conditionalDisplay": null,
115
+ "isValid": true,
116
+ "validationErrors": [],
117
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
118
+ "rawData": {},
119
+ "sourceElement": null
120
+ },
121
+ {
122
+ "id": null,
123
+ "name": "Seed",
124
+ "label": "Seed",
125
+ "group": "General",
126
+ "page": "",
127
+ "type": "float",
128
+ "dataType": "number",
129
+ "style": "",
130
+ "defaultValue": null,
131
+ "minValue": null,
132
+ "maxValue": null,
133
+ "step": null,
134
+ "menuItems": [],
135
+ "menuLabels": [],
136
+ "allowCustom": false,
137
+ "maxLength": null,
138
+ "pattern": null,
139
+ "isArray": false,
140
+ "arraySize": 1,
141
+ "dimensions": 1,
142
+ "description": "seed - Any number, integer or non-integer, which starts the random number generator. Each number gives completely different noise patterns, but with similar characteristics.",
143
+ "tooltip": "",
144
+ "help": "",
145
+ "units": "",
146
+ "examples": [],
147
+ "isReadOnly": false,
148
+ "isAdvanced": false,
149
+ "isHidden": false,
150
+ "isAnimatable": true,
151
+ "isExpression": false,
152
+ "isPython": false,
153
+ "dependsOn": [],
154
+ "affects": [],
155
+ "linkedTo": [],
156
+ "expressionLanguage": "",
157
+ "defaultExpression": "",
158
+ "commonExpressions": [],
159
+ "order": 0,
160
+ "isVisible": true,
161
+ "conditionalDisplay": null,
162
+ "isValid": true,
163
+ "validationErrors": [],
164
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
165
+ "rawData": {},
166
+ "sourceElement": null
167
+ },
168
+ {
169
+ "id": null,
170
+ "name": "Period",
171
+ "label": "Period",
172
+ "group": "General",
173
+ "page": "",
174
+ "type": "float",
175
+ "dataType": "number",
176
+ "style": "",
177
+ "defaultValue": null,
178
+ "minValue": null,
179
+ "maxValue": null,
180
+ "step": null,
181
+ "menuItems": [],
182
+ "menuLabels": [],
183
+ "allowCustom": false,
184
+ "maxLength": null,
185
+ "pattern": null,
186
+ "isArray": false,
187
+ "arraySize": 1,
188
+ "dimensions": 1,
189
+ "description": "period - The approximate separation between peaks of a noise cycle. It is expressed in Units. Increasing the period stretches the noise pattern out.\t\nPeriod is the opposite of frequency. If the period is 2 seconds, the base frequency is 0.5 cycles per second, or 0.5Hz for short. Hz refers to Hertz, the electrical and audio engineer of the 19th century, not the car guy.\nIf the Type is set to Random, setting this to zero will produce completely random noise. Otherwise, the period should be greater than zero.",
190
+ "tooltip": "",
191
+ "help": "",
192
+ "units": "",
193
+ "examples": [],
194
+ "isReadOnly": false,
195
+ "isAdvanced": false,
196
+ "isHidden": false,
197
+ "isAnimatable": true,
198
+ "isExpression": false,
199
+ "isPython": false,
200
+ "dependsOn": [],
201
+ "affects": [],
202
+ "linkedTo": [],
203
+ "expressionLanguage": "",
204
+ "defaultExpression": "",
205
+ "commonExpressions": [],
206
+ "order": 0,
207
+ "isVisible": true,
208
+ "conditionalDisplay": null,
209
+ "isValid": true,
210
+ "validationErrors": [],
211
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
212
+ "rawData": {},
213
+ "sourceElement": null
214
+ },
215
+ {
216
+ "id": null,
217
+ "name": "Period Unit",
218
+ "label": "Period Unit",
219
+ "group": "General",
220
+ "page": "",
221
+ "type": "float",
222
+ "dataType": "number",
223
+ "style": "",
224
+ "defaultValue": null,
225
+ "minValue": null,
226
+ "maxValue": null,
227
+ "step": null,
228
+ "menuItems": [],
229
+ "menuLabels": [],
230
+ "allowCustom": false,
231
+ "maxLength": null,
232
+ "pattern": null,
233
+ "isArray": false,
234
+ "arraySize": 1,
235
+ "dimensions": 1,
236
+ "description": "periodunit - Select the units to use for this parameter, Samples, Frames, Seconds, or Fraction.",
237
+ "tooltip": "",
238
+ "help": "",
239
+ "units": "",
240
+ "examples": [],
241
+ "isReadOnly": false,
242
+ "isAdvanced": false,
243
+ "isHidden": false,
244
+ "isAnimatable": true,
245
+ "isExpression": false,
246
+ "isPython": false,
247
+ "dependsOn": [],
248
+ "affects": [],
249
+ "linkedTo": [],
250
+ "expressionLanguage": "",
251
+ "defaultExpression": "",
252
+ "commonExpressions": [],
253
+ "order": 0,
254
+ "isVisible": true,
255
+ "conditionalDisplay": null,
256
+ "isValid": true,
257
+ "validationErrors": [],
258
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
259
+ "rawData": {},
260
+ "sourceElement": null
261
+ },
262
+ {
263
+ "id": null,
264
+ "name": "Harmonics",
265
+ "label": "Harmonics",
266
+ "group": "General",
267
+ "page": "",
268
+ "type": "float",
269
+ "dataType": "number",
270
+ "style": "",
271
+ "defaultValue": null,
272
+ "minValue": null,
273
+ "maxValue": null,
274
+ "step": null,
275
+ "menuItems": [],
276
+ "menuLabels": [],
277
+ "allowCustom": false,
278
+ "maxLength": null,
279
+ "pattern": null,
280
+ "isArray": false,
281
+ "arraySize": 1,
282
+ "dimensions": 1,
283
+ "description": "harmon - The number of higher frequency components to layer on top of the base frequency. The higher this number, the bumpier the noise will be (as long as roughness is not set to zero). 0 harmonics give the base shape.\t\nHarmonics with a base frequency of 0.1Hz will by default produce harmonics at 0.2Hz, 0.4Hz, 0.8Hz, etc. (up to the number of harmonics specified by the Harmonics parameter).",
284
+ "tooltip": "",
285
+ "help": "",
286
+ "units": "",
287
+ "examples": [],
288
+ "isReadOnly": false,
289
+ "isAdvanced": false,
290
+ "isHidden": false,
291
+ "isAnimatable": true,
292
+ "isExpression": false,
293
+ "isPython": false,
294
+ "dependsOn": [],
295
+ "affects": [],
296
+ "linkedTo": [],
297
+ "expressionLanguage": "",
298
+ "defaultExpression": "",
299
+ "commonExpressions": [],
300
+ "order": 0,
301
+ "isVisible": true,
302
+ "conditionalDisplay": null,
303
+ "isValid": true,
304
+ "validationErrors": [],
305
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
306
+ "rawData": {},
307
+ "sourceElement": null
308
+ },
309
+ {
310
+ "id": null,
311
+ "name": "Harmonic Spread",
312
+ "label": "Harmonic Spread",
313
+ "group": "General",
314
+ "page": "",
315
+ "type": "float",
316
+ "dataType": "number",
317
+ "style": "",
318
+ "defaultValue": null,
319
+ "minValue": null,
320
+ "maxValue": null,
321
+ "step": null,
322
+ "menuItems": [],
323
+ "menuLabels": [],
324
+ "allowCustom": false,
325
+ "maxLength": null,
326
+ "pattern": null,
327
+ "isArray": false,
328
+ "arraySize": 1,
329
+ "dimensions": 1,
330
+ "description": "spread - The factor by which the frequency of the harmonics are increased. It is normally 2. A spread of 3 and a base frequency of 0.1Hz will produce harmonics at 0.3Hz, 0.9Hz, 2.7Hz, etc. This parameter is only valid for the Harmonic Summation type.",
331
+ "tooltip": "",
332
+ "help": "",
333
+ "units": "",
334
+ "examples": [],
335
+ "isReadOnly": false,
336
+ "isAdvanced": false,
337
+ "isHidden": false,
338
+ "isAnimatable": true,
339
+ "isExpression": false,
340
+ "isPython": false,
341
+ "dependsOn": [],
342
+ "affects": [],
343
+ "linkedTo": [],
344
+ "expressionLanguage": "",
345
+ "defaultExpression": "",
346
+ "commonExpressions": [],
347
+ "order": 0,
348
+ "isVisible": true,
349
+ "conditionalDisplay": null,
350
+ "isValid": true,
351
+ "validationErrors": [],
352
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
353
+ "rawData": {},
354
+ "sourceElement": null
355
+ },
356
+ {
357
+ "id": null,
358
+ "name": "Roughness",
359
+ "label": "Roughness",
360
+ "group": "General",
361
+ "page": "",
362
+ "type": "float",
363
+ "dataType": "number",
364
+ "style": "",
365
+ "defaultValue": null,
366
+ "minValue": null,
367
+ "maxValue": null,
368
+ "step": null,
369
+ "menuItems": [],
370
+ "menuLabels": [],
371
+ "allowCustom": false,
372
+ "maxLength": null,
373
+ "pattern": null,
374
+ "isArray": false,
375
+ "arraySize": 1,
376
+ "dimensions": 1,
377
+ "description": "rough - Controls the effect of the higher frequency noise. When roughness is zero, all harmonics above the base frequency have no effect. At one, all harmonics are equal in amplitude to the base frequency. When roughness is between one and zero, the amplitude of higher harmonics drops off exponentially from the base frequency.\t\nThe default roughness is 0.5. This means the amplitude of the first harmonic is 0.5 of the base frequency, the second is 0.25, the third is 0.125. The harmonics are added to the base to give the final shape. The Harmonics parameter and the Roughness parameter must both be non-zero to see the harmonic effects.",
378
+ "tooltip": "",
379
+ "help": "",
380
+ "units": "",
381
+ "examples": [],
382
+ "isReadOnly": false,
383
+ "isAdvanced": false,
384
+ "isHidden": false,
385
+ "isAnimatable": true,
386
+ "isExpression": false,
387
+ "isPython": false,
388
+ "dependsOn": [],
389
+ "affects": [],
390
+ "linkedTo": [],
391
+ "expressionLanguage": "",
392
+ "defaultExpression": "",
393
+ "commonExpressions": [],
394
+ "order": 0,
395
+ "isVisible": true,
396
+ "conditionalDisplay": null,
397
+ "isValid": true,
398
+ "validationErrors": [],
399
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
400
+ "rawData": {},
401
+ "sourceElement": null
402
+ },
403
+ {
404
+ "id": null,
405
+ "name": "Exponent",
406
+ "label": "Exponent",
407
+ "group": "General",
408
+ "page": "",
409
+ "type": "float",
410
+ "dataType": "number",
411
+ "style": "",
412
+ "defaultValue": null,
413
+ "minValue": null,
414
+ "maxValue": null,
415
+ "step": null,
416
+ "menuItems": [],
417
+ "menuLabels": [],
418
+ "allowCustom": false,
419
+ "maxLength": null,
420
+ "pattern": null,
421
+ "isArray": false,
422
+ "arraySize": 1,
423
+ "dimensions": 1,
424
+ "description": "exp - Pushes the noise values toward 0, or +1 and -1. (It raises the value to the power of the exponent.) Exponents greater than one will pull the channel toward zero, and powers less than one will pull peaks towards +1 and -1. It is used to reshape the channels.",
425
+ "tooltip": "",
426
+ "help": "",
427
+ "units": "",
428
+ "examples": [],
429
+ "isReadOnly": false,
430
+ "isAdvanced": false,
431
+ "isHidden": false,
432
+ "isAnimatable": true,
433
+ "isExpression": false,
434
+ "isPython": false,
435
+ "dependsOn": [],
436
+ "affects": [],
437
+ "linkedTo": [],
438
+ "expressionLanguage": "",
439
+ "defaultExpression": "",
440
+ "commonExpressions": [],
441
+ "order": 0,
442
+ "isVisible": true,
443
+ "conditionalDisplay": null,
444
+ "isValid": true,
445
+ "validationErrors": [],
446
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
447
+ "rawData": {},
448
+ "sourceElement": null
449
+ },
450
+ {
451
+ "id": null,
452
+ "name": "Num of Integrals",
453
+ "label": "Num of Integrals",
454
+ "group": "General",
455
+ "page": "",
456
+ "type": "float",
457
+ "dataType": "number",
458
+ "style": "",
459
+ "defaultValue": null,
460
+ "minValue": null,
461
+ "maxValue": null,
462
+ "step": null,
463
+ "menuItems": [],
464
+ "menuLabels": [],
465
+ "allowCustom": false,
466
+ "maxLength": null,
467
+ "pattern": null,
468
+ "isArray": false,
469
+ "arraySize": 1,
470
+ "dimensions": 1,
471
+ "description": "numint - Defines the number of times to integrate (see the Area p. 114) the Brownian noise. Higher values produce smoother curves with fewer features. Values beyond 4 produce somewhat identical curves. This parameter is only valid for the Random noise type.",
472
+ "tooltip": "",
473
+ "help": "",
474
+ "units": "",
475
+ "examples": [],
476
+ "isReadOnly": false,
477
+ "isAdvanced": false,
478
+ "isHidden": false,
479
+ "isAnimatable": true,
480
+ "isExpression": false,
481
+ "isPython": false,
482
+ "dependsOn": [],
483
+ "affects": [],
484
+ "linkedTo": [],
485
+ "expressionLanguage": "",
486
+ "defaultExpression": "",
487
+ "commonExpressions": [],
488
+ "order": 0,
489
+ "isVisible": true,
490
+ "conditionalDisplay": null,
491
+ "isValid": true,
492
+ "validationErrors": [],
493
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
494
+ "rawData": {},
495
+ "sourceElement": null
496
+ },
497
+ {
498
+ "id": null,
499
+ "name": "Amplitude",
500
+ "label": "Amplitude",
501
+ "group": "General",
502
+ "page": "",
503
+ "type": "float",
504
+ "dataType": "number",
505
+ "style": "",
506
+ "defaultValue": null,
507
+ "minValue": null,
508
+ "maxValue": null,
509
+ "step": null,
510
+ "menuItems": [],
511
+ "menuLabels": [],
512
+ "allowCustom": false,
513
+ "maxLength": null,
514
+ "pattern": null,
515
+ "isArray": false,
516
+ "arraySize": 1,
517
+ "dimensions": 1,
518
+ "description": "amp - Defines the noise value's amplitude (a scale on the values output).",
519
+ "tooltip": "",
520
+ "help": "",
521
+ "units": "",
522
+ "examples": [],
523
+ "isReadOnly": false,
524
+ "isAdvanced": false,
525
+ "isHidden": false,
526
+ "isAnimatable": true,
527
+ "isExpression": false,
528
+ "isPython": false,
529
+ "dependsOn": [],
530
+ "affects": [],
531
+ "linkedTo": [],
532
+ "expressionLanguage": "",
533
+ "defaultExpression": "",
534
+ "commonExpressions": [],
535
+ "order": 0,
536
+ "isVisible": true,
537
+ "conditionalDisplay": null,
538
+ "isValid": true,
539
+ "validationErrors": [],
540
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
541
+ "rawData": {},
542
+ "sourceElement": null
543
+ },
544
+ {
545
+ "id": null,
546
+ "name": "Reset",
547
+ "label": "Reset",
548
+ "group": "General",
549
+ "page": "",
550
+ "type": "float",
551
+ "dataType": "number",
552
+ "style": "",
553
+ "defaultValue": null,
554
+ "minValue": null,
555
+ "maxValue": null,
556
+ "step": null,
557
+ "menuItems": [],
558
+ "menuLabels": [],
559
+ "allowCustom": false,
560
+ "maxLength": null,
561
+ "pattern": null,
562
+ "isArray": false,
563
+ "arraySize": 1,
564
+ "dimensions": 1,
565
+ "description": "reset - Only available if operator's Parameter is on. Toggling this parameter will reset the noise calculation and hold the value until the parameter is released again.",
566
+ "tooltip": "",
567
+ "help": "",
568
+ "units": "",
569
+ "examples": [],
570
+ "isReadOnly": false,
571
+ "isAdvanced": false,
572
+ "isHidden": false,
573
+ "isAnimatable": true,
574
+ "isExpression": false,
575
+ "isPython": false,
576
+ "dependsOn": [],
577
+ "affects": [],
578
+ "linkedTo": [],
579
+ "expressionLanguage": "",
580
+ "defaultExpression": "",
581
+ "commonExpressions": [],
582
+ "order": 0,
583
+ "isVisible": true,
584
+ "conditionalDisplay": null,
585
+ "isValid": true,
586
+ "validationErrors": [],
587
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
588
+ "rawData": {},
589
+ "sourceElement": null
590
+ },
591
+ {
592
+ "id": null,
593
+ "name": "Reset Pulse",
594
+ "label": "Reset Pulse",
595
+ "group": "General",
596
+ "page": "",
597
+ "type": "float",
598
+ "dataType": "number",
599
+ "style": "",
600
+ "defaultValue": null,
601
+ "minValue": null,
602
+ "maxValue": null,
603
+ "step": null,
604
+ "menuItems": [],
605
+ "menuLabels": [],
606
+ "allowCustom": false,
607
+ "maxLength": null,
608
+ "pattern": null,
609
+ "isArray": false,
610
+ "arraySize": 1,
611
+ "dimensions": 1,
612
+ "description": "resetpulse - Only available if operator's Parameter is on. Pulsing this parameter will reset the noise calculation.",
613
+ "tooltip": "",
614
+ "help": "",
615
+ "units": "",
616
+ "examples": [],
617
+ "isReadOnly": false,
618
+ "isAdvanced": false,
619
+ "isHidden": false,
620
+ "isAnimatable": true,
621
+ "isExpression": false,
622
+ "isPython": false,
623
+ "dependsOn": [],
624
+ "affects": [],
625
+ "linkedTo": [],
626
+ "expressionLanguage": "",
627
+ "defaultExpression": "",
628
+ "commonExpressions": [],
629
+ "order": 0,
630
+ "isVisible": true,
631
+ "conditionalDisplay": null,
632
+ "isValid": true,
633
+ "validationErrors": [],
634
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
635
+ "rawData": {},
636
+ "sourceElement": null
637
+ },
638
+ {
639
+ "id": null,
640
+ "name": "Transform Order",
641
+ "label": "Transform Order",
642
+ "group": "General",
643
+ "page": "",
644
+ "type": "float",
645
+ "dataType": "number",
646
+ "style": "",
647
+ "defaultValue": null,
648
+ "minValue": null,
649
+ "maxValue": null,
650
+ "step": null,
651
+ "menuItems": [],
652
+ "menuLabels": [],
653
+ "allowCustom": false,
654
+ "maxLength": null,
655
+ "pattern": null,
656
+ "isArray": false,
657
+ "arraySize": 1,
658
+ "dimensions": 1,
659
+ "description": "xord - - Changing the Transform Order will change where things go much the same way as going a block and turning east gets you to a different place than turning east and then going a block. In matrix math terms, if we use the 'multiply vector on the right' (column vector) convention, a transform order of Scale, Rotate, Translate would be written as T * R * S * Position\n\n srt - str - rst - rts - tsr - trs -",
660
+ "tooltip": "",
661
+ "help": "",
662
+ "units": "",
663
+ "examples": [],
664
+ "isReadOnly": false,
665
+ "isAdvanced": false,
666
+ "isHidden": false,
667
+ "isAnimatable": true,
668
+ "isExpression": false,
669
+ "isPython": false,
670
+ "dependsOn": [],
671
+ "affects": [],
672
+ "linkedTo": [],
673
+ "expressionLanguage": "",
674
+ "defaultExpression": "",
675
+ "commonExpressions": [],
676
+ "order": 0,
677
+ "isVisible": true,
678
+ "conditionalDisplay": null,
679
+ "isValid": true,
680
+ "validationErrors": [],
681
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
682
+ "rawData": {},
683
+ "sourceElement": null
684
+ },
685
+ {
686
+ "id": null,
687
+ "name": "Scale Rotate Translate",
688
+ "label": "Scale Rotate Translate",
689
+ "group": "General",
690
+ "page": "",
691
+ "type": "float",
692
+ "dataType": "number",
693
+ "style": "",
694
+ "defaultValue": null,
695
+ "minValue": null,
696
+ "maxValue": null,
697
+ "step": null,
698
+ "menuItems": [],
699
+ "menuLabels": [],
700
+ "allowCustom": false,
701
+ "maxLength": null,
702
+ "pattern": null,
703
+ "isArray": false,
704
+ "arraySize": 1,
705
+ "dimensions": 1,
706
+ "description": "srt - str - rst - rts - tsr - trs -",
707
+ "tooltip": "",
708
+ "help": "",
709
+ "units": "",
710
+ "examples": [],
711
+ "isReadOnly": false,
712
+ "isAdvanced": false,
713
+ "isHidden": false,
714
+ "isAnimatable": true,
715
+ "isExpression": false,
716
+ "isPython": false,
717
+ "dependsOn": [],
718
+ "affects": [],
719
+ "linkedTo": [],
720
+ "expressionLanguage": "",
721
+ "defaultExpression": "",
722
+ "commonExpressions": [],
723
+ "order": 0,
724
+ "isVisible": true,
725
+ "conditionalDisplay": null,
726
+ "isValid": true,
727
+ "validationErrors": [],
728
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
729
+ "rawData": {},
730
+ "sourceElement": null
731
+ },
732
+ {
733
+ "id": null,
734
+ "name": "Rotate Order",
735
+ "label": "Rotate Order",
736
+ "group": "General",
737
+ "page": "",
738
+ "type": "float",
739
+ "dataType": "number",
740
+ "style": "",
741
+ "defaultValue": null,
742
+ "minValue": null,
743
+ "maxValue": null,
744
+ "step": null,
745
+ "menuItems": [],
746
+ "menuLabels": [],
747
+ "allowCustom": false,
748
+ "maxLength": null,
749
+ "pattern": null,
750
+ "isArray": false,
751
+ "arraySize": 1,
752
+ "dimensions": 1,
753
+ "description": "rord - - As with transform order (above), changing the order in which the rotations take place will alter the final position and orientation. A Rotation order of Rx Ry Rz would create the final rotation matrix as follows R = Rz * Ry * Rx\n\n xyz - xzy - yxz - yzx - zxy - zyx -",
754
+ "tooltip": "",
755
+ "help": "",
756
+ "units": "",
757
+ "examples": [],
758
+ "isReadOnly": false,
759
+ "isAdvanced": false,
760
+ "isHidden": false,
761
+ "isAnimatable": true,
762
+ "isExpression": false,
763
+ "isPython": false,
764
+ "dependsOn": [],
765
+ "affects": [],
766
+ "linkedTo": [],
767
+ "expressionLanguage": "",
768
+ "defaultExpression": "",
769
+ "commonExpressions": [],
770
+ "order": 0,
771
+ "isVisible": true,
772
+ "conditionalDisplay": null,
773
+ "isValid": true,
774
+ "validationErrors": [],
775
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
776
+ "rawData": {},
777
+ "sourceElement": null
778
+ },
779
+ {
780
+ "id": null,
781
+ "name": "Rx Ry Rz",
782
+ "label": "Rx Ry Rz",
783
+ "group": "General",
784
+ "page": "",
785
+ "type": "float",
786
+ "dataType": "number",
787
+ "style": "",
788
+ "defaultValue": null,
789
+ "minValue": null,
790
+ "maxValue": null,
791
+ "step": null,
792
+ "menuItems": [],
793
+ "menuLabels": [],
794
+ "allowCustom": false,
795
+ "maxLength": null,
796
+ "pattern": null,
797
+ "isArray": false,
798
+ "arraySize": 1,
799
+ "dimensions": 1,
800
+ "description": "xyz - xzy - yxz - yzx - zxy - zyx -",
801
+ "tooltip": "",
802
+ "help": "",
803
+ "units": "",
804
+ "examples": [],
805
+ "isReadOnly": false,
806
+ "isAdvanced": false,
807
+ "isHidden": false,
808
+ "isAnimatable": true,
809
+ "isExpression": false,
810
+ "isPython": false,
811
+ "dependsOn": [],
812
+ "affects": [],
813
+ "linkedTo": [],
814
+ "expressionLanguage": "",
815
+ "defaultExpression": "",
816
+ "commonExpressions": [],
817
+ "order": 0,
818
+ "isVisible": true,
819
+ "conditionalDisplay": null,
820
+ "isValid": true,
821
+ "validationErrors": [],
822
+ "lastUpdated": "2025-08-07T07:50:04.740Z",
823
+ "rawData": {},
824
+ "sourceElement": null
825
+ },
826
+ {
827
+ "id": null,
828
+ "name": "Translate",
829
+ "label": "Translate",
830
+ "group": "General",
831
+ "page": "",
832
+ "type": "float",
833
+ "dataType": "number",
834
+ "style": "",
835
+ "defaultValue": null,
836
+ "minValue": null,
837
+ "maxValue": null,
838
+ "step": null,
839
+ "menuItems": [],
840
+ "menuLabels": [],
841
+ "allowCustom": false,
842
+ "maxLength": null,
843
+ "pattern": null,
844
+ "isArray": false,
845
+ "arraySize": 1,
846
+ "dimensions": 1,
847
+ "description": "t - - XYZ translation values.\n\n tx - ty - tz -",
848
+ "tooltip": "",
849
+ "help": "",
850
+ "units": "",
851
+ "examples": [],
852
+ "isReadOnly": false,
853
+ "isAdvanced": false,
854
+ "isHidden": false,
855
+ "isAnimatable": true,
856
+ "isExpression": false,
857
+ "isPython": false,
858
+ "dependsOn": [],
859
+ "affects": [],
860
+ "linkedTo": [],
861
+ "expressionLanguage": "",
862
+ "defaultExpression": "",
863
+ "commonExpressions": [],
864
+ "order": 0,
865
+ "isVisible": true,
866
+ "conditionalDisplay": null,
867
+ "isValid": true,
868
+ "validationErrors": [],
869
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
870
+ "rawData": {},
871
+ "sourceElement": null
872
+ },
873
+ {
874
+ "id": null,
875
+ "name": "X",
876
+ "label": "X",
877
+ "group": "General",
878
+ "page": "",
879
+ "type": "float",
880
+ "dataType": "number",
881
+ "style": "",
882
+ "defaultValue": null,
883
+ "minValue": null,
884
+ "maxValue": null,
885
+ "step": null,
886
+ "menuItems": [],
887
+ "menuLabels": [],
888
+ "allowCustom": false,
889
+ "maxLength": null,
890
+ "pattern": null,
891
+ "isArray": false,
892
+ "arraySize": 1,
893
+ "dimensions": 1,
894
+ "description": "tx - ty - tz -",
895
+ "tooltip": "",
896
+ "help": "",
897
+ "units": "",
898
+ "examples": [],
899
+ "isReadOnly": false,
900
+ "isAdvanced": false,
901
+ "isHidden": false,
902
+ "isAnimatable": true,
903
+ "isExpression": false,
904
+ "isPython": false,
905
+ "dependsOn": [],
906
+ "affects": [],
907
+ "linkedTo": [],
908
+ "expressionLanguage": "",
909
+ "defaultExpression": "",
910
+ "commonExpressions": [],
911
+ "order": 0,
912
+ "isVisible": true,
913
+ "conditionalDisplay": null,
914
+ "isValid": true,
915
+ "validationErrors": [],
916
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
917
+ "rawData": {},
918
+ "sourceElement": null
919
+ },
920
+ {
921
+ "id": null,
922
+ "name": "Rotate",
923
+ "label": "Rotate",
924
+ "group": "General",
925
+ "page": "",
926
+ "type": "float",
927
+ "dataType": "number",
928
+ "style": "",
929
+ "defaultValue": null,
930
+ "minValue": null,
931
+ "maxValue": null,
932
+ "step": null,
933
+ "menuItems": [],
934
+ "menuLabels": [],
935
+ "allowCustom": false,
936
+ "maxLength": null,
937
+ "pattern": null,
938
+ "isArray": false,
939
+ "arraySize": 1,
940
+ "dimensions": 1,
941
+ "description": "r - - XYZ rotation, in degrees.\n\n rx - ry - rz -",
942
+ "tooltip": "",
943
+ "help": "",
944
+ "units": "",
945
+ "examples": [],
946
+ "isReadOnly": false,
947
+ "isAdvanced": false,
948
+ "isHidden": false,
949
+ "isAnimatable": true,
950
+ "isExpression": false,
951
+ "isPython": false,
952
+ "dependsOn": [],
953
+ "affects": [],
954
+ "linkedTo": [],
955
+ "expressionLanguage": "",
956
+ "defaultExpression": "",
957
+ "commonExpressions": [],
958
+ "order": 0,
959
+ "isVisible": true,
960
+ "conditionalDisplay": null,
961
+ "isValid": true,
962
+ "validationErrors": [],
963
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
964
+ "rawData": {},
965
+ "sourceElement": null
966
+ },
967
+ {
968
+ "id": null,
969
+ "name": "Scale",
970
+ "label": "Scale",
971
+ "group": "General",
972
+ "page": "",
973
+ "type": "float",
974
+ "dataType": "number",
975
+ "style": "",
976
+ "defaultValue": null,
977
+ "minValue": null,
978
+ "maxValue": null,
979
+ "step": null,
980
+ "menuItems": [],
981
+ "menuLabels": [],
982
+ "allowCustom": false,
983
+ "maxLength": null,
984
+ "pattern": null,
985
+ "isArray": false,
986
+ "arraySize": 1,
987
+ "dimensions": 1,
988
+ "description": "s - - XYZ scale to shrink or enlarge the transform.\n\n sx - sy - sz -",
989
+ "tooltip": "",
990
+ "help": "",
991
+ "units": "",
992
+ "examples": [],
993
+ "isReadOnly": false,
994
+ "isAdvanced": false,
995
+ "isHidden": false,
996
+ "isAnimatable": true,
997
+ "isExpression": false,
998
+ "isPython": false,
999
+ "dependsOn": [],
1000
+ "affects": [],
1001
+ "linkedTo": [],
1002
+ "expressionLanguage": "",
1003
+ "defaultExpression": "",
1004
+ "commonExpressions": [],
1005
+ "order": 0,
1006
+ "isVisible": true,
1007
+ "conditionalDisplay": null,
1008
+ "isValid": true,
1009
+ "validationErrors": [],
1010
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1011
+ "rawData": {},
1012
+ "sourceElement": null
1013
+ },
1014
+ {
1015
+ "id": null,
1016
+ "name": "Pivot",
1017
+ "label": "Pivot",
1018
+ "group": "General",
1019
+ "page": "",
1020
+ "type": "float",
1021
+ "dataType": "number",
1022
+ "style": "",
1023
+ "defaultValue": null,
1024
+ "minValue": null,
1025
+ "maxValue": null,
1026
+ "step": null,
1027
+ "menuItems": [],
1028
+ "menuLabels": [],
1029
+ "allowCustom": false,
1030
+ "maxLength": null,
1031
+ "pattern": null,
1032
+ "isArray": false,
1033
+ "arraySize": 1,
1034
+ "dimensions": 1,
1035
+ "description": "p - - XYZ pivot to apply the above operations around.\n\n px - py - pz -",
1036
+ "tooltip": "",
1037
+ "help": "",
1038
+ "units": "",
1039
+ "examples": [],
1040
+ "isReadOnly": false,
1041
+ "isAdvanced": false,
1042
+ "isHidden": false,
1043
+ "isAnimatable": true,
1044
+ "isExpression": false,
1045
+ "isPython": false,
1046
+ "dependsOn": [],
1047
+ "affects": [],
1048
+ "linkedTo": [],
1049
+ "expressionLanguage": "",
1050
+ "defaultExpression": "",
1051
+ "commonExpressions": [],
1052
+ "order": 0,
1053
+ "isVisible": true,
1054
+ "conditionalDisplay": null,
1055
+ "isValid": true,
1056
+ "validationErrors": [],
1057
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1058
+ "rawData": {},
1059
+ "sourceElement": null
1060
+ },
1061
+ {
1062
+ "id": null,
1063
+ "name": "Constraint",
1064
+ "label": "Constraint",
1065
+ "group": "General",
1066
+ "page": "",
1067
+ "type": "float",
1068
+ "dataType": "number",
1069
+ "style": "",
1070
+ "defaultValue": null,
1071
+ "minValue": null,
1072
+ "maxValue": null,
1073
+ "step": null,
1074
+ "menuItems": [],
1075
+ "menuLabels": [],
1076
+ "allowCustom": false,
1077
+ "maxLength": null,
1078
+ "pattern": null,
1079
+ "isArray": false,
1080
+ "arraySize": 1,
1081
+ "dimensions": 1,
1082
+ "description": "constraint - - Constraint and its parameters allows the noise curve to start and/or end at selected values. The mean value may also be enforced. Note: This only works when is Off because time slicing has no pre-determined start/end.\n\n none - No constraints set. start - Sets the noise starting position to the value set in 'Starting Value' parameter below. end - Sets the noise ending position to the value set in 'Ending Value' parameter below. offset - Sets the noise mean position to the value set in the 'Mean Value' parameter below. endpoints - Set the starting and ending position of the noise separately using the parameters below.",
1083
+ "tooltip": "",
1084
+ "help": "",
1085
+ "units": "",
1086
+ "examples": [],
1087
+ "isReadOnly": false,
1088
+ "isAdvanced": false,
1089
+ "isHidden": false,
1090
+ "isAnimatable": true,
1091
+ "isExpression": false,
1092
+ "isPython": false,
1093
+ "dependsOn": [],
1094
+ "affects": [],
1095
+ "linkedTo": [],
1096
+ "expressionLanguage": "",
1097
+ "defaultExpression": "",
1098
+ "commonExpressions": [],
1099
+ "order": 0,
1100
+ "isVisible": true,
1101
+ "conditionalDisplay": null,
1102
+ "isValid": true,
1103
+ "validationErrors": [],
1104
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1105
+ "rawData": {},
1106
+ "sourceElement": null
1107
+ },
1108
+ {
1109
+ "id": null,
1110
+ "name": "None",
1111
+ "label": "None",
1112
+ "group": "General",
1113
+ "page": "",
1114
+ "type": "float",
1115
+ "dataType": "number",
1116
+ "style": "",
1117
+ "defaultValue": null,
1118
+ "minValue": null,
1119
+ "maxValue": null,
1120
+ "step": null,
1121
+ "menuItems": [],
1122
+ "menuLabels": [],
1123
+ "allowCustom": false,
1124
+ "maxLength": null,
1125
+ "pattern": null,
1126
+ "isArray": false,
1127
+ "arraySize": 1,
1128
+ "dimensions": 1,
1129
+ "description": "none - No constraints set. start - Sets the noise starting position to the value set in 'Starting Value' parameter below. end - Sets the noise ending position to the value set in 'Ending Value' parameter below. offset - Sets the noise mean position to the value set in the 'Mean Value' parameter below. endpoints - Set the starting and ending position of the noise separately using the parameters below.",
1130
+ "tooltip": "",
1131
+ "help": "",
1132
+ "units": "",
1133
+ "examples": [],
1134
+ "isReadOnly": false,
1135
+ "isAdvanced": false,
1136
+ "isHidden": false,
1137
+ "isAnimatable": true,
1138
+ "isExpression": false,
1139
+ "isPython": false,
1140
+ "dependsOn": [],
1141
+ "affects": [],
1142
+ "linkedTo": [],
1143
+ "expressionLanguage": "",
1144
+ "defaultExpression": "",
1145
+ "commonExpressions": [],
1146
+ "order": 0,
1147
+ "isVisible": true,
1148
+ "conditionalDisplay": null,
1149
+ "isValid": true,
1150
+ "validationErrors": [],
1151
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1152
+ "rawData": {},
1153
+ "sourceElement": null
1154
+ },
1155
+ {
1156
+ "id": null,
1157
+ "name": "Starting Value",
1158
+ "label": "Starting Value",
1159
+ "group": "General",
1160
+ "page": "",
1161
+ "type": "float",
1162
+ "dataType": "number",
1163
+ "style": "",
1164
+ "defaultValue": null,
1165
+ "minValue": null,
1166
+ "maxValue": null,
1167
+ "step": null,
1168
+ "menuItems": [],
1169
+ "menuLabels": [],
1170
+ "allowCustom": false,
1171
+ "maxLength": null,
1172
+ "pattern": null,
1173
+ "isArray": false,
1174
+ "arraySize": 1,
1175
+ "dimensions": 1,
1176
+ "description": "constrstart - Value for the starting position.",
1177
+ "tooltip": "",
1178
+ "help": "",
1179
+ "units": "",
1180
+ "examples": [],
1181
+ "isReadOnly": false,
1182
+ "isAdvanced": false,
1183
+ "isHidden": false,
1184
+ "isAnimatable": true,
1185
+ "isExpression": false,
1186
+ "isPython": false,
1187
+ "dependsOn": [],
1188
+ "affects": [],
1189
+ "linkedTo": [],
1190
+ "expressionLanguage": "",
1191
+ "defaultExpression": "",
1192
+ "commonExpressions": [],
1193
+ "order": 0,
1194
+ "isVisible": true,
1195
+ "conditionalDisplay": null,
1196
+ "isValid": true,
1197
+ "validationErrors": [],
1198
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1199
+ "rawData": {},
1200
+ "sourceElement": null
1201
+ },
1202
+ {
1203
+ "id": null,
1204
+ "name": "Ending Value",
1205
+ "label": "Ending Value",
1206
+ "group": "General",
1207
+ "page": "",
1208
+ "type": "float",
1209
+ "dataType": "number",
1210
+ "style": "",
1211
+ "defaultValue": null,
1212
+ "minValue": null,
1213
+ "maxValue": null,
1214
+ "step": null,
1215
+ "menuItems": [],
1216
+ "menuLabels": [],
1217
+ "allowCustom": false,
1218
+ "maxLength": null,
1219
+ "pattern": null,
1220
+ "isArray": false,
1221
+ "arraySize": 1,
1222
+ "dimensions": 1,
1223
+ "description": "constrend - Value for the ending position.",
1224
+ "tooltip": "",
1225
+ "help": "",
1226
+ "units": "",
1227
+ "examples": [],
1228
+ "isReadOnly": false,
1229
+ "isAdvanced": false,
1230
+ "isHidden": false,
1231
+ "isAnimatable": true,
1232
+ "isExpression": false,
1233
+ "isPython": false,
1234
+ "dependsOn": [],
1235
+ "affects": [],
1236
+ "linkedTo": [],
1237
+ "expressionLanguage": "",
1238
+ "defaultExpression": "",
1239
+ "commonExpressions": [],
1240
+ "order": 0,
1241
+ "isVisible": true,
1242
+ "conditionalDisplay": null,
1243
+ "isValid": true,
1244
+ "validationErrors": [],
1245
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1246
+ "rawData": {},
1247
+ "sourceElement": null
1248
+ },
1249
+ {
1250
+ "id": null,
1251
+ "name": "Mean Value",
1252
+ "label": "Mean Value",
1253
+ "group": "General",
1254
+ "page": "",
1255
+ "type": "float",
1256
+ "dataType": "number",
1257
+ "style": "",
1258
+ "defaultValue": null,
1259
+ "minValue": null,
1260
+ "maxValue": null,
1261
+ "step": null,
1262
+ "menuItems": [],
1263
+ "menuLabels": [],
1264
+ "allowCustom": false,
1265
+ "maxLength": null,
1266
+ "pattern": null,
1267
+ "isArray": false,
1268
+ "arraySize": 1,
1269
+ "dimensions": 1,
1270
+ "description": "constrmean - Value for the mean value of the noise.",
1271
+ "tooltip": "",
1272
+ "help": "",
1273
+ "units": "",
1274
+ "examples": [],
1275
+ "isReadOnly": false,
1276
+ "isAdvanced": false,
1277
+ "isHidden": false,
1278
+ "isAnimatable": true,
1279
+ "isExpression": false,
1280
+ "isPython": false,
1281
+ "dependsOn": [],
1282
+ "affects": [],
1283
+ "linkedTo": [],
1284
+ "expressionLanguage": "",
1285
+ "defaultExpression": "",
1286
+ "commonExpressions": [],
1287
+ "order": 0,
1288
+ "isVisible": true,
1289
+ "conditionalDisplay": null,
1290
+ "isValid": true,
1291
+ "validationErrors": [],
1292
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1293
+ "rawData": {},
1294
+ "sourceElement": null
1295
+ },
1296
+ {
1297
+ "id": null,
1298
+ "name": "Normalize",
1299
+ "label": "Normalize",
1300
+ "group": "General",
1301
+ "page": "",
1302
+ "type": "float",
1303
+ "dataType": "number",
1304
+ "style": "",
1305
+ "defaultValue": null,
1306
+ "minValue": null,
1307
+ "maxValue": null,
1308
+ "step": null,
1309
+ "menuItems": [],
1310
+ "menuLabels": [],
1311
+ "allowCustom": false,
1312
+ "maxLength": null,
1313
+ "pattern": null,
1314
+ "isArray": false,
1315
+ "arraySize": 1,
1316
+ "dimensions": 1,
1317
+ "description": "normal - Ensures that all noise curves fall between -1 and 1. Applied before the Amplitude parameter. Only valid for Random and Harmonic Summation noise types, since Hermite and Sparse noise are always normalized. Normalizing random noise occurs between integrations, producing a more controlled curve. Note: This only works when is Off because time slicing has no pre-determined start/end.",
1318
+ "tooltip": "",
1319
+ "help": "",
1320
+ "units": "",
1321
+ "examples": [],
1322
+ "isReadOnly": false,
1323
+ "isAdvanced": false,
1324
+ "isHidden": false,
1325
+ "isAnimatable": true,
1326
+ "isExpression": false,
1327
+ "isPython": false,
1328
+ "dependsOn": [],
1329
+ "affects": [],
1330
+ "linkedTo": [],
1331
+ "expressionLanguage": "",
1332
+ "defaultExpression": "",
1333
+ "commonExpressions": [],
1334
+ "order": 0,
1335
+ "isVisible": true,
1336
+ "conditionalDisplay": null,
1337
+ "isValid": true,
1338
+ "validationErrors": [],
1339
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1340
+ "rawData": {},
1341
+ "sourceElement": null
1342
+ },
1343
+ {
1344
+ "id": null,
1345
+ "name": "Channel Names",
1346
+ "label": "Channel Names",
1347
+ "group": "General",
1348
+ "page": "",
1349
+ "type": "float",
1350
+ "dataType": "number",
1351
+ "style": "",
1352
+ "defaultValue": null,
1353
+ "minValue": null,
1354
+ "maxValue": null,
1355
+ "step": null,
1356
+ "menuItems": [],
1357
+ "menuLabels": [],
1358
+ "allowCustom": false,
1359
+ "maxLength": null,
1360
+ "pattern": null,
1361
+ "isArray": false,
1362
+ "arraySize": 1,
1363
+ "dimensions": 1,
1364
+ "description": "channelname - You can creates many channels with simple patterns like \"chan[1-20]\", which generates 20 channels from chan1 to chan20. See the section, Common Parameters for a description of this and all Options. See Scope and Channel Name Matching Options. Each channel has a unique seed, so all channels will be different with the same parameter settings.",
1365
+ "tooltip": "",
1366
+ "help": "",
1367
+ "units": "",
1368
+ "examples": [],
1369
+ "isReadOnly": false,
1370
+ "isAdvanced": false,
1371
+ "isHidden": false,
1372
+ "isAnimatable": true,
1373
+ "isExpression": false,
1374
+ "isPython": false,
1375
+ "dependsOn": [],
1376
+ "affects": [],
1377
+ "linkedTo": [],
1378
+ "expressionLanguage": "",
1379
+ "defaultExpression": "",
1380
+ "commonExpressions": [],
1381
+ "order": 0,
1382
+ "isVisible": true,
1383
+ "conditionalDisplay": null,
1384
+ "isValid": true,
1385
+ "validationErrors": [],
1386
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1387
+ "rawData": {},
1388
+ "sourceElement": null
1389
+ },
1390
+ {
1391
+ "id": null,
1392
+ "name": "Start",
1393
+ "label": "Start",
1394
+ "group": "General",
1395
+ "page": "",
1396
+ "type": "float",
1397
+ "dataType": "number",
1398
+ "style": "",
1399
+ "defaultValue": null,
1400
+ "minValue": null,
1401
+ "maxValue": null,
1402
+ "step": null,
1403
+ "menuItems": [],
1404
+ "menuLabels": [],
1405
+ "allowCustom": false,
1406
+ "maxLength": null,
1407
+ "pattern": null,
1408
+ "isArray": false,
1409
+ "arraySize": 1,
1410
+ "dimensions": 1,
1411
+ "description": "start - Start of the interval, expressed in Units (seconds, frames or samples).",
1412
+ "tooltip": "",
1413
+ "help": "",
1414
+ "units": "",
1415
+ "examples": [],
1416
+ "isReadOnly": false,
1417
+ "isAdvanced": false,
1418
+ "isHidden": false,
1419
+ "isAnimatable": true,
1420
+ "isExpression": false,
1421
+ "isPython": false,
1422
+ "dependsOn": [],
1423
+ "affects": [],
1424
+ "linkedTo": [],
1425
+ "expressionLanguage": "",
1426
+ "defaultExpression": "",
1427
+ "commonExpressions": [],
1428
+ "order": 0,
1429
+ "isVisible": true,
1430
+ "conditionalDisplay": null,
1431
+ "isValid": true,
1432
+ "validationErrors": [],
1433
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1434
+ "rawData": {},
1435
+ "sourceElement": null
1436
+ },
1437
+ {
1438
+ "id": null,
1439
+ "name": "Start Unit",
1440
+ "label": "Start Unit",
1441
+ "group": "General",
1442
+ "page": "",
1443
+ "type": "float",
1444
+ "dataType": "number",
1445
+ "style": "",
1446
+ "defaultValue": null,
1447
+ "minValue": null,
1448
+ "maxValue": null,
1449
+ "step": null,
1450
+ "menuItems": [],
1451
+ "menuLabels": [],
1452
+ "allowCustom": false,
1453
+ "maxLength": null,
1454
+ "pattern": null,
1455
+ "isArray": false,
1456
+ "arraySize": 1,
1457
+ "dimensions": 1,
1458
+ "description": "startunit - Select the units to use for this parameter, Samples, Frames, or Seconds.",
1459
+ "tooltip": "",
1460
+ "help": "",
1461
+ "units": "",
1462
+ "examples": [],
1463
+ "isReadOnly": false,
1464
+ "isAdvanced": false,
1465
+ "isHidden": false,
1466
+ "isAnimatable": true,
1467
+ "isExpression": false,
1468
+ "isPython": false,
1469
+ "dependsOn": [],
1470
+ "affects": [],
1471
+ "linkedTo": [],
1472
+ "expressionLanguage": "",
1473
+ "defaultExpression": "",
1474
+ "commonExpressions": [],
1475
+ "order": 0,
1476
+ "isVisible": true,
1477
+ "conditionalDisplay": null,
1478
+ "isValid": true,
1479
+ "validationErrors": [],
1480
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1481
+ "rawData": {},
1482
+ "sourceElement": null
1483
+ },
1484
+ {
1485
+ "id": null,
1486
+ "name": "End",
1487
+ "label": "End",
1488
+ "group": "General",
1489
+ "page": "",
1490
+ "type": "float",
1491
+ "dataType": "number",
1492
+ "style": "",
1493
+ "defaultValue": null,
1494
+ "minValue": null,
1495
+ "maxValue": null,
1496
+ "step": null,
1497
+ "menuItems": [],
1498
+ "menuLabels": [],
1499
+ "allowCustom": false,
1500
+ "maxLength": null,
1501
+ "pattern": null,
1502
+ "isArray": false,
1503
+ "arraySize": 1,
1504
+ "dimensions": 1,
1505
+ "description": "end - End of the interval, expressed in Units (seconds, frames or samples).",
1506
+ "tooltip": "",
1507
+ "help": "",
1508
+ "units": "",
1509
+ "examples": [],
1510
+ "isReadOnly": false,
1511
+ "isAdvanced": false,
1512
+ "isHidden": false,
1513
+ "isAnimatable": true,
1514
+ "isExpression": false,
1515
+ "isPython": false,
1516
+ "dependsOn": [],
1517
+ "affects": [],
1518
+ "linkedTo": [],
1519
+ "expressionLanguage": "",
1520
+ "defaultExpression": "",
1521
+ "commonExpressions": [],
1522
+ "order": 0,
1523
+ "isVisible": true,
1524
+ "conditionalDisplay": null,
1525
+ "isValid": true,
1526
+ "validationErrors": [],
1527
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1528
+ "rawData": {},
1529
+ "sourceElement": null
1530
+ },
1531
+ {
1532
+ "id": null,
1533
+ "name": "End Unit",
1534
+ "label": "End Unit",
1535
+ "group": "General",
1536
+ "page": "",
1537
+ "type": "float",
1538
+ "dataType": "number",
1539
+ "style": "",
1540
+ "defaultValue": null,
1541
+ "minValue": null,
1542
+ "maxValue": null,
1543
+ "step": null,
1544
+ "menuItems": [],
1545
+ "menuLabels": [],
1546
+ "allowCustom": false,
1547
+ "maxLength": null,
1548
+ "pattern": null,
1549
+ "isArray": false,
1550
+ "arraySize": 1,
1551
+ "dimensions": 1,
1552
+ "description": "endunit - Select the units to use for this parameter, Samples, Frames, or Seconds.",
1553
+ "tooltip": "",
1554
+ "help": "",
1555
+ "units": "",
1556
+ "examples": [],
1557
+ "isReadOnly": false,
1558
+ "isAdvanced": false,
1559
+ "isHidden": false,
1560
+ "isAnimatable": true,
1561
+ "isExpression": false,
1562
+ "isPython": false,
1563
+ "dependsOn": [],
1564
+ "affects": [],
1565
+ "linkedTo": [],
1566
+ "expressionLanguage": "",
1567
+ "defaultExpression": "",
1568
+ "commonExpressions": [],
1569
+ "order": 0,
1570
+ "isVisible": true,
1571
+ "conditionalDisplay": null,
1572
+ "isValid": true,
1573
+ "validationErrors": [],
1574
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1575
+ "rawData": {},
1576
+ "sourceElement": null
1577
+ },
1578
+ {
1579
+ "id": null,
1580
+ "name": "Sample Rate",
1581
+ "label": "Sample Rate",
1582
+ "group": "General",
1583
+ "page": "",
1584
+ "type": "float",
1585
+ "dataType": "number",
1586
+ "style": "",
1587
+ "defaultValue": null,
1588
+ "minValue": null,
1589
+ "maxValue": null,
1590
+ "step": null,
1591
+ "menuItems": [],
1592
+ "menuLabels": [],
1593
+ "allowCustom": false,
1594
+ "maxLength": null,
1595
+ "pattern": null,
1596
+ "isArray": false,
1597
+ "arraySize": 1,
1598
+ "dimensions": 1,
1599
+ "description": "rate - The sample rate of the channels, in samples per second. Default:",
1600
+ "tooltip": "",
1601
+ "help": "",
1602
+ "units": "",
1603
+ "examples": [],
1604
+ "isReadOnly": false,
1605
+ "isAdvanced": false,
1606
+ "isHidden": false,
1607
+ "isAnimatable": true,
1608
+ "isExpression": false,
1609
+ "isPython": false,
1610
+ "dependsOn": [],
1611
+ "affects": [],
1612
+ "linkedTo": [],
1613
+ "expressionLanguage": "",
1614
+ "defaultExpression": "",
1615
+ "commonExpressions": [],
1616
+ "order": 0,
1617
+ "isVisible": true,
1618
+ "conditionalDisplay": null,
1619
+ "isValid": true,
1620
+ "validationErrors": [],
1621
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1622
+ "rawData": {},
1623
+ "sourceElement": null
1624
+ },
1625
+ {
1626
+ "id": null,
1627
+ "name": "Extend Left",
1628
+ "label": "Extend Left",
1629
+ "group": "General",
1630
+ "page": "",
1631
+ "type": "float",
1632
+ "dataType": "number",
1633
+ "style": "",
1634
+ "defaultValue": null,
1635
+ "minValue": null,
1636
+ "maxValue": null,
1637
+ "step": null,
1638
+ "menuItems": [],
1639
+ "menuLabels": [],
1640
+ "allowCustom": false,
1641
+ "maxLength": null,
1642
+ "pattern": null,
1643
+ "isArray": false,
1644
+ "arraySize": 1,
1645
+ "dimensions": 1,
1646
+ "description": "left - - The left extend conditions (before/after range).\n\n hold - Hold the current value of the channel. slope - Continue the slope before the start of the channel. cycle - Cycle the channel repeatedly. mirror - Cycle the channel repeatedly, mirroring every other cycle. default - Use the constant value specified in the Default Value parameter.",
1647
+ "tooltip": "",
1648
+ "help": "",
1649
+ "units": "",
1650
+ "examples": [],
1651
+ "isReadOnly": false,
1652
+ "isAdvanced": false,
1653
+ "isHidden": false,
1654
+ "isAnimatable": true,
1655
+ "isExpression": false,
1656
+ "isPython": false,
1657
+ "dependsOn": [],
1658
+ "affects": [],
1659
+ "linkedTo": [],
1660
+ "expressionLanguage": "",
1661
+ "defaultExpression": "",
1662
+ "commonExpressions": [],
1663
+ "order": 0,
1664
+ "isVisible": true,
1665
+ "conditionalDisplay": null,
1666
+ "isValid": true,
1667
+ "validationErrors": [],
1668
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1669
+ "rawData": {},
1670
+ "sourceElement": null
1671
+ },
1672
+ {
1673
+ "id": null,
1674
+ "name": "Hold",
1675
+ "label": "Hold",
1676
+ "group": "General",
1677
+ "page": "",
1678
+ "type": "float",
1679
+ "dataType": "number",
1680
+ "style": "",
1681
+ "defaultValue": null,
1682
+ "minValue": null,
1683
+ "maxValue": null,
1684
+ "step": null,
1685
+ "menuItems": [],
1686
+ "menuLabels": [],
1687
+ "allowCustom": false,
1688
+ "maxLength": null,
1689
+ "pattern": null,
1690
+ "isArray": false,
1691
+ "arraySize": 1,
1692
+ "dimensions": 1,
1693
+ "description": "hold - Hold the current value of the channel. slope - Continue the slope before the start of the channel. cycle - Cycle the channel repeatedly. mirror - Cycle the channel repeatedly, mirroring every other cycle. default - Use the constant value specified in the Default Value parameter.",
1694
+ "tooltip": "",
1695
+ "help": "",
1696
+ "units": "",
1697
+ "examples": [],
1698
+ "isReadOnly": false,
1699
+ "isAdvanced": false,
1700
+ "isHidden": false,
1701
+ "isAnimatable": true,
1702
+ "isExpression": false,
1703
+ "isPython": false,
1704
+ "dependsOn": [],
1705
+ "affects": [],
1706
+ "linkedTo": [],
1707
+ "expressionLanguage": "",
1708
+ "defaultExpression": "",
1709
+ "commonExpressions": [],
1710
+ "order": 0,
1711
+ "isVisible": true,
1712
+ "conditionalDisplay": null,
1713
+ "isValid": true,
1714
+ "validationErrors": [],
1715
+ "lastUpdated": "2025-08-07T07:50:04.741Z",
1716
+ "rawData": {},
1717
+ "sourceElement": null
1718
+ },
1719
+ {
1720
+ "id": null,
1721
+ "name": "Extend Right",
1722
+ "label": "Extend Right",
1723
+ "group": "General",
1724
+ "page": "",
1725
+ "type": "float",
1726
+ "dataType": "number",
1727
+ "style": "",
1728
+ "defaultValue": null,
1729
+ "minValue": null,
1730
+ "maxValue": null,
1731
+ "step": null,
1732
+ "menuItems": [],
1733
+ "menuLabels": [],
1734
+ "allowCustom": false,
1735
+ "maxLength": null,
1736
+ "pattern": null,
1737
+ "isArray": false,
1738
+ "arraySize": 1,
1739
+ "dimensions": 1,
1740
+ "description": "right - - The right extend conditions (before/after range).\n\n hold - Hold the current value of the channel. slope - Continue the slope after the end of the channel. cycle - Cycle the channel repeatedly. mirror - Cycle the channel repeatedly, mirroring every other cycle. default - Use the constant value specified in the Default Value parameter.",
1741
+ "tooltip": "",
1742
+ "help": "",
1743
+ "units": "",
1744
+ "examples": [],
1745
+ "isReadOnly": false,
1746
+ "isAdvanced": false,
1747
+ "isHidden": false,
1748
+ "isAnimatable": true,
1749
+ "isExpression": false,
1750
+ "isPython": false,
1751
+ "dependsOn": [],
1752
+ "affects": [],
1753
+ "linkedTo": [],
1754
+ "expressionLanguage": "",
1755
+ "defaultExpression": "",
1756
+ "commonExpressions": [],
1757
+ "order": 0,
1758
+ "isVisible": true,
1759
+ "conditionalDisplay": null,
1760
+ "isValid": true,
1761
+ "validationErrors": [],
1762
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
1763
+ "rawData": {},
1764
+ "sourceElement": null
1765
+ },
1766
+ {
1767
+ "id": null,
1768
+ "name": "Default Value",
1769
+ "label": "Default Value",
1770
+ "group": "General",
1771
+ "page": "",
1772
+ "type": "float",
1773
+ "dataType": "number",
1774
+ "style": "",
1775
+ "defaultValue": null,
1776
+ "minValue": null,
1777
+ "maxValue": null,
1778
+ "step": null,
1779
+ "menuItems": [],
1780
+ "menuLabels": [],
1781
+ "allowCustom": false,
1782
+ "maxLength": null,
1783
+ "pattern": null,
1784
+ "isArray": false,
1785
+ "arraySize": 1,
1786
+ "dimensions": 1,
1787
+ "description": "defval - The value used for the Default Value extend condition.",
1788
+ "tooltip": "",
1789
+ "help": "",
1790
+ "units": "",
1791
+ "examples": [],
1792
+ "isReadOnly": false,
1793
+ "isAdvanced": false,
1794
+ "isHidden": false,
1795
+ "isAnimatable": true,
1796
+ "isExpression": false,
1797
+ "isPython": false,
1798
+ "dependsOn": [],
1799
+ "affects": [],
1800
+ "linkedTo": [],
1801
+ "expressionLanguage": "",
1802
+ "defaultExpression": "",
1803
+ "commonExpressions": [],
1804
+ "order": 0,
1805
+ "isVisible": true,
1806
+ "conditionalDisplay": null,
1807
+ "isValid": true,
1808
+ "validationErrors": [],
1809
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
1810
+ "rawData": {},
1811
+ "sourceElement": null
1812
+ },
1813
+ {
1814
+ "id": null,
1815
+ "name": "Time Slice",
1816
+ "label": "Time Slice",
1817
+ "group": "General",
1818
+ "page": "",
1819
+ "type": "float",
1820
+ "dataType": "number",
1821
+ "style": "",
1822
+ "defaultValue": null,
1823
+ "minValue": null,
1824
+ "maxValue": null,
1825
+ "step": null,
1826
+ "menuItems": [],
1827
+ "menuLabels": [],
1828
+ "allowCustom": false,
1829
+ "maxLength": null,
1830
+ "pattern": null,
1831
+ "isArray": false,
1832
+ "arraySize": 1,
1833
+ "dimensions": 1,
1834
+ "description": "timeslice - Turning this on forces the channels to be \"Time Sliced\". A is the time between the last cook frame and the current cook frame.",
1835
+ "tooltip": "",
1836
+ "help": "",
1837
+ "units": "",
1838
+ "examples": [],
1839
+ "isReadOnly": false,
1840
+ "isAdvanced": false,
1841
+ "isHidden": false,
1842
+ "isAnimatable": true,
1843
+ "isExpression": false,
1844
+ "isPython": false,
1845
+ "dependsOn": [],
1846
+ "affects": [],
1847
+ "linkedTo": [],
1848
+ "expressionLanguage": "",
1849
+ "defaultExpression": "",
1850
+ "commonExpressions": [],
1851
+ "order": 0,
1852
+ "isVisible": true,
1853
+ "conditionalDisplay": null,
1854
+ "isValid": true,
1855
+ "validationErrors": [],
1856
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
1857
+ "rawData": {},
1858
+ "sourceElement": null
1859
+ },
1860
+ {
1861
+ "id": null,
1862
+ "name": "Scope",
1863
+ "label": "Scope",
1864
+ "group": "General",
1865
+ "page": "",
1866
+ "type": "float",
1867
+ "dataType": "number",
1868
+ "style": "",
1869
+ "defaultValue": null,
1870
+ "minValue": null,
1871
+ "maxValue": null,
1872
+ "step": null,
1873
+ "menuItems": [],
1874
+ "menuLabels": [],
1875
+ "allowCustom": false,
1876
+ "maxLength": null,
1877
+ "pattern": null,
1878
+ "isArray": false,
1879
+ "arraySize": 1,
1880
+ "dimensions": 1,
1881
+ "description": "scope - To determine which channels get affected, some CHOPs use a string on the Common page.",
1882
+ "tooltip": "",
1883
+ "help": "",
1884
+ "units": "",
1885
+ "examples": [],
1886
+ "isReadOnly": false,
1887
+ "isAdvanced": false,
1888
+ "isHidden": false,
1889
+ "isAnimatable": true,
1890
+ "isExpression": false,
1891
+ "isPython": false,
1892
+ "dependsOn": [],
1893
+ "affects": [],
1894
+ "linkedTo": [],
1895
+ "expressionLanguage": "",
1896
+ "defaultExpression": "",
1897
+ "commonExpressions": [],
1898
+ "order": 0,
1899
+ "isVisible": true,
1900
+ "conditionalDisplay": null,
1901
+ "isValid": true,
1902
+ "validationErrors": [],
1903
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
1904
+ "rawData": {},
1905
+ "sourceElement": null
1906
+ },
1907
+ {
1908
+ "id": null,
1909
+ "name": "Sample Rate Match",
1910
+ "label": "Sample Rate Match",
1911
+ "group": "General",
1912
+ "page": "",
1913
+ "type": "float",
1914
+ "dataType": "number",
1915
+ "style": "",
1916
+ "defaultValue": null,
1917
+ "minValue": null,
1918
+ "maxValue": null,
1919
+ "step": null,
1920
+ "menuItems": [],
1921
+ "menuLabels": [],
1922
+ "allowCustom": false,
1923
+ "maxLength": null,
1924
+ "pattern": null,
1925
+ "isArray": false,
1926
+ "arraySize": 1,
1927
+ "dimensions": 1,
1928
+ "description": "srselect - - Handle cases where multiple input CHOPs' sample rates are different. When Resampling occurs, the curves are interpolated according to the Interpolation Method Option, or \"Linear\" if the Interpolate Options are not available.\n\n first - Use rate of first input to resample others. max - Resample to the highest sample rate. min - Resample to the lowest sample rate. err - Doesn't accept conflicting sample rates.",
1929
+ "tooltip": "",
1930
+ "help": "",
1931
+ "units": "",
1932
+ "examples": [],
1933
+ "isReadOnly": false,
1934
+ "isAdvanced": false,
1935
+ "isHidden": false,
1936
+ "isAnimatable": true,
1937
+ "isExpression": false,
1938
+ "isPython": false,
1939
+ "dependsOn": [],
1940
+ "affects": [],
1941
+ "linkedTo": [],
1942
+ "expressionLanguage": "",
1943
+ "defaultExpression": "",
1944
+ "commonExpressions": [],
1945
+ "order": 0,
1946
+ "isVisible": true,
1947
+ "conditionalDisplay": null,
1948
+ "isValid": true,
1949
+ "validationErrors": [],
1950
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
1951
+ "rawData": {},
1952
+ "sourceElement": null
1953
+ },
1954
+ {
1955
+ "id": null,
1956
+ "name": "Resample At First Input's Rate",
1957
+ "label": "Resample At First Input's Rate",
1958
+ "group": "General",
1959
+ "page": "",
1960
+ "type": "float",
1961
+ "dataType": "number",
1962
+ "style": "",
1963
+ "defaultValue": null,
1964
+ "minValue": null,
1965
+ "maxValue": null,
1966
+ "step": null,
1967
+ "menuItems": [],
1968
+ "menuLabels": [],
1969
+ "allowCustom": false,
1970
+ "maxLength": null,
1971
+ "pattern": null,
1972
+ "isArray": false,
1973
+ "arraySize": 1,
1974
+ "dimensions": 1,
1975
+ "description": "first - Use rate of first input to resample others. max - Resample to the highest sample rate. min - Resample to the lowest sample rate. err - Doesn't accept conflicting sample rates.",
1976
+ "tooltip": "",
1977
+ "help": "",
1978
+ "units": "",
1979
+ "examples": [],
1980
+ "isReadOnly": false,
1981
+ "isAdvanced": false,
1982
+ "isHidden": false,
1983
+ "isAnimatable": true,
1984
+ "isExpression": false,
1985
+ "isPython": false,
1986
+ "dependsOn": [],
1987
+ "affects": [],
1988
+ "linkedTo": [],
1989
+ "expressionLanguage": "",
1990
+ "defaultExpression": "",
1991
+ "commonExpressions": [],
1992
+ "order": 0,
1993
+ "isVisible": true,
1994
+ "conditionalDisplay": null,
1995
+ "isValid": true,
1996
+ "validationErrors": [],
1997
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
1998
+ "rawData": {},
1999
+ "sourceElement": null
2000
+ },
2001
+ {
2002
+ "id": null,
2003
+ "name": "Export Method",
2004
+ "label": "Export Method",
2005
+ "group": "General",
2006
+ "page": "",
2007
+ "type": "float",
2008
+ "dataType": "number",
2009
+ "style": "",
2010
+ "defaultValue": null,
2011
+ "minValue": null,
2012
+ "maxValue": null,
2013
+ "step": null,
2014
+ "menuItems": [],
2015
+ "menuLabels": [],
2016
+ "allowCustom": false,
2017
+ "maxLength": null,
2018
+ "pattern": null,
2019
+ "isArray": false,
2020
+ "arraySize": 1,
2021
+ "dimensions": 1,
2022
+ "description": "exportmethod - - This will determine how to connect the channel to the parameter. Refer to the Export article for more information.\n\n datindex - Uses the docked table and references the channel via the index of the channel in the . datname - Uses the docked table and references the channel via the name of the channel in the . autoname - The channel is the full destination of where to export to, such has geo1/transform1:tx.",
2023
+ "tooltip": "",
2024
+ "help": "",
2025
+ "units": "",
2026
+ "examples": [],
2027
+ "isReadOnly": false,
2028
+ "isAdvanced": false,
2029
+ "isHidden": false,
2030
+ "isAnimatable": true,
2031
+ "isExpression": false,
2032
+ "isPython": false,
2033
+ "dependsOn": [],
2034
+ "affects": [],
2035
+ "linkedTo": [],
2036
+ "expressionLanguage": "",
2037
+ "defaultExpression": "",
2038
+ "commonExpressions": [],
2039
+ "order": 0,
2040
+ "isVisible": true,
2041
+ "conditionalDisplay": null,
2042
+ "isValid": true,
2043
+ "validationErrors": [],
2044
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
2045
+ "rawData": {},
2046
+ "sourceElement": null
2047
+ },
2048
+ {
2049
+ "id": null,
2050
+ "name": "DAT Table by Index",
2051
+ "label": "DAT Table by Index",
2052
+ "group": "General",
2053
+ "page": "",
2054
+ "type": "float",
2055
+ "dataType": "number",
2056
+ "style": "",
2057
+ "defaultValue": null,
2058
+ "minValue": null,
2059
+ "maxValue": null,
2060
+ "step": null,
2061
+ "menuItems": [],
2062
+ "menuLabels": [],
2063
+ "allowCustom": false,
2064
+ "maxLength": null,
2065
+ "pattern": null,
2066
+ "isArray": false,
2067
+ "arraySize": 1,
2068
+ "dimensions": 1,
2069
+ "description": "datindex - Uses the docked table and references the channel via the index of the channel in the . datname - Uses the docked table and references the channel via the name of the channel in the . autoname - The channel is the full destination of where to export to, such has geo1/transform1:tx.",
2070
+ "tooltip": "",
2071
+ "help": "",
2072
+ "units": "",
2073
+ "examples": [],
2074
+ "isReadOnly": false,
2075
+ "isAdvanced": false,
2076
+ "isHidden": false,
2077
+ "isAnimatable": true,
2078
+ "isExpression": false,
2079
+ "isPython": false,
2080
+ "dependsOn": [],
2081
+ "affects": [],
2082
+ "linkedTo": [],
2083
+ "expressionLanguage": "",
2084
+ "defaultExpression": "",
2085
+ "commonExpressions": [],
2086
+ "order": 0,
2087
+ "isVisible": true,
2088
+ "conditionalDisplay": null,
2089
+ "isValid": true,
2090
+ "validationErrors": [],
2091
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
2092
+ "rawData": {},
2093
+ "sourceElement": null
2094
+ },
2095
+ {
2096
+ "id": null,
2097
+ "name": "Export Root",
2098
+ "label": "Export Root",
2099
+ "group": "General",
2100
+ "page": "",
2101
+ "type": "float",
2102
+ "dataType": "number",
2103
+ "style": "",
2104
+ "defaultValue": null,
2105
+ "minValue": null,
2106
+ "maxValue": null,
2107
+ "step": null,
2108
+ "menuItems": [],
2109
+ "menuLabels": [],
2110
+ "allowCustom": false,
2111
+ "maxLength": null,
2112
+ "pattern": null,
2113
+ "isArray": false,
2114
+ "arraySize": 1,
2115
+ "dimensions": 1,
2116
+ "description": "autoexportroot - This path points to the root node where all of the paths that exporting by Channel Name is : are relative to.",
2117
+ "tooltip": "",
2118
+ "help": "",
2119
+ "units": "",
2120
+ "examples": [],
2121
+ "isReadOnly": false,
2122
+ "isAdvanced": false,
2123
+ "isHidden": false,
2124
+ "isAnimatable": true,
2125
+ "isExpression": false,
2126
+ "isPython": false,
2127
+ "dependsOn": [],
2128
+ "affects": [],
2129
+ "linkedTo": [],
2130
+ "expressionLanguage": "",
2131
+ "defaultExpression": "",
2132
+ "commonExpressions": [],
2133
+ "order": 0,
2134
+ "isVisible": true,
2135
+ "conditionalDisplay": null,
2136
+ "isValid": true,
2137
+ "validationErrors": [],
2138
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
2139
+ "rawData": {},
2140
+ "sourceElement": null
2141
+ },
2142
+ {
2143
+ "id": null,
2144
+ "name": "Export Table",
2145
+ "label": "Export Table",
2146
+ "group": "General",
2147
+ "page": "",
2148
+ "type": "float",
2149
+ "dataType": "number",
2150
+ "style": "",
2151
+ "defaultValue": null,
2152
+ "minValue": null,
2153
+ "maxValue": null,
2154
+ "step": null,
2155
+ "menuItems": [],
2156
+ "menuLabels": [],
2157
+ "allowCustom": false,
2158
+ "maxLength": null,
2159
+ "pattern": null,
2160
+ "isArray": false,
2161
+ "arraySize": 1,
2162
+ "dimensions": 1,
2163
+ "description": "exporttable - The used to hold the export information when using the Table Methods (See above).",
2164
+ "tooltip": "",
2165
+ "help": "",
2166
+ "units": "",
2167
+ "examples": [],
2168
+ "isReadOnly": false,
2169
+ "isAdvanced": false,
2170
+ "isHidden": false,
2171
+ "isAnimatable": true,
2172
+ "isExpression": false,
2173
+ "isPython": false,
2174
+ "dependsOn": [],
2175
+ "affects": [],
2176
+ "linkedTo": [],
2177
+ "expressionLanguage": "",
2178
+ "defaultExpression": "",
2179
+ "commonExpressions": [],
2180
+ "order": 0,
2181
+ "isVisible": true,
2182
+ "conditionalDisplay": null,
2183
+ "isValid": true,
2184
+ "validationErrors": [],
2185
+ "lastUpdated": "2025-08-07T07:50:04.742Z",
2186
+ "rawData": {},
2187
+ "sourceElement": null
2188
+ }
2189
+ ],
2190
+ "parameterGroups": {},
2191
+ "codeExamples": [],
2192
+ "pythonExamples": [
2193
+ {
2194
+ "title": "Create and Configure Noise CHOP",
2195
+ "code": "# Create Noise CHOP\nnoise = op('/project1').create(noiseCHOP)\nnoise.name = 'noise1'\n\n# Set noise type\nnoise.par.type = 'sparse' # Options: sparse, hermite, harmonic, brownian, random, alligator\nnoise.par.seed = 42\nnoise.par.period = 2.0 # Period in seconds\nnoise.par.amp = 1.0\nnoise.par.harmon = 3 # Number of harmonics\nnoise.par.rough = 0.5 # Roughness\n\n# Read noise values\nval = noise['chan1'][0]\nprint(f'Current noise value: {val}')",
2196
+ "description": "Create a Noise CHOP and configure its parameters"
2197
+ }
2198
+ ],
2199
+ "expressions": [],
2200
+ "commonInputs": [],
2201
+ "commonOutputs": [],
2202
+ "relatedOperators": [],
2203
+ "workflowPatterns": [],
2204
+ "images": [],
2205
+ "videos": [],
2206
+ "assets": [],
2207
+ "keywords": [
2208
+ "noise",
2209
+ "chop",
2210
+ "makes",
2211
+ "irregular",
2212
+ "wave",
2213
+ "never",
2214
+ "repeats,",
2215
+ "values",
2216
+ "approximately",
2217
+ "range"
2218
+ ],
2219
+ "tags": [
2220
+ "CHOP",
2221
+ "TouchDesigner",
2222
+ "Noise CHOP"
2223
+ ],
2224
+ "searchWeight": 1,
2225
+ "contentHash": "",
2226
+ "processingDate": "2025-08-07T07:50:04.743Z",
2227
+ "processingVersion": "1.0.0",
2228
+ "isValid": true,
2229
+ "validationErrors": []
2230
+ }