@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,3546 @@
1
+ {
2
+ "id": "movie_file_in_top",
3
+ "name": "Movie File In TOP",
4
+ "displayName": "Movie File In TOP",
5
+ "category": "TOP",
6
+ "subcategory": "Filters",
7
+ "version": "Available since TouchDesigner 2018+",
8
+ "lastUpdated": "2025-08-07T07:50:04.354Z",
9
+ "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Movie_File_In_TOP.htm",
10
+ "url": "",
11
+ "description": "The Movie File In TOP loads movies, still images, or a sequence of still images into TOPs. It will read images in .jpg, .gif, .tif, or .bmp format. It will read movies in QuickTime's .mov format, .mp4, .mpg, .mpeg, .avi, .wmv, .dpx, Cineform and Hap Q formats (including Hap Q with Alpha).",
12
+ "summary": "The Movie File In TOP loads movies, still images, or a sequence of still images into TOPs. It will read images in .jpg, .gif, .tif, or .bmp format. It will read movies in QuickTime's .mov format, .mp4",
13
+ "details": "",
14
+ "usage": "",
15
+ "tips": [
16
+ "Use HAP codec for fastest playback performance on GPU.",
17
+ "Set Pre-Read Frames to buffer ahead for smoother playback.",
18
+ "NotchLC and HAP Q provide good quality with GPU-accelerated decoding.",
19
+ "Use the 'File' parameter to load image sequences with patterns like 'image$F4.png'."
20
+ ],
21
+ "warnings": [
22
+ "H.264/H.265 decoding uses CPU and may cause frame drops at high resolutions.",
23
+ "Very large files or high frame rates may require SSD storage for smooth playback."
24
+ ],
25
+ "parameters": [
26
+ {
27
+ "id": null,
28
+ "name": "File",
29
+ "label": "File",
30
+ "group": "General",
31
+ "page": "",
32
+ "type": "float",
33
+ "dataType": "number",
34
+ "style": "",
35
+ "defaultValue": null,
36
+ "minValue": null,
37
+ "maxValue": null,
38
+ "step": null,
39
+ "menuItems": [],
40
+ "menuLabels": [],
41
+ "allowCustom": false,
42
+ "maxLength": null,
43
+ "pattern": null,
44
+ "isArray": false,
45
+ "arraySize": 1,
46
+ "dimensions": 1,
47
+ "description": "The path and name of the image or movie file to load.",
48
+ "tooltip": "",
49
+ "help": "",
50
+ "units": "",
51
+ "examples": [],
52
+ "isReadOnly": false,
53
+ "isAdvanced": false,
54
+ "isHidden": false,
55
+ "isAnimatable": true,
56
+ "isExpression": false,
57
+ "isPython": false,
58
+ "dependsOn": [],
59
+ "affects": [],
60
+ "linkedTo": [],
61
+ "expressionLanguage": "",
62
+ "defaultExpression": "",
63
+ "commonExpressions": [],
64
+ "order": 0,
65
+ "isVisible": true,
66
+ "conditionalDisplay": null,
67
+ "isValid": true,
68
+ "validationErrors": [],
69
+ "lastUpdated": "2025-08-07T07:50:04.341Z",
70
+ "rawData": {},
71
+ "sourceElement": null
72
+ },
73
+ {
74
+ "id": null,
75
+ "name": "Reload",
76
+ "label": "Reload",
77
+ "group": "General",
78
+ "page": "",
79
+ "type": "float",
80
+ "dataType": "number",
81
+ "style": "",
82
+ "defaultValue": null,
83
+ "minValue": null,
84
+ "maxValue": null,
85
+ "step": null,
86
+ "menuItems": [],
87
+ "menuLabels": [],
88
+ "allowCustom": false,
89
+ "maxLength": null,
90
+ "pattern": null,
91
+ "isArray": false,
92
+ "arraySize": 1,
93
+ "dimensions": 1,
94
+ "description": "reload - Change from 0 to 1 to force the image to reload, useful when the file changes or did not exist at first.",
95
+ "tooltip": "",
96
+ "help": "",
97
+ "units": "",
98
+ "examples": [],
99
+ "isReadOnly": false,
100
+ "isAdvanced": false,
101
+ "isHidden": false,
102
+ "isAnimatable": true,
103
+ "isExpression": false,
104
+ "isPython": false,
105
+ "dependsOn": [],
106
+ "affects": [],
107
+ "linkedTo": [],
108
+ "expressionLanguage": "",
109
+ "defaultExpression": "",
110
+ "commonExpressions": [],
111
+ "order": 0,
112
+ "isVisible": true,
113
+ "conditionalDisplay": null,
114
+ "isValid": true,
115
+ "validationErrors": [],
116
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
117
+ "rawData": {},
118
+ "sourceElement": null
119
+ },
120
+ {
121
+ "id": null,
122
+ "name": "Reload Pulse",
123
+ "label": "Reload Pulse",
124
+ "group": "General",
125
+ "page": "",
126
+ "type": "float",
127
+ "dataType": "number",
128
+ "style": "",
129
+ "defaultValue": null,
130
+ "minValue": null,
131
+ "maxValue": null,
132
+ "step": null,
133
+ "menuItems": [],
134
+ "menuLabels": [],
135
+ "allowCustom": false,
136
+ "maxLength": null,
137
+ "pattern": null,
138
+ "isArray": false,
139
+ "arraySize": 1,
140
+ "dimensions": 1,
141
+ "description": "reloadpulse - Instantly reloads the file.",
142
+ "tooltip": "",
143
+ "help": "",
144
+ "units": "",
145
+ "examples": [],
146
+ "isReadOnly": false,
147
+ "isAdvanced": false,
148
+ "isHidden": false,
149
+ "isAnimatable": true,
150
+ "isExpression": false,
151
+ "isPython": false,
152
+ "dependsOn": [],
153
+ "affects": [],
154
+ "linkedTo": [],
155
+ "expressionLanguage": "",
156
+ "defaultExpression": "",
157
+ "commonExpressions": [],
158
+ "order": 0,
159
+ "isVisible": true,
160
+ "conditionalDisplay": null,
161
+ "isValid": true,
162
+ "validationErrors": [],
163
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
164
+ "rawData": {},
165
+ "sourceElement": null
166
+ },
167
+ {
168
+ "id": null,
169
+ "name": "Play Mode",
170
+ "label": "Play Mode",
171
+ "group": "General",
172
+ "page": "",
173
+ "type": "float",
174
+ "dataType": "number",
175
+ "style": "",
176
+ "defaultValue": null,
177
+ "minValue": null,
178
+ "maxValue": null,
179
+ "step": null,
180
+ "menuItems": [],
181
+ "menuLabels": [],
182
+ "allowCustom": false,
183
+ "maxLength": null,
184
+ "pattern": null,
185
+ "isArray": false,
186
+ "arraySize": 1,
187
+ "dimensions": 1,
188
+ "description": "playmode - - Specifies the method used to play the movie, there are 3 options.\n\n locked - This mode locks the movie position to the timeline. Scrubbing or jumping in the timeline will change the movie position accordingly. The parameters Play, Reset, Speed, and Index are disabled in this mode since the timeline is directly tied to movie position. specify - This mode allows the user to specify a particular position in the movie using the Index parameter below. Use this mode for random access to any location in the movie. sequential - This mode continually plays regardless of the timeline position (the Index parameter is disabled). Reset and Speed parameters below are enabled to allow some control. timecodeop - This mode allows the user to set the movie index by reference to a timecode in the form of either a , , or Timecode Class object.",
189
+ "tooltip": "",
190
+ "help": "",
191
+ "units": "",
192
+ "examples": [],
193
+ "isReadOnly": false,
194
+ "isAdvanced": false,
195
+ "isHidden": false,
196
+ "isAnimatable": true,
197
+ "isExpression": false,
198
+ "isPython": false,
199
+ "dependsOn": [],
200
+ "affects": [],
201
+ "linkedTo": [],
202
+ "expressionLanguage": "",
203
+ "defaultExpression": "",
204
+ "commonExpressions": [],
205
+ "order": 0,
206
+ "isVisible": true,
207
+ "conditionalDisplay": null,
208
+ "isValid": true,
209
+ "validationErrors": [],
210
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
211
+ "rawData": {},
212
+ "sourceElement": null
213
+ },
214
+ {
215
+ "id": null,
216
+ "name": "Locked to Timeline",
217
+ "label": "Locked to Timeline",
218
+ "group": "General",
219
+ "page": "",
220
+ "type": "float",
221
+ "dataType": "number",
222
+ "style": "",
223
+ "defaultValue": null,
224
+ "minValue": null,
225
+ "maxValue": null,
226
+ "step": null,
227
+ "menuItems": [],
228
+ "menuLabels": [],
229
+ "allowCustom": false,
230
+ "maxLength": null,
231
+ "pattern": null,
232
+ "isArray": false,
233
+ "arraySize": 1,
234
+ "dimensions": 1,
235
+ "description": "locked - This mode locks the movie position to the timeline. Scrubbing or jumping in the timeline will change the movie position accordingly. The parameters Play, Reset, Speed, and Index are disabled in this mode since the timeline is directly tied to movie position. specify - This mode allows the user to specify a particular position in the movie using the Index parameter below. Use this mode for random access to any location in the movie. sequential - This mode continually plays regardless of the timeline position (the Index parameter is disabled). Reset and Speed parameters below are enabled to allow some control. timecodeop - This mode allows the user to set the movie index by reference to a timecode in the form of either a , , or Timecode Class object.",
236
+ "tooltip": "",
237
+ "help": "",
238
+ "units": "",
239
+ "examples": [],
240
+ "isReadOnly": false,
241
+ "isAdvanced": false,
242
+ "isHidden": false,
243
+ "isAnimatable": true,
244
+ "isExpression": false,
245
+ "isPython": false,
246
+ "dependsOn": [],
247
+ "affects": [],
248
+ "linkedTo": [],
249
+ "expressionLanguage": "",
250
+ "defaultExpression": "",
251
+ "commonExpressions": [],
252
+ "order": 0,
253
+ "isVisible": true,
254
+ "conditionalDisplay": null,
255
+ "isValid": true,
256
+ "validationErrors": [],
257
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
258
+ "rawData": {},
259
+ "sourceElement": null
260
+ },
261
+ {
262
+ "id": null,
263
+ "name": "Play",
264
+ "label": "Play",
265
+ "group": "General",
266
+ "page": "",
267
+ "type": "float",
268
+ "dataType": "number",
269
+ "style": "",
270
+ "defaultValue": null,
271
+ "minValue": null,
272
+ "maxValue": null,
273
+ "step": null,
274
+ "menuItems": [],
275
+ "menuLabels": [],
276
+ "allowCustom": false,
277
+ "maxLength": null,
278
+ "pattern": null,
279
+ "isArray": false,
280
+ "arraySize": 1,
281
+ "dimensions": 1,
282
+ "description": "play - Movie plays when 1, movie stops when 0.",
283
+ "tooltip": "",
284
+ "help": "",
285
+ "units": "",
286
+ "examples": [],
287
+ "isReadOnly": false,
288
+ "isAdvanced": false,
289
+ "isHidden": false,
290
+ "isAnimatable": true,
291
+ "isExpression": false,
292
+ "isPython": false,
293
+ "dependsOn": [],
294
+ "affects": [],
295
+ "linkedTo": [],
296
+ "expressionLanguage": "",
297
+ "defaultExpression": "",
298
+ "commonExpressions": [],
299
+ "order": 0,
300
+ "isVisible": true,
301
+ "conditionalDisplay": null,
302
+ "isValid": true,
303
+ "validationErrors": [],
304
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
305
+ "rawData": {},
306
+ "sourceElement": null
307
+ },
308
+ {
309
+ "id": null,
310
+ "name": "Speed",
311
+ "label": "Speed",
312
+ "group": "General",
313
+ "page": "",
314
+ "type": "float",
315
+ "dataType": "number",
316
+ "style": "",
317
+ "defaultValue": null,
318
+ "minValue": null,
319
+ "maxValue": null,
320
+ "step": null,
321
+ "menuItems": [],
322
+ "menuLabels": [],
323
+ "allowCustom": false,
324
+ "maxLength": null,
325
+ "pattern": null,
326
+ "isArray": false,
327
+ "arraySize": 1,
328
+ "dimensions": 1,
329
+ "description": "speed - This is a speed multiplier which only works when Play Mode is Sequential. A value of 1 is the default playback speed. A value of 2 is double speed, 0.5 is half speed and so on. Negative values will play the movie backwards.",
330
+ "tooltip": "",
331
+ "help": "",
332
+ "units": "",
333
+ "examples": [],
334
+ "isReadOnly": false,
335
+ "isAdvanced": false,
336
+ "isHidden": false,
337
+ "isAnimatable": true,
338
+ "isExpression": false,
339
+ "isPython": false,
340
+ "dependsOn": [],
341
+ "affects": [],
342
+ "linkedTo": [],
343
+ "expressionLanguage": "",
344
+ "defaultExpression": "",
345
+ "commonExpressions": [],
346
+ "order": 0,
347
+ "isVisible": true,
348
+ "conditionalDisplay": null,
349
+ "isValid": true,
350
+ "validationErrors": [],
351
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
352
+ "rawData": {},
353
+ "sourceElement": null
354
+ },
355
+ {
356
+ "id": null,
357
+ "name": "Cue",
358
+ "label": "Cue",
359
+ "group": "General",
360
+ "page": "",
361
+ "type": "float",
362
+ "dataType": "number",
363
+ "style": "",
364
+ "defaultValue": null,
365
+ "minValue": null,
366
+ "maxValue": null,
367
+ "step": null,
368
+ "menuItems": [],
369
+ "menuLabels": [],
370
+ "allowCustom": false,
371
+ "maxLength": null,
372
+ "pattern": null,
373
+ "isArray": false,
374
+ "arraySize": 1,
375
+ "dimensions": 1,
376
+ "description": "cue - Jumps to Cue when set to 1. Only available when Play Mode is Sequential.",
377
+ "tooltip": "",
378
+ "help": "",
379
+ "units": "",
380
+ "examples": [],
381
+ "isReadOnly": false,
382
+ "isAdvanced": false,
383
+ "isHidden": false,
384
+ "isAnimatable": true,
385
+ "isExpression": false,
386
+ "isPython": false,
387
+ "dependsOn": [],
388
+ "affects": [],
389
+ "linkedTo": [],
390
+ "expressionLanguage": "",
391
+ "defaultExpression": "",
392
+ "commonExpressions": [],
393
+ "order": 0,
394
+ "isVisible": true,
395
+ "conditionalDisplay": null,
396
+ "isValid": true,
397
+ "validationErrors": [],
398
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
399
+ "rawData": {},
400
+ "sourceElement": null
401
+ },
402
+ {
403
+ "id": null,
404
+ "name": "Cue Pulse",
405
+ "label": "Cue Pulse",
406
+ "group": "General",
407
+ "page": "",
408
+ "type": "float",
409
+ "dataType": "number",
410
+ "style": "",
411
+ "defaultValue": null,
412
+ "minValue": null,
413
+ "maxValue": null,
414
+ "step": null,
415
+ "menuItems": [],
416
+ "menuLabels": [],
417
+ "allowCustom": false,
418
+ "maxLength": null,
419
+ "pattern": null,
420
+ "isArray": false,
421
+ "arraySize": 1,
422
+ "dimensions": 1,
423
+ "description": "cuepulse - Instantly jumps to the Cue position in the movie.",
424
+ "tooltip": "",
425
+ "help": "",
426
+ "units": "",
427
+ "examples": [],
428
+ "isReadOnly": false,
429
+ "isAdvanced": false,
430
+ "isHidden": false,
431
+ "isAnimatable": true,
432
+ "isExpression": false,
433
+ "isPython": false,
434
+ "dependsOn": [],
435
+ "affects": [],
436
+ "linkedTo": [],
437
+ "expressionLanguage": "",
438
+ "defaultExpression": "",
439
+ "commonExpressions": [],
440
+ "order": 0,
441
+ "isVisible": true,
442
+ "conditionalDisplay": null,
443
+ "isValid": true,
444
+ "validationErrors": [],
445
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
446
+ "rawData": {},
447
+ "sourceElement": null
448
+ },
449
+ {
450
+ "id": null,
451
+ "name": "Cue Point",
452
+ "label": "Cue Point",
453
+ "group": "General",
454
+ "page": "",
455
+ "type": "float",
456
+ "dataType": "number",
457
+ "style": "",
458
+ "defaultValue": null,
459
+ "minValue": null,
460
+ "maxValue": null,
461
+ "step": null,
462
+ "menuItems": [],
463
+ "menuLabels": [],
464
+ "allowCustom": false,
465
+ "maxLength": null,
466
+ "pattern": null,
467
+ "isArray": false,
468
+ "arraySize": 1,
469
+ "dimensions": 1,
470
+ "description": "cuepoint - Set any index in the movie as a point to jump to.",
471
+ "tooltip": "",
472
+ "help": "",
473
+ "units": "",
474
+ "examples": [],
475
+ "isReadOnly": false,
476
+ "isAdvanced": false,
477
+ "isHidden": false,
478
+ "isAnimatable": true,
479
+ "isExpression": false,
480
+ "isPython": false,
481
+ "dependsOn": [],
482
+ "affects": [],
483
+ "linkedTo": [],
484
+ "expressionLanguage": "",
485
+ "defaultExpression": "",
486
+ "commonExpressions": [],
487
+ "order": 0,
488
+ "isVisible": true,
489
+ "conditionalDisplay": null,
490
+ "isValid": true,
491
+ "validationErrors": [],
492
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
493
+ "rawData": {},
494
+ "sourceElement": null
495
+ },
496
+ {
497
+ "id": null,
498
+ "name": "Cue Point Unit",
499
+ "label": "Cue Point Unit",
500
+ "group": "General",
501
+ "page": "",
502
+ "type": "float",
503
+ "dataType": "number",
504
+ "style": "",
505
+ "defaultValue": null,
506
+ "minValue": null,
507
+ "maxValue": null,
508
+ "step": null,
509
+ "menuItems": [],
510
+ "menuLabels": [],
511
+ "allowCustom": false,
512
+ "maxLength": null,
513
+ "pattern": null,
514
+ "isArray": false,
515
+ "arraySize": 1,
516
+ "dimensions": 1,
517
+ "description": "cuepointunit - - Select the units for this parameter from Index, Frames, Seconds, and Fraction (percentage).\n\n indices - frames - seconds - fraction -",
518
+ "tooltip": "",
519
+ "help": "",
520
+ "units": "",
521
+ "examples": [],
522
+ "isReadOnly": false,
523
+ "isAdvanced": false,
524
+ "isHidden": false,
525
+ "isAnimatable": true,
526
+ "isExpression": false,
527
+ "isPython": false,
528
+ "dependsOn": [],
529
+ "affects": [],
530
+ "linkedTo": [],
531
+ "expressionLanguage": "",
532
+ "defaultExpression": "",
533
+ "commonExpressions": [],
534
+ "order": 0,
535
+ "isVisible": true,
536
+ "conditionalDisplay": null,
537
+ "isValid": true,
538
+ "validationErrors": [],
539
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
540
+ "rawData": {},
541
+ "sourceElement": null
542
+ },
543
+ {
544
+ "id": null,
545
+ "name": "I",
546
+ "label": "I",
547
+ "group": "General",
548
+ "page": "",
549
+ "type": "float",
550
+ "dataType": "number",
551
+ "style": "",
552
+ "defaultValue": null,
553
+ "minValue": null,
554
+ "maxValue": null,
555
+ "step": null,
556
+ "menuItems": [],
557
+ "menuLabels": [],
558
+ "allowCustom": false,
559
+ "maxLength": null,
560
+ "pattern": null,
561
+ "isArray": false,
562
+ "arraySize": 1,
563
+ "dimensions": 1,
564
+ "description": "indices - frames - seconds - fraction -",
565
+ "tooltip": "",
566
+ "help": "",
567
+ "units": "",
568
+ "examples": [],
569
+ "isReadOnly": false,
570
+ "isAdvanced": false,
571
+ "isHidden": false,
572
+ "isAnimatable": true,
573
+ "isExpression": false,
574
+ "isPython": false,
575
+ "dependsOn": [],
576
+ "affects": [],
577
+ "linkedTo": [],
578
+ "expressionLanguage": "",
579
+ "defaultExpression": "",
580
+ "commonExpressions": [],
581
+ "order": 0,
582
+ "isVisible": true,
583
+ "conditionalDisplay": null,
584
+ "isValid": true,
585
+ "validationErrors": [],
586
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
587
+ "rawData": {},
588
+ "sourceElement": null
589
+ },
590
+ {
591
+ "id": null,
592
+ "name": "Cue Behavior",
593
+ "label": "Cue Behavior",
594
+ "group": "General",
595
+ "page": "",
596
+ "type": "float",
597
+ "dataType": "number",
598
+ "style": "",
599
+ "defaultValue": null,
600
+ "minValue": null,
601
+ "maxValue": null,
602
+ "step": null,
603
+ "menuItems": [],
604
+ "menuLabels": [],
605
+ "allowCustom": false,
606
+ "maxLength": null,
607
+ "pattern": null,
608
+ "isArray": false,
609
+ "arraySize": 1,
610
+ "dimensions": 1,
611
+ "description": "cuebehavior - - Customize the Cue parameter's behavior.\n\n repeat - When releasing the Cue parameter, immediately play the next frame. play - When releasing the Cue parameter, first play the cued frame before continuing to play the next frame.",
612
+ "tooltip": "",
613
+ "help": "",
614
+ "units": "",
615
+ "examples": [],
616
+ "isReadOnly": false,
617
+ "isAdvanced": false,
618
+ "isHidden": false,
619
+ "isAnimatable": true,
620
+ "isExpression": false,
621
+ "isPython": false,
622
+ "dependsOn": [],
623
+ "affects": [],
624
+ "linkedTo": [],
625
+ "expressionLanguage": "",
626
+ "defaultExpression": "",
627
+ "commonExpressions": [],
628
+ "order": 0,
629
+ "isVisible": true,
630
+ "conditionalDisplay": null,
631
+ "isValid": true,
632
+ "validationErrors": [],
633
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
634
+ "rawData": {},
635
+ "sourceElement": null
636
+ },
637
+ {
638
+ "id": null,
639
+ "name": "On Release, Repeat Cued Frame",
640
+ "label": "On Release, Repeat Cued Frame",
641
+ "group": "General",
642
+ "page": "",
643
+ "type": "float",
644
+ "dataType": "number",
645
+ "style": "",
646
+ "defaultValue": null,
647
+ "minValue": null,
648
+ "maxValue": null,
649
+ "step": null,
650
+ "menuItems": [],
651
+ "menuLabels": [],
652
+ "allowCustom": false,
653
+ "maxLength": null,
654
+ "pattern": null,
655
+ "isArray": false,
656
+ "arraySize": 1,
657
+ "dimensions": 1,
658
+ "description": "repeat - When releasing the Cue parameter, immediately play the next frame. play - When releasing the Cue parameter, first play the cued frame before continuing to play the next frame.",
659
+ "tooltip": "",
660
+ "help": "",
661
+ "units": "",
662
+ "examples": [],
663
+ "isReadOnly": false,
664
+ "isAdvanced": false,
665
+ "isHidden": false,
666
+ "isAnimatable": true,
667
+ "isExpression": false,
668
+ "isPython": false,
669
+ "dependsOn": [],
670
+ "affects": [],
671
+ "linkedTo": [],
672
+ "expressionLanguage": "",
673
+ "defaultExpression": "",
674
+ "commonExpressions": [],
675
+ "order": 0,
676
+ "isVisible": true,
677
+ "conditionalDisplay": null,
678
+ "isValid": true,
679
+ "validationErrors": [],
680
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
681
+ "rawData": {},
682
+ "sourceElement": null
683
+ },
684
+ {
685
+ "id": null,
686
+ "name": "Index",
687
+ "label": "Index",
688
+ "group": "General",
689
+ "page": "",
690
+ "type": "float",
691
+ "dataType": "number",
692
+ "style": "",
693
+ "defaultValue": null,
694
+ "minValue": null,
695
+ "maxValue": null,
696
+ "step": null,
697
+ "menuItems": [],
698
+ "menuLabels": [],
699
+ "allowCustom": false,
700
+ "maxLength": null,
701
+ "pattern": null,
702
+ "isArray": false,
703
+ "arraySize": 1,
704
+ "dimensions": 1,
705
+ "description": "index - This parameter explicitly sets the movie position when Play Mode is set to Specify Index. The units menu on the right lets you specify the index in the following units: Index, Frames, Seconds, and Fraction (percentage). For example, assume you have a movie that internally is 25 fps, and the timeline that is 60 fps. If you set Units to Index and the parameter value to 25, you get the image that is 1 second into the movie. If you set the Units to Frames and set the value to 60 you get the same image at 1 second into the movie.",
706
+ "tooltip": "",
707
+ "help": "",
708
+ "units": "",
709
+ "examples": [],
710
+ "isReadOnly": false,
711
+ "isAdvanced": false,
712
+ "isHidden": false,
713
+ "isAnimatable": true,
714
+ "isExpression": false,
715
+ "isPython": false,
716
+ "dependsOn": [],
717
+ "affects": [],
718
+ "linkedTo": [],
719
+ "expressionLanguage": "",
720
+ "defaultExpression": "",
721
+ "commonExpressions": [],
722
+ "order": 0,
723
+ "isVisible": true,
724
+ "conditionalDisplay": null,
725
+ "isValid": true,
726
+ "validationErrors": [],
727
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
728
+ "rawData": {},
729
+ "sourceElement": null
730
+ },
731
+ {
732
+ "id": null,
733
+ "name": "Index Unit",
734
+ "label": "Index Unit",
735
+ "group": "General",
736
+ "page": "",
737
+ "type": "float",
738
+ "dataType": "number",
739
+ "style": "",
740
+ "defaultValue": null,
741
+ "minValue": null,
742
+ "maxValue": null,
743
+ "step": null,
744
+ "menuItems": [],
745
+ "menuLabels": [],
746
+ "allowCustom": false,
747
+ "maxLength": null,
748
+ "pattern": null,
749
+ "isArray": false,
750
+ "arraySize": 1,
751
+ "dimensions": 1,
752
+ "description": "indexunit - - Select the units for this parameter from Index, Frames, Seconds, and Fraction (percentage).\n\n indices - frames - seconds - fraction -",
753
+ "tooltip": "",
754
+ "help": "",
755
+ "units": "",
756
+ "examples": [],
757
+ "isReadOnly": false,
758
+ "isAdvanced": false,
759
+ "isHidden": false,
760
+ "isAnimatable": true,
761
+ "isExpression": false,
762
+ "isPython": false,
763
+ "dependsOn": [],
764
+ "affects": [],
765
+ "linkedTo": [],
766
+ "expressionLanguage": "",
767
+ "defaultExpression": "",
768
+ "commonExpressions": [],
769
+ "order": 0,
770
+ "isVisible": true,
771
+ "conditionalDisplay": null,
772
+ "isValid": true,
773
+ "validationErrors": [],
774
+ "lastUpdated": "2025-08-07T07:50:04.349Z",
775
+ "rawData": {},
776
+ "sourceElement": null
777
+ },
778
+ {
779
+ "id": null,
780
+ "name": "Loop Crossfade",
781
+ "label": "Loop Crossfade",
782
+ "group": "General",
783
+ "page": "",
784
+ "type": "float",
785
+ "dataType": "number",
786
+ "style": "",
787
+ "defaultValue": null,
788
+ "minValue": null,
789
+ "maxValue": null,
790
+ "step": null,
791
+ "menuItems": [],
792
+ "menuLabels": [],
793
+ "allowCustom": false,
794
+ "maxLength": null,
795
+ "pattern": null,
796
+ "isArray": false,
797
+ "arraySize": 1,
798
+ "dimensions": 1,
799
+ "description": "loopcrossfade - Crossfades the beginning and end of the movie together to create a smooth transition when looping. If the movie uses Trim options, it will crossfade Trim Start with Trim End positions.",
800
+ "tooltip": "",
801
+ "help": "",
802
+ "units": "",
803
+ "examples": [],
804
+ "isReadOnly": false,
805
+ "isAdvanced": false,
806
+ "isHidden": false,
807
+ "isAnimatable": true,
808
+ "isExpression": false,
809
+ "isPython": false,
810
+ "dependsOn": [],
811
+ "affects": [],
812
+ "linkedTo": [],
813
+ "expressionLanguage": "",
814
+ "defaultExpression": "",
815
+ "commonExpressions": [],
816
+ "order": 0,
817
+ "isVisible": true,
818
+ "conditionalDisplay": null,
819
+ "isValid": true,
820
+ "validationErrors": [],
821
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
822
+ "rawData": {},
823
+ "sourceElement": null
824
+ },
825
+ {
826
+ "id": null,
827
+ "name": "Loop Crossfade Unit",
828
+ "label": "Loop Crossfade Unit",
829
+ "group": "General",
830
+ "page": "",
831
+ "type": "float",
832
+ "dataType": "number",
833
+ "style": "",
834
+ "defaultValue": null,
835
+ "minValue": null,
836
+ "maxValue": null,
837
+ "step": null,
838
+ "menuItems": [],
839
+ "menuLabels": [],
840
+ "allowCustom": false,
841
+ "maxLength": null,
842
+ "pattern": null,
843
+ "isArray": false,
844
+ "arraySize": 1,
845
+ "dimensions": 1,
846
+ "description": "loopcrossfadeunit - - Select the units for this parameter from Index, Frames, Seconds, and Fraction (percentage).\n\n indices - frames - seconds - fraction -",
847
+ "tooltip": "",
848
+ "help": "",
849
+ "units": "",
850
+ "examples": [],
851
+ "isReadOnly": false,
852
+ "isAdvanced": false,
853
+ "isHidden": false,
854
+ "isAnimatable": true,
855
+ "isExpression": false,
856
+ "isPython": false,
857
+ "dependsOn": [],
858
+ "affects": [],
859
+ "linkedTo": [],
860
+ "expressionLanguage": "",
861
+ "defaultExpression": "",
862
+ "commonExpressions": [],
863
+ "order": 0,
864
+ "isVisible": true,
865
+ "conditionalDisplay": null,
866
+ "isValid": true,
867
+ "validationErrors": [],
868
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
869
+ "rawData": {},
870
+ "sourceElement": null
871
+ },
872
+ {
873
+ "id": null,
874
+ "name": "Step Size",
875
+ "label": "Step Size",
876
+ "group": "General",
877
+ "page": "",
878
+ "type": "float",
879
+ "dataType": "number",
880
+ "style": "",
881
+ "defaultValue": null,
882
+ "minValue": null,
883
+ "maxValue": null,
884
+ "step": null,
885
+ "menuItems": [],
886
+ "menuLabels": [],
887
+ "allowCustom": false,
888
+ "maxLength": null,
889
+ "pattern": null,
890
+ "isArray": false,
891
+ "arraySize": 1,
892
+ "dimensions": 1,
893
+ "description": "stepsize - Sets how many frames to skip before displaying next frame. For example, a StepSize of 30 will display every 30th frame. This timing of movie playback does not change, so with a Step Size of 30 and a sample rate of 30, a new frame will be displayed every second.",
894
+ "tooltip": "",
895
+ "help": "",
896
+ "units": "",
897
+ "examples": [],
898
+ "isReadOnly": false,
899
+ "isAdvanced": false,
900
+ "isHidden": false,
901
+ "isAnimatable": true,
902
+ "isExpression": false,
903
+ "isPython": false,
904
+ "dependsOn": [],
905
+ "affects": [],
906
+ "linkedTo": [],
907
+ "expressionLanguage": "",
908
+ "defaultExpression": "",
909
+ "commonExpressions": [],
910
+ "order": 0,
911
+ "isVisible": true,
912
+ "conditionalDisplay": null,
913
+ "isValid": true,
914
+ "validationErrors": [],
915
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
916
+ "rawData": {},
917
+ "sourceElement": null
918
+ },
919
+ {
920
+ "id": null,
921
+ "name": "Audio Loop",
922
+ "label": "Audio Loop",
923
+ "group": "General",
924
+ "page": "",
925
+ "type": "float",
926
+ "dataType": "number",
927
+ "style": "",
928
+ "defaultValue": null,
929
+ "minValue": null,
930
+ "maxValue": null,
931
+ "step": null,
932
+ "menuItems": [],
933
+ "menuLabels": [],
934
+ "allowCustom": false,
935
+ "maxLength": null,
936
+ "pattern": null,
937
+ "isArray": false,
938
+ "arraySize": 1,
939
+ "dimensions": 1,
940
+ "description": "audioloop - - This menu helps you determine how to treat the audio as the end of a movie approaches. This is needed because of all the cases of playing a movie, like when driving with an index, the will not know if you intend to loop it or not.\n\n silence - Audio will go silent when movie ends. fade - Audio will fade out when movie ends. match -",
941
+ "tooltip": "",
942
+ "help": "",
943
+ "units": "",
944
+ "examples": [],
945
+ "isReadOnly": false,
946
+ "isAdvanced": false,
947
+ "isHidden": false,
948
+ "isAnimatable": true,
949
+ "isExpression": false,
950
+ "isPython": false,
951
+ "dependsOn": [],
952
+ "affects": [],
953
+ "linkedTo": [],
954
+ "expressionLanguage": "",
955
+ "defaultExpression": "",
956
+ "commonExpressions": [],
957
+ "order": 0,
958
+ "isVisible": true,
959
+ "conditionalDisplay": null,
960
+ "isValid": true,
961
+ "validationErrors": [],
962
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
963
+ "rawData": {},
964
+ "sourceElement": null
965
+ },
966
+ {
967
+ "id": null,
968
+ "name": "Silence",
969
+ "label": "Silence",
970
+ "group": "General",
971
+ "page": "",
972
+ "type": "float",
973
+ "dataType": "number",
974
+ "style": "",
975
+ "defaultValue": null,
976
+ "minValue": null,
977
+ "maxValue": null,
978
+ "step": null,
979
+ "menuItems": [],
980
+ "menuLabels": [],
981
+ "allowCustom": false,
982
+ "maxLength": null,
983
+ "pattern": null,
984
+ "isArray": false,
985
+ "arraySize": 1,
986
+ "dimensions": 1,
987
+ "description": "silence - Audio will go silent when movie ends. fade - Audio will fade out when movie ends. match -",
988
+ "tooltip": "",
989
+ "help": "",
990
+ "units": "",
991
+ "examples": [],
992
+ "isReadOnly": false,
993
+ "isAdvanced": false,
994
+ "isHidden": false,
995
+ "isAnimatable": true,
996
+ "isExpression": false,
997
+ "isPython": false,
998
+ "dependsOn": [],
999
+ "affects": [],
1000
+ "linkedTo": [],
1001
+ "expressionLanguage": "",
1002
+ "defaultExpression": "",
1003
+ "commonExpressions": [],
1004
+ "order": 0,
1005
+ "isVisible": true,
1006
+ "conditionalDisplay": null,
1007
+ "isValid": true,
1008
+ "validationErrors": [],
1009
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1010
+ "rawData": {},
1011
+ "sourceElement": null
1012
+ },
1013
+ {
1014
+ "id": null,
1015
+ "name": "Image Sequence Indexing",
1016
+ "label": "Image Sequence Indexing",
1017
+ "group": "General",
1018
+ "page": "",
1019
+ "type": "float",
1020
+ "dataType": "number",
1021
+ "style": "",
1022
+ "defaultValue": null,
1023
+ "minValue": null,
1024
+ "maxValue": null,
1025
+ "step": null,
1026
+ "menuItems": [],
1027
+ "menuLabels": [],
1028
+ "allowCustom": false,
1029
+ "maxLength": null,
1030
+ "pattern": null,
1031
+ "isArray": false,
1032
+ "arraySize": 1,
1033
+ "dimensions": 1,
1034
+ "description": "imageindexing - - Determines how an image sequence is ordered.\n\n zero - Index the sequence of images starting at 0, after sorting them alphanumerically. filename - Index the sequence of images using the numbers on the end of the filenames. I.e a file named flower400.tiff will be frame index 400, regardless of if there are other files in the directory before it.",
1035
+ "tooltip": "",
1036
+ "help": "",
1037
+ "units": "",
1038
+ "examples": [],
1039
+ "isReadOnly": false,
1040
+ "isAdvanced": false,
1041
+ "isHidden": false,
1042
+ "isAnimatable": true,
1043
+ "isExpression": false,
1044
+ "isPython": false,
1045
+ "dependsOn": [],
1046
+ "affects": [],
1047
+ "linkedTo": [],
1048
+ "expressionLanguage": "",
1049
+ "defaultExpression": "",
1050
+ "commonExpressions": [],
1051
+ "order": 0,
1052
+ "isVisible": true,
1053
+ "conditionalDisplay": null,
1054
+ "isValid": true,
1055
+ "validationErrors": [],
1056
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1057
+ "rawData": {},
1058
+ "sourceElement": null
1059
+ },
1060
+ {
1061
+ "id": null,
1062
+ "name": "Zero Based",
1063
+ "label": "Zero Based",
1064
+ "group": "General",
1065
+ "page": "",
1066
+ "type": "float",
1067
+ "dataType": "number",
1068
+ "style": "",
1069
+ "defaultValue": null,
1070
+ "minValue": null,
1071
+ "maxValue": null,
1072
+ "step": null,
1073
+ "menuItems": [],
1074
+ "menuLabels": [],
1075
+ "allowCustom": false,
1076
+ "maxLength": null,
1077
+ "pattern": null,
1078
+ "isArray": false,
1079
+ "arraySize": 1,
1080
+ "dimensions": 1,
1081
+ "description": "zero - Index the sequence of images starting at 0, after sorting them alphanumerically. filename - Index the sequence of images using the numbers on the end of the filenames. I.e a file named flower400.tiff will be frame index 400, regardless of if there are other files in the directory before it.",
1082
+ "tooltip": "",
1083
+ "help": "",
1084
+ "units": "",
1085
+ "examples": [],
1086
+ "isReadOnly": false,
1087
+ "isAdvanced": false,
1088
+ "isHidden": false,
1089
+ "isAnimatable": true,
1090
+ "isExpression": false,
1091
+ "isPython": false,
1092
+ "dependsOn": [],
1093
+ "affects": [],
1094
+ "linkedTo": [],
1095
+ "expressionLanguage": "",
1096
+ "defaultExpression": "",
1097
+ "commonExpressions": [],
1098
+ "order": 0,
1099
+ "isVisible": true,
1100
+ "conditionalDisplay": null,
1101
+ "isValid": true,
1102
+ "validationErrors": [],
1103
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1104
+ "rawData": {},
1105
+ "sourceElement": null
1106
+ },
1107
+ {
1108
+ "id": null,
1109
+ "name": "Timecode Object/CHOP/DAT",
1110
+ "label": "Timecode Object/CHOP/DAT",
1111
+ "group": "General",
1112
+ "page": "",
1113
+ "type": "float",
1114
+ "dataType": "number",
1115
+ "style": "",
1116
+ "defaultValue": null,
1117
+ "minValue": null,
1118
+ "maxValue": null,
1119
+ "step": null,
1120
+ "menuItems": [],
1121
+ "menuLabels": [],
1122
+ "allowCustom": false,
1123
+ "maxLength": null,
1124
+ "pattern": null,
1125
+ "isArray": false,
1126
+ "arraySize": 1,
1127
+ "dimensions": 1,
1128
+ "description": "timecodeop - Set the movie index with a reference to a timecode. Should be a reference to either a with channels 'hour', 'second', 'minute', 'frame', a with a timecode string in its first cell, or a Timecode Class object.",
1129
+ "tooltip": "",
1130
+ "help": "",
1131
+ "units": "",
1132
+ "examples": [],
1133
+ "isReadOnly": false,
1134
+ "isAdvanced": false,
1135
+ "isHidden": false,
1136
+ "isAnimatable": true,
1137
+ "isExpression": false,
1138
+ "isPython": false,
1139
+ "dependsOn": [],
1140
+ "affects": [],
1141
+ "linkedTo": [],
1142
+ "expressionLanguage": "",
1143
+ "defaultExpression": "",
1144
+ "commonExpressions": [],
1145
+ "order": 0,
1146
+ "isVisible": true,
1147
+ "conditionalDisplay": null,
1148
+ "isValid": true,
1149
+ "validationErrors": [],
1150
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1151
+ "rawData": {},
1152
+ "sourceElement": null
1153
+ },
1154
+ {
1155
+ "id": null,
1156
+ "name": "Interpolate Frames",
1157
+ "label": "Interpolate Frames",
1158
+ "group": "General",
1159
+ "page": "",
1160
+ "type": "float",
1161
+ "dataType": "number",
1162
+ "style": "",
1163
+ "defaultValue": null,
1164
+ "minValue": null,
1165
+ "maxValue": null,
1166
+ "step": null,
1167
+ "menuItems": [],
1168
+ "menuLabels": [],
1169
+ "allowCustom": false,
1170
+ "maxLength": null,
1171
+ "pattern": null,
1172
+ "isArray": false,
1173
+ "arraySize": 1,
1174
+ "dimensions": 1,
1175
+ "description": "interp - Interpolates between frames based based on exact time. For example, if the index (in frames) is 1.5, then frames 1 and 2 will be blended 50-50. If the index is 1.7 then 30% of frame 1 is blended with 70% of frame 2 and so on.",
1176
+ "tooltip": "",
1177
+ "help": "",
1178
+ "units": "",
1179
+ "examples": [],
1180
+ "isReadOnly": false,
1181
+ "isAdvanced": false,
1182
+ "isHidden": false,
1183
+ "isAnimatable": true,
1184
+ "isExpression": false,
1185
+ "isPython": false,
1186
+ "dependsOn": [],
1187
+ "affects": [],
1188
+ "linkedTo": [],
1189
+ "expressionLanguage": "",
1190
+ "defaultExpression": "",
1191
+ "commonExpressions": [],
1192
+ "order": 0,
1193
+ "isVisible": true,
1194
+ "conditionalDisplay": null,
1195
+ "isValid": true,
1196
+ "validationErrors": [],
1197
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1198
+ "rawData": {},
1199
+ "sourceElement": null
1200
+ },
1201
+ {
1202
+ "id": null,
1203
+ "name": "Deinterlace",
1204
+ "label": "Deinterlace",
1205
+ "group": "General",
1206
+ "page": "",
1207
+ "type": "float",
1208
+ "dataType": "number",
1209
+ "style": "",
1210
+ "defaultValue": null,
1211
+ "minValue": null,
1212
+ "maxValue": null,
1213
+ "step": null,
1214
+ "menuItems": [],
1215
+ "menuLabels": [],
1216
+ "allowCustom": false,
1217
+ "maxLength": null,
1218
+ "pattern": null,
1219
+ "isArray": false,
1220
+ "arraySize": 1,
1221
+ "dimensions": 1,
1222
+ "description": "deinterlace - - For movies that are stored as fields, where each image is made of two images interleaved together. A 30-frame per second movie would contain 60 fields per second. For each image, the even scanlines of the first field are interleaved with the odd scanlines of the second field. The Movie File In has several ways of dealing with this:\n\n off - Output the movie images unchanged. even - Take only the even scanlines of the file's images and create the odd scanlines by interpolating between the even scanlines. (For historic reasons, scanline 0 is at the top of the images for the purpose of the deinterlacing.) odd - bob -",
1223
+ "tooltip": "",
1224
+ "help": "",
1225
+ "units": "",
1226
+ "examples": [],
1227
+ "isReadOnly": false,
1228
+ "isAdvanced": false,
1229
+ "isHidden": false,
1230
+ "isAnimatable": true,
1231
+ "isExpression": false,
1232
+ "isPython": false,
1233
+ "dependsOn": [],
1234
+ "affects": [],
1235
+ "linkedTo": [],
1236
+ "expressionLanguage": "",
1237
+ "defaultExpression": "",
1238
+ "commonExpressions": [],
1239
+ "order": 0,
1240
+ "isVisible": true,
1241
+ "conditionalDisplay": null,
1242
+ "isValid": true,
1243
+ "validationErrors": [],
1244
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1245
+ "rawData": {},
1246
+ "sourceElement": null
1247
+ },
1248
+ {
1249
+ "id": null,
1250
+ "name": "Off",
1251
+ "label": "Off",
1252
+ "group": "General",
1253
+ "page": "",
1254
+ "type": "float",
1255
+ "dataType": "number",
1256
+ "style": "",
1257
+ "defaultValue": null,
1258
+ "minValue": null,
1259
+ "maxValue": null,
1260
+ "step": null,
1261
+ "menuItems": [],
1262
+ "menuLabels": [],
1263
+ "allowCustom": false,
1264
+ "maxLength": null,
1265
+ "pattern": null,
1266
+ "isArray": false,
1267
+ "arraySize": 1,
1268
+ "dimensions": 1,
1269
+ "description": "off - Output the movie images unchanged. even - Take only the even scanlines of the file's images and create the odd scanlines by interpolating between the even scanlines. (For historic reasons, scanline 0 is at the top of the images for the purpose of the deinterlacing.) odd - bob -",
1270
+ "tooltip": "",
1271
+ "help": "",
1272
+ "units": "",
1273
+ "examples": [],
1274
+ "isReadOnly": false,
1275
+ "isAdvanced": false,
1276
+ "isHidden": false,
1277
+ "isAnimatable": true,
1278
+ "isExpression": false,
1279
+ "isPython": false,
1280
+ "dependsOn": [],
1281
+ "affects": [],
1282
+ "linkedTo": [],
1283
+ "expressionLanguage": "",
1284
+ "defaultExpression": "",
1285
+ "commonExpressions": [],
1286
+ "order": 0,
1287
+ "isVisible": true,
1288
+ "conditionalDisplay": null,
1289
+ "isValid": true,
1290
+ "validationErrors": [],
1291
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1292
+ "rawData": {},
1293
+ "sourceElement": null
1294
+ },
1295
+ {
1296
+ "id": null,
1297
+ "name": "Field Precedence",
1298
+ "label": "Field Precedence",
1299
+ "group": "General",
1300
+ "page": "",
1301
+ "type": "float",
1302
+ "dataType": "number",
1303
+ "style": "",
1304
+ "defaultValue": null,
1305
+ "minValue": null,
1306
+ "maxValue": null,
1307
+ "step": null,
1308
+ "menuItems": [],
1309
+ "menuLabels": [],
1310
+ "allowCustom": false,
1311
+ "maxLength": null,
1312
+ "pattern": null,
1313
+ "isArray": false,
1314
+ "arraySize": 1,
1315
+ "dimensions": 1,
1316
+ "description": "precedence - - Where fields are extracted one field at a time, this will extract the Even field first by default, otehrwise it will extract the odd field first. The video industry has not standardized on one or the other.\n\n even - When the disk files are fragmented. The Movie File In will read frames of the movie into memory before they are used, this can eliminate pops or stutters in playback that occur from fragmented files, other resources accessing the hard drive, or movie looping. odd -",
1317
+ "tooltip": "",
1318
+ "help": "",
1319
+ "units": "",
1320
+ "examples": [],
1321
+ "isReadOnly": false,
1322
+ "isAdvanced": false,
1323
+ "isHidden": false,
1324
+ "isAnimatable": true,
1325
+ "isExpression": false,
1326
+ "isPython": false,
1327
+ "dependsOn": [],
1328
+ "affects": [],
1329
+ "linkedTo": [],
1330
+ "expressionLanguage": "",
1331
+ "defaultExpression": "",
1332
+ "commonExpressions": [],
1333
+ "order": 0,
1334
+ "isVisible": true,
1335
+ "conditionalDisplay": null,
1336
+ "isValid": true,
1337
+ "validationErrors": [],
1338
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1339
+ "rawData": {},
1340
+ "sourceElement": null
1341
+ },
1342
+ {
1343
+ "id": null,
1344
+ "name": "Even",
1345
+ "label": "Even",
1346
+ "group": "General",
1347
+ "page": "",
1348
+ "type": "float",
1349
+ "dataType": "number",
1350
+ "style": "",
1351
+ "defaultValue": null,
1352
+ "minValue": null,
1353
+ "maxValue": null,
1354
+ "step": null,
1355
+ "menuItems": [],
1356
+ "menuLabels": [],
1357
+ "allowCustom": false,
1358
+ "maxLength": null,
1359
+ "pattern": null,
1360
+ "isArray": false,
1361
+ "arraySize": 1,
1362
+ "dimensions": 1,
1363
+ "description": "even - When the disk files are fragmented. The Movie File In will read frames of the movie into memory before they are used, this can eliminate pops or stutters in playback that occur from fragmented files, other resources accessing the hard drive, or movie looping. odd -",
1364
+ "tooltip": "",
1365
+ "help": "",
1366
+ "units": "",
1367
+ "examples": [],
1368
+ "isReadOnly": false,
1369
+ "isAdvanced": false,
1370
+ "isHidden": false,
1371
+ "isAnimatable": true,
1372
+ "isExpression": false,
1373
+ "isPython": false,
1374
+ "dependsOn": [],
1375
+ "affects": [],
1376
+ "linkedTo": [],
1377
+ "expressionLanguage": "",
1378
+ "defaultExpression": "",
1379
+ "commonExpressions": [],
1380
+ "order": 0,
1381
+ "isVisible": true,
1382
+ "conditionalDisplay": null,
1383
+ "isValid": true,
1384
+ "validationErrors": [],
1385
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1386
+ "rawData": {},
1387
+ "sourceElement": null
1388
+ },
1389
+ {
1390
+ "id": null,
1391
+ "name": "Bottom Half is Alpha (AAA)",
1392
+ "label": "Bottom Half is Alpha (AAA)",
1393
+ "group": "General",
1394
+ "page": "",
1395
+ "type": "float",
1396
+ "dataType": "number",
1397
+ "style": "",
1398
+ "defaultValue": null,
1399
+ "minValue": null,
1400
+ "maxValue": null,
1401
+ "step": null,
1402
+ "menuItems": [],
1403
+ "menuLabels": [],
1404
+ "allowCustom": false,
1405
+ "maxLength": null,
1406
+ "pattern": null,
1407
+ "isArray": false,
1408
+ "arraySize": 1,
1409
+ "dimensions": 1,
1410
+ "description": "bottomhalfalpha - If enabled, the image/movie will have it's height halved, and the R channel from the pixels on the bottom half will be treated as if they were the alpha channel for the top half. Useful for cases where the image format does not support alpha natively.",
1411
+ "tooltip": "",
1412
+ "help": "",
1413
+ "units": "",
1414
+ "examples": [],
1415
+ "isReadOnly": false,
1416
+ "isAdvanced": false,
1417
+ "isHidden": false,
1418
+ "isAnimatable": true,
1419
+ "isExpression": false,
1420
+ "isPython": false,
1421
+ "dependsOn": [],
1422
+ "affects": [],
1423
+ "linkedTo": [],
1424
+ "expressionLanguage": "",
1425
+ "defaultExpression": "",
1426
+ "commonExpressions": [],
1427
+ "order": 0,
1428
+ "isVisible": true,
1429
+ "conditionalDisplay": null,
1430
+ "isValid": true,
1431
+ "validationErrors": [],
1432
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1433
+ "rawData": {},
1434
+ "sourceElement": null
1435
+ },
1436
+ {
1437
+ "id": null,
1438
+ "name": "Multiply RGB by Alpha",
1439
+ "label": "Multiply RGB by Alpha",
1440
+ "group": "General",
1441
+ "page": "",
1442
+ "type": "float",
1443
+ "dataType": "number",
1444
+ "style": "",
1445
+ "defaultValue": null,
1446
+ "minValue": null,
1447
+ "maxValue": null,
1448
+ "step": null,
1449
+ "menuItems": [],
1450
+ "menuLabels": [],
1451
+ "allowCustom": false,
1452
+ "maxLength": null,
1453
+ "pattern": null,
1454
+ "isArray": false,
1455
+ "arraySize": 1,
1456
+ "dimensions": 1,
1457
+ "description": "multalpha - - Premultiplies the image.\n\n off - on - automatic -",
1458
+ "tooltip": "",
1459
+ "help": "",
1460
+ "units": "",
1461
+ "examples": [],
1462
+ "isReadOnly": false,
1463
+ "isAdvanced": false,
1464
+ "isHidden": false,
1465
+ "isAnimatable": true,
1466
+ "isExpression": false,
1467
+ "isPython": false,
1468
+ "dependsOn": [],
1469
+ "affects": [],
1470
+ "linkedTo": [],
1471
+ "expressionLanguage": "",
1472
+ "defaultExpression": "",
1473
+ "commonExpressions": [],
1474
+ "order": 0,
1475
+ "isVisible": true,
1476
+ "conditionalDisplay": null,
1477
+ "isValid": true,
1478
+ "validationErrors": [],
1479
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1480
+ "rawData": {},
1481
+ "sourceElement": null
1482
+ },
1483
+ {
1484
+ "id": null,
1485
+ "name": "Input is sRGB",
1486
+ "label": "Input is sRGB",
1487
+ "group": "General",
1488
+ "page": "",
1489
+ "type": "float",
1490
+ "dataType": "number",
1491
+ "style": "",
1492
+ "defaultValue": null,
1493
+ "minValue": null,
1494
+ "maxValue": null,
1495
+ "step": null,
1496
+ "menuItems": [],
1497
+ "menuLabels": [],
1498
+ "allowCustom": false,
1499
+ "maxLength": null,
1500
+ "pattern": null,
1501
+ "isArray": false,
1502
+ "arraySize": 1,
1503
+ "dimensions": 1,
1504
+ "description": "inputsrgb - If the input image is 8-bit and sRGB color space, enable this to have treated as such.",
1505
+ "tooltip": "",
1506
+ "help": "",
1507
+ "units": "",
1508
+ "examples": [],
1509
+ "isReadOnly": false,
1510
+ "isAdvanced": false,
1511
+ "isHidden": false,
1512
+ "isAnimatable": true,
1513
+ "isExpression": false,
1514
+ "isPython": false,
1515
+ "dependsOn": [],
1516
+ "affects": [],
1517
+ "linkedTo": [],
1518
+ "expressionLanguage": "",
1519
+ "defaultExpression": "",
1520
+ "commonExpressions": [],
1521
+ "order": 0,
1522
+ "isVisible": true,
1523
+ "conditionalDisplay": null,
1524
+ "isValid": true,
1525
+ "validationErrors": [],
1526
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1527
+ "rawData": {},
1528
+ "sourceElement": null
1529
+ },
1530
+ {
1531
+ "id": null,
1532
+ "name": "Loading/Error Image",
1533
+ "label": "Loading/Error Image",
1534
+ "group": "General",
1535
+ "page": "",
1536
+ "type": "float",
1537
+ "dataType": "number",
1538
+ "style": "",
1539
+ "defaultValue": null,
1540
+ "minValue": null,
1541
+ "maxValue": null,
1542
+ "step": null,
1543
+ "menuItems": [],
1544
+ "menuLabels": [],
1545
+ "allowCustom": false,
1546
+ "maxLength": null,
1547
+ "pattern": null,
1548
+ "isArray": false,
1549
+ "arraySize": 1,
1550
+ "dimensions": 1,
1551
+ "description": "loadingerrorimage - - When the file can not be loaded for some reason, select what to display instead.\n\n coloredbottomright - Show a colored square in the bottom right. Red means failed to load, grey means still loading. zero - Show a blank frame.",
1552
+ "tooltip": "",
1553
+ "help": "",
1554
+ "units": "",
1555
+ "examples": [],
1556
+ "isReadOnly": false,
1557
+ "isAdvanced": false,
1558
+ "isHidden": false,
1559
+ "isAnimatable": true,
1560
+ "isExpression": false,
1561
+ "isPython": false,
1562
+ "dependsOn": [],
1563
+ "affects": [],
1564
+ "linkedTo": [],
1565
+ "expressionLanguage": "",
1566
+ "defaultExpression": "",
1567
+ "commonExpressions": [],
1568
+ "order": 0,
1569
+ "isVisible": true,
1570
+ "conditionalDisplay": null,
1571
+ "isValid": true,
1572
+ "validationErrors": [],
1573
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1574
+ "rawData": {},
1575
+ "sourceElement": null
1576
+ },
1577
+ {
1578
+ "id": null,
1579
+ "name": "Colored Bottom Right Square",
1580
+ "label": "Colored Bottom Right Square",
1581
+ "group": "General",
1582
+ "page": "",
1583
+ "type": "float",
1584
+ "dataType": "number",
1585
+ "style": "",
1586
+ "defaultValue": null,
1587
+ "minValue": null,
1588
+ "maxValue": null,
1589
+ "step": null,
1590
+ "menuItems": [],
1591
+ "menuLabels": [],
1592
+ "allowCustom": false,
1593
+ "maxLength": null,
1594
+ "pattern": null,
1595
+ "isArray": false,
1596
+ "arraySize": 1,
1597
+ "dimensions": 1,
1598
+ "description": "coloredbottomright - Show a colored square in the bottom right. Red means failed to load, grey means still loading. zero - Show a blank frame.",
1599
+ "tooltip": "",
1600
+ "help": "",
1601
+ "units": "",
1602
+ "examples": [],
1603
+ "isReadOnly": false,
1604
+ "isAdvanced": false,
1605
+ "isHidden": false,
1606
+ "isAnimatable": true,
1607
+ "isExpression": false,
1608
+ "isPython": false,
1609
+ "dependsOn": [],
1610
+ "affects": [],
1611
+ "linkedTo": [],
1612
+ "expressionLanguage": "",
1613
+ "defaultExpression": "",
1614
+ "commonExpressions": [],
1615
+ "order": 0,
1616
+ "isVisible": true,
1617
+ "conditionalDisplay": null,
1618
+ "isValid": true,
1619
+ "validationErrors": [],
1620
+ "lastUpdated": "2025-08-07T07:50:04.350Z",
1621
+ "rawData": {},
1622
+ "sourceElement": null
1623
+ },
1624
+ {
1625
+ "id": null,
1626
+ "name": "Trim",
1627
+ "label": "Trim",
1628
+ "group": "General",
1629
+ "page": "",
1630
+ "type": "float",
1631
+ "dataType": "number",
1632
+ "style": "",
1633
+ "defaultValue": null,
1634
+ "minValue": null,
1635
+ "maxValue": null,
1636
+ "step": null,
1637
+ "menuItems": [],
1638
+ "menuLabels": [],
1639
+ "allowCustom": false,
1640
+ "maxLength": null,
1641
+ "pattern": null,
1642
+ "isArray": false,
1643
+ "arraySize": 1,
1644
+ "dimensions": 1,
1645
+ "description": "trim - Enables the parameters below to set trim in and out points.",
1646
+ "tooltip": "",
1647
+ "help": "",
1648
+ "units": "",
1649
+ "examples": [],
1650
+ "isReadOnly": false,
1651
+ "isAdvanced": false,
1652
+ "isHidden": false,
1653
+ "isAnimatable": true,
1654
+ "isExpression": false,
1655
+ "isPython": false,
1656
+ "dependsOn": [],
1657
+ "affects": [],
1658
+ "linkedTo": [],
1659
+ "expressionLanguage": "",
1660
+ "defaultExpression": "",
1661
+ "commonExpressions": [],
1662
+ "order": 0,
1663
+ "isVisible": true,
1664
+ "conditionalDisplay": null,
1665
+ "isValid": true,
1666
+ "validationErrors": [],
1667
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1668
+ "rawData": {},
1669
+ "sourceElement": null
1670
+ },
1671
+ {
1672
+ "id": null,
1673
+ "name": "Trim Start",
1674
+ "label": "Trim Start",
1675
+ "group": "General",
1676
+ "page": "",
1677
+ "type": "float",
1678
+ "dataType": "number",
1679
+ "style": "",
1680
+ "defaultValue": null,
1681
+ "minValue": null,
1682
+ "maxValue": null,
1683
+ "step": null,
1684
+ "menuItems": [],
1685
+ "menuLabels": [],
1686
+ "allowCustom": false,
1687
+ "maxLength": null,
1688
+ "pattern": null,
1689
+ "isArray": false,
1690
+ "arraySize": 1,
1691
+ "dimensions": 1,
1692
+ "description": "tstart - Trim the starting point of the movie.",
1693
+ "tooltip": "",
1694
+ "help": "",
1695
+ "units": "",
1696
+ "examples": [],
1697
+ "isReadOnly": false,
1698
+ "isAdvanced": false,
1699
+ "isHidden": false,
1700
+ "isAnimatable": true,
1701
+ "isExpression": false,
1702
+ "isPython": false,
1703
+ "dependsOn": [],
1704
+ "affects": [],
1705
+ "linkedTo": [],
1706
+ "expressionLanguage": "",
1707
+ "defaultExpression": "",
1708
+ "commonExpressions": [],
1709
+ "order": 0,
1710
+ "isVisible": true,
1711
+ "conditionalDisplay": null,
1712
+ "isValid": true,
1713
+ "validationErrors": [],
1714
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1715
+ "rawData": {},
1716
+ "sourceElement": null
1717
+ },
1718
+ {
1719
+ "id": null,
1720
+ "name": "Trim Start Unit",
1721
+ "label": "Trim Start Unit",
1722
+ "group": "General",
1723
+ "page": "",
1724
+ "type": "float",
1725
+ "dataType": "number",
1726
+ "style": "",
1727
+ "defaultValue": null,
1728
+ "minValue": null,
1729
+ "maxValue": null,
1730
+ "step": null,
1731
+ "menuItems": [],
1732
+ "menuLabels": [],
1733
+ "allowCustom": false,
1734
+ "maxLength": null,
1735
+ "pattern": null,
1736
+ "isArray": false,
1737
+ "arraySize": 1,
1738
+ "dimensions": 1,
1739
+ "description": "tstartunit - - Select the units for this parameter from Index, Frames, Seconds, and Fraction (percentage).\n\n indices - frames - seconds - fraction -",
1740
+ "tooltip": "",
1741
+ "help": "",
1742
+ "units": "",
1743
+ "examples": [],
1744
+ "isReadOnly": false,
1745
+ "isAdvanced": false,
1746
+ "isHidden": false,
1747
+ "isAnimatable": true,
1748
+ "isExpression": false,
1749
+ "isPython": false,
1750
+ "dependsOn": [],
1751
+ "affects": [],
1752
+ "linkedTo": [],
1753
+ "expressionLanguage": "",
1754
+ "defaultExpression": "",
1755
+ "commonExpressions": [],
1756
+ "order": 0,
1757
+ "isVisible": true,
1758
+ "conditionalDisplay": null,
1759
+ "isValid": true,
1760
+ "validationErrors": [],
1761
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1762
+ "rawData": {},
1763
+ "sourceElement": null
1764
+ },
1765
+ {
1766
+ "id": null,
1767
+ "name": "Trim End",
1768
+ "label": "Trim End",
1769
+ "group": "General",
1770
+ "page": "",
1771
+ "type": "float",
1772
+ "dataType": "number",
1773
+ "style": "",
1774
+ "defaultValue": null,
1775
+ "minValue": null,
1776
+ "maxValue": null,
1777
+ "step": null,
1778
+ "menuItems": [],
1779
+ "menuLabels": [],
1780
+ "allowCustom": false,
1781
+ "maxLength": null,
1782
+ "pattern": null,
1783
+ "isArray": false,
1784
+ "arraySize": 1,
1785
+ "dimensions": 1,
1786
+ "description": "tend - Trim the ending point of the movie.",
1787
+ "tooltip": "",
1788
+ "help": "",
1789
+ "units": "",
1790
+ "examples": [],
1791
+ "isReadOnly": false,
1792
+ "isAdvanced": false,
1793
+ "isHidden": false,
1794
+ "isAnimatable": true,
1795
+ "isExpression": false,
1796
+ "isPython": false,
1797
+ "dependsOn": [],
1798
+ "affects": [],
1799
+ "linkedTo": [],
1800
+ "expressionLanguage": "",
1801
+ "defaultExpression": "",
1802
+ "commonExpressions": [],
1803
+ "order": 0,
1804
+ "isVisible": true,
1805
+ "conditionalDisplay": null,
1806
+ "isValid": true,
1807
+ "validationErrors": [],
1808
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1809
+ "rawData": {},
1810
+ "sourceElement": null
1811
+ },
1812
+ {
1813
+ "id": null,
1814
+ "name": "Trim End Unit",
1815
+ "label": "Trim End Unit",
1816
+ "group": "General",
1817
+ "page": "",
1818
+ "type": "float",
1819
+ "dataType": "number",
1820
+ "style": "",
1821
+ "defaultValue": null,
1822
+ "minValue": null,
1823
+ "maxValue": null,
1824
+ "step": null,
1825
+ "menuItems": [],
1826
+ "menuLabels": [],
1827
+ "allowCustom": false,
1828
+ "maxLength": null,
1829
+ "pattern": null,
1830
+ "isArray": false,
1831
+ "arraySize": 1,
1832
+ "dimensions": 1,
1833
+ "description": "tendunit - - Select the units for this parameter from Index, Frames, Seconds, and Fraction (percentage).\n\n indices - frames - seconds - fraction -",
1834
+ "tooltip": "",
1835
+ "help": "",
1836
+ "units": "",
1837
+ "examples": [],
1838
+ "isReadOnly": false,
1839
+ "isAdvanced": false,
1840
+ "isHidden": false,
1841
+ "isAnimatable": true,
1842
+ "isExpression": false,
1843
+ "isPython": false,
1844
+ "dependsOn": [],
1845
+ "affects": [],
1846
+ "linkedTo": [],
1847
+ "expressionLanguage": "",
1848
+ "defaultExpression": "",
1849
+ "commonExpressions": [],
1850
+ "order": 0,
1851
+ "isVisible": true,
1852
+ "conditionalDisplay": null,
1853
+ "isValid": true,
1854
+ "validationErrors": [],
1855
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1856
+ "rawData": {},
1857
+ "sourceElement": null
1858
+ },
1859
+ {
1860
+ "id": null,
1861
+ "name": "Extend Left",
1862
+ "label": "Extend Left",
1863
+ "group": "General",
1864
+ "page": "",
1865
+ "type": "float",
1866
+ "dataType": "number",
1867
+ "style": "",
1868
+ "defaultValue": null,
1869
+ "minValue": null,
1870
+ "maxValue": null,
1871
+ "step": null,
1872
+ "menuItems": [],
1873
+ "menuLabels": [],
1874
+ "allowCustom": false,
1875
+ "maxLength": null,
1876
+ "pattern": null,
1877
+ "isArray": false,
1878
+ "arraySize": 1,
1879
+ "dimensions": 1,
1880
+ "description": "textendleft - - Determines how the Movie File In handles movie positions that lie before the Trim Start position. For example, if Trim Start is set to 1, and the movie's current index is -10, the Extend Left menu determines how the movie position is calculated.\n\n hold - Displays the first frame in the movie range (the frame specified by Trim Start) for any position before Trim Start. cycle - Loops the movie range continuously. mirror - Loops the movie range in a zig-zag pattern. For example, playing backwards from Trim Start the movie will index will climb towards Trim End, at which point is will decend down towards Trim Start again and continue to zig-zag (or mirror) the further the movie plays backwards. black - Displays black frame for any movie position before Trim Start. zero -",
1881
+ "tooltip": "",
1882
+ "help": "",
1883
+ "units": "",
1884
+ "examples": [],
1885
+ "isReadOnly": false,
1886
+ "isAdvanced": false,
1887
+ "isHidden": false,
1888
+ "isAnimatable": true,
1889
+ "isExpression": false,
1890
+ "isPython": false,
1891
+ "dependsOn": [],
1892
+ "affects": [],
1893
+ "linkedTo": [],
1894
+ "expressionLanguage": "",
1895
+ "defaultExpression": "",
1896
+ "commonExpressions": [],
1897
+ "order": 0,
1898
+ "isVisible": true,
1899
+ "conditionalDisplay": null,
1900
+ "isValid": true,
1901
+ "validationErrors": [],
1902
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1903
+ "rawData": {},
1904
+ "sourceElement": null
1905
+ },
1906
+ {
1907
+ "id": null,
1908
+ "name": "Hold",
1909
+ "label": "Hold",
1910
+ "group": "General",
1911
+ "page": "",
1912
+ "type": "float",
1913
+ "dataType": "number",
1914
+ "style": "",
1915
+ "defaultValue": null,
1916
+ "minValue": null,
1917
+ "maxValue": null,
1918
+ "step": null,
1919
+ "menuItems": [],
1920
+ "menuLabels": [],
1921
+ "allowCustom": false,
1922
+ "maxLength": null,
1923
+ "pattern": null,
1924
+ "isArray": false,
1925
+ "arraySize": 1,
1926
+ "dimensions": 1,
1927
+ "description": "hold - Displays the first frame in the movie range (the frame specified by Trim Start) for any position before Trim Start. cycle - Loops the movie range continuously. mirror - Loops the movie range in a zig-zag pattern. For example, playing backwards from Trim Start the movie will index will climb towards Trim End, at which point is will decend down towards Trim Start again and continue to zig-zag (or mirror) the further the movie plays backwards. black - Displays black frame for any movie position before Trim Start. zero -",
1928
+ "tooltip": "",
1929
+ "help": "",
1930
+ "units": "",
1931
+ "examples": [],
1932
+ "isReadOnly": false,
1933
+ "isAdvanced": false,
1934
+ "isHidden": false,
1935
+ "isAnimatable": true,
1936
+ "isExpression": false,
1937
+ "isPython": false,
1938
+ "dependsOn": [],
1939
+ "affects": [],
1940
+ "linkedTo": [],
1941
+ "expressionLanguage": "",
1942
+ "defaultExpression": "",
1943
+ "commonExpressions": [],
1944
+ "order": 0,
1945
+ "isVisible": true,
1946
+ "conditionalDisplay": null,
1947
+ "isValid": true,
1948
+ "validationErrors": [],
1949
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1950
+ "rawData": {},
1951
+ "sourceElement": null
1952
+ },
1953
+ {
1954
+ "id": null,
1955
+ "name": "Extend Right",
1956
+ "label": "Extend Right",
1957
+ "group": "General",
1958
+ "page": "",
1959
+ "type": "float",
1960
+ "dataType": "number",
1961
+ "style": "",
1962
+ "defaultValue": null,
1963
+ "minValue": null,
1964
+ "maxValue": null,
1965
+ "step": null,
1966
+ "menuItems": [],
1967
+ "menuLabels": [],
1968
+ "allowCustom": false,
1969
+ "maxLength": null,
1970
+ "pattern": null,
1971
+ "isArray": false,
1972
+ "arraySize": 1,
1973
+ "dimensions": 1,
1974
+ "description": "textendright - - Determines how the Movie File In handles movie positions that lie after the Trim End position. For example, if Trim End is set to 20, and the movie's current index is 25, the Extend Right menu determines how the movie position is calculated.\n\n hold - Displays the last frame in the movie range (the frame specified by Trim End) for any position after Trim End. cycle - Loops the movie range continuously. mirror - Loops the movie range in a zig-zag pattern. For example, playing forwards from Trim End the movie will index will start decending towards Trim Start, at which point is will start climbing towards Trim End and continue to zig-zag (or mirror) the further the movie plays. black - Displays black frame for any movie position after Trim End. zero -",
1975
+ "tooltip": "",
1976
+ "help": "",
1977
+ "units": "",
1978
+ "examples": [],
1979
+ "isReadOnly": false,
1980
+ "isAdvanced": false,
1981
+ "isHidden": false,
1982
+ "isAnimatable": true,
1983
+ "isExpression": false,
1984
+ "isPython": false,
1985
+ "dependsOn": [],
1986
+ "affects": [],
1987
+ "linkedTo": [],
1988
+ "expressionLanguage": "",
1989
+ "defaultExpression": "",
1990
+ "commonExpressions": [],
1991
+ "order": 0,
1992
+ "isVisible": true,
1993
+ "conditionalDisplay": null,
1994
+ "isValid": true,
1995
+ "validationErrors": [],
1996
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
1997
+ "rawData": {},
1998
+ "sourceElement": null
1999
+ },
2000
+ {
2001
+ "id": null,
2002
+ "name": "Override Sample Rate",
2003
+ "label": "Override Sample Rate",
2004
+ "group": "General",
2005
+ "page": "",
2006
+ "type": "float",
2007
+ "dataType": "number",
2008
+ "style": "",
2009
+ "defaultValue": null,
2010
+ "minValue": null,
2011
+ "maxValue": null,
2012
+ "step": null,
2013
+ "menuItems": [],
2014
+ "menuLabels": [],
2015
+ "allowCustom": false,
2016
+ "maxLength": null,
2017
+ "pattern": null,
2018
+ "isArray": false,
2019
+ "arraySize": 1,
2020
+ "dimensions": 1,
2021
+ "description": "overridesample - Turn On to change the sample rate of the movie. When loading an image sequence, use these parameters to set the playback speed for the sequence.",
2022
+ "tooltip": "",
2023
+ "help": "",
2024
+ "units": "",
2025
+ "examples": [],
2026
+ "isReadOnly": false,
2027
+ "isAdvanced": false,
2028
+ "isHidden": false,
2029
+ "isAnimatable": true,
2030
+ "isExpression": false,
2031
+ "isPython": false,
2032
+ "dependsOn": [],
2033
+ "affects": [],
2034
+ "linkedTo": [],
2035
+ "expressionLanguage": "",
2036
+ "defaultExpression": "",
2037
+ "commonExpressions": [],
2038
+ "order": 0,
2039
+ "isVisible": true,
2040
+ "conditionalDisplay": null,
2041
+ "isValid": true,
2042
+ "validationErrors": [],
2043
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2044
+ "rawData": {},
2045
+ "sourceElement": null
2046
+ },
2047
+ {
2048
+ "id": null,
2049
+ "name": "Sample Rate",
2050
+ "label": "Sample Rate",
2051
+ "group": "General",
2052
+ "page": "",
2053
+ "type": "float",
2054
+ "dataType": "number",
2055
+ "style": "",
2056
+ "defaultValue": null,
2057
+ "minValue": null,
2058
+ "maxValue": null,
2059
+ "step": null,
2060
+ "menuItems": [],
2061
+ "menuLabels": [],
2062
+ "allowCustom": false,
2063
+ "maxLength": null,
2064
+ "pattern": null,
2065
+ "isArray": false,
2066
+ "arraySize": 1,
2067
+ "dimensions": 1,
2068
+ "description": "samplerate - Set the sample rate for playback when 'Override ' above is On.",
2069
+ "tooltip": "",
2070
+ "help": "",
2071
+ "units": "",
2072
+ "examples": [],
2073
+ "isReadOnly": false,
2074
+ "isAdvanced": false,
2075
+ "isHidden": false,
2076
+ "isAnimatable": true,
2077
+ "isExpression": false,
2078
+ "isPython": false,
2079
+ "dependsOn": [],
2080
+ "affects": [],
2081
+ "linkedTo": [],
2082
+ "expressionLanguage": "",
2083
+ "defaultExpression": "",
2084
+ "commonExpressions": [],
2085
+ "order": 0,
2086
+ "isVisible": true,
2087
+ "conditionalDisplay": null,
2088
+ "isValid": true,
2089
+ "validationErrors": [],
2090
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2091
+ "rawData": {},
2092
+ "sourceElement": null
2093
+ },
2094
+ {
2095
+ "id": null,
2096
+ "name": "Pre-Read Frames",
2097
+ "label": "Pre-Read Frames",
2098
+ "group": "General",
2099
+ "page": "",
2100
+ "type": "float",
2101
+ "dataType": "number",
2102
+ "style": "",
2103
+ "defaultValue": null,
2104
+ "minValue": null,
2105
+ "maxValue": null,
2106
+ "step": null,
2107
+ "menuItems": [],
2108
+ "menuLabels": [],
2109
+ "allowCustom": false,
2110
+ "maxLength": null,
2111
+ "pattern": null,
2112
+ "isArray": false,
2113
+ "arraySize": 1,
2114
+ "dimensions": 1,
2115
+ "description": "prereadframes - Sets how many video frames TouchDesigner reads ahead and stores in memory. The Movie File In will read and decode frames of the movie into CPU memory before they are used, this can eliminate pops or stutters in playback that occur from some frames taking too long to decode, other resources accessing the hard drive, or movie looping. When reading a sequence of image, having more Pre Read Frames will allow multiple images to be decode at the same time. This allows playback of heavy file formats such as .exr in real-time, assuming the machine has enough CPU cores.",
2116
+ "tooltip": "",
2117
+ "help": "",
2118
+ "units": "",
2119
+ "examples": [],
2120
+ "isReadOnly": false,
2121
+ "isAdvanced": false,
2122
+ "isHidden": false,
2123
+ "isAnimatable": true,
2124
+ "isExpression": false,
2125
+ "isPython": false,
2126
+ "dependsOn": [],
2127
+ "affects": [],
2128
+ "linkedTo": [],
2129
+ "expressionLanguage": "",
2130
+ "defaultExpression": "",
2131
+ "commonExpressions": [],
2132
+ "order": 0,
2133
+ "isVisible": true,
2134
+ "conditionalDisplay": null,
2135
+ "isValid": true,
2136
+ "validationErrors": [],
2137
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2138
+ "rawData": {},
2139
+ "sourceElement": null
2140
+ },
2141
+ {
2142
+ "id": null,
2143
+ "name": "Frame Read Timeout",
2144
+ "label": "Frame Read Timeout",
2145
+ "group": "General",
2146
+ "page": "",
2147
+ "type": "float",
2148
+ "dataType": "number",
2149
+ "style": "",
2150
+ "defaultValue": null,
2151
+ "minValue": null,
2152
+ "maxValue": null,
2153
+ "step": null,
2154
+ "menuItems": [],
2155
+ "menuLabels": [],
2156
+ "allowCustom": false,
2157
+ "maxLength": null,
2158
+ "pattern": null,
2159
+ "isArray": false,
2160
+ "arraySize": 1,
2161
+ "dimensions": 1,
2162
+ "description": "frametimeout - The time (in milliseconds) TouchDesigner will wait for a frame from the hard drive before giving up. If the Disk Read Timeout time is reached, that frame is simply skipped. This also works for network files that are downloaded via http://.",
2163
+ "tooltip": "",
2164
+ "help": "",
2165
+ "units": "",
2166
+ "examples": [],
2167
+ "isReadOnly": false,
2168
+ "isAdvanced": false,
2169
+ "isHidden": false,
2170
+ "isAnimatable": true,
2171
+ "isExpression": false,
2172
+ "isPython": false,
2173
+ "dependsOn": [],
2174
+ "affects": [],
2175
+ "linkedTo": [],
2176
+ "expressionLanguage": "",
2177
+ "defaultExpression": "",
2178
+ "commonExpressions": [],
2179
+ "order": 0,
2180
+ "isVisible": true,
2181
+ "conditionalDisplay": null,
2182
+ "isValid": true,
2183
+ "validationErrors": [],
2184
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2185
+ "rawData": {},
2186
+ "sourceElement": null
2187
+ },
2188
+ {
2189
+ "id": null,
2190
+ "name": "Frame Timeout Strategy",
2191
+ "label": "Frame Timeout Strategy",
2192
+ "group": "General",
2193
+ "page": "",
2194
+ "type": "float",
2195
+ "dataType": "number",
2196
+ "style": "",
2197
+ "defaultValue": null,
2198
+ "minValue": null,
2199
+ "maxValue": null,
2200
+ "step": null,
2201
+ "menuItems": [],
2202
+ "menuLabels": [],
2203
+ "allowCustom": false,
2204
+ "maxLength": null,
2205
+ "pattern": null,
2206
+ "isArray": false,
2207
+ "arraySize": 1,
2208
+ "dimensions": 1,
2209
+ "description": "frametimeoutstrat - - When on, if the Disk Read Timeout is reached TouchDesigner will use the latest available frame in place of the skipped frame.\n\n keep - Keep showing the same frame that is currently being output. playback - Try to pick the best frame for playback. This may be a newer frame that what is shown, but not quite the frame that is requested. seeking - Try to show any frame, either before or after the target frame. Good for when seeking the movie via a shuttle widget in a UI.",
2210
+ "tooltip": "",
2211
+ "help": "",
2212
+ "units": "",
2213
+ "examples": [],
2214
+ "isReadOnly": false,
2215
+ "isAdvanced": false,
2216
+ "isHidden": false,
2217
+ "isAnimatable": true,
2218
+ "isExpression": false,
2219
+ "isPython": false,
2220
+ "dependsOn": [],
2221
+ "affects": [],
2222
+ "linkedTo": [],
2223
+ "expressionLanguage": "",
2224
+ "defaultExpression": "",
2225
+ "commonExpressions": [],
2226
+ "order": 0,
2227
+ "isVisible": true,
2228
+ "conditionalDisplay": null,
2229
+ "isValid": true,
2230
+ "validationErrors": [],
2231
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2232
+ "rawData": {},
2233
+ "sourceElement": null
2234
+ },
2235
+ {
2236
+ "id": null,
2237
+ "name": "Keep Frame",
2238
+ "label": "Keep Frame",
2239
+ "group": "General",
2240
+ "page": "",
2241
+ "type": "float",
2242
+ "dataType": "number",
2243
+ "style": "",
2244
+ "defaultValue": null,
2245
+ "minValue": null,
2246
+ "maxValue": null,
2247
+ "step": null,
2248
+ "menuItems": [],
2249
+ "menuLabels": [],
2250
+ "allowCustom": false,
2251
+ "maxLength": null,
2252
+ "pattern": null,
2253
+ "isArray": false,
2254
+ "arraySize": 1,
2255
+ "dimensions": 1,
2256
+ "description": "keep - Keep showing the same frame that is currently being output. playback - Try to pick the best frame for playback. This may be a newer frame that what is shown, but not quite the frame that is requested. seeking - Try to show any frame, either before or after the target frame. Good for when seeking the movie via a shuttle widget in a UI.",
2257
+ "tooltip": "",
2258
+ "help": "",
2259
+ "units": "",
2260
+ "examples": [],
2261
+ "isReadOnly": false,
2262
+ "isAdvanced": false,
2263
+ "isHidden": false,
2264
+ "isAnimatable": true,
2265
+ "isExpression": false,
2266
+ "isPython": false,
2267
+ "dependsOn": [],
2268
+ "affects": [],
2269
+ "linkedTo": [],
2270
+ "expressionLanguage": "",
2271
+ "defaultExpression": "",
2272
+ "commonExpressions": [],
2273
+ "order": 0,
2274
+ "isVisible": true,
2275
+ "conditionalDisplay": null,
2276
+ "isValid": true,
2277
+ "validationErrors": [],
2278
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2279
+ "rawData": {},
2280
+ "sourceElement": null
2281
+ },
2282
+ {
2283
+ "id": null,
2284
+ "name": "Always Load Initial Frame",
2285
+ "label": "Always Load Initial Frame",
2286
+ "group": "General",
2287
+ "page": "",
2288
+ "type": "float",
2289
+ "dataType": "number",
2290
+ "style": "",
2291
+ "defaultValue": null,
2292
+ "minValue": null,
2293
+ "maxValue": null,
2294
+ "step": null,
2295
+ "menuItems": [],
2296
+ "menuLabels": [],
2297
+ "allowCustom": false,
2298
+ "maxLength": null,
2299
+ "pattern": null,
2300
+ "isArray": false,
2301
+ "arraySize": 1,
2302
+ "dimensions": 1,
2303
+ "description": "alwaysloadinitial - If this parameter is turned on, then for the first loaded frame the Frame Read Timeout will be ignored, and it will always wait for the first frame to ensure the node always starts up with a valid image.",
2304
+ "tooltip": "",
2305
+ "help": "",
2306
+ "units": "",
2307
+ "examples": [],
2308
+ "isReadOnly": false,
2309
+ "isAdvanced": false,
2310
+ "isHidden": false,
2311
+ "isAnimatable": true,
2312
+ "isExpression": false,
2313
+ "isPython": false,
2314
+ "dependsOn": [],
2315
+ "affects": [],
2316
+ "linkedTo": [],
2317
+ "expressionLanguage": "",
2318
+ "defaultExpression": "",
2319
+ "commonExpressions": [],
2320
+ "order": 0,
2321
+ "isVisible": true,
2322
+ "conditionalDisplay": null,
2323
+ "isValid": true,
2324
+ "validationErrors": [],
2325
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2326
+ "rawData": {},
2327
+ "sourceElement": null
2328
+ },
2329
+ {
2330
+ "id": null,
2331
+ "name": "File Open Timeout",
2332
+ "label": "File Open Timeout",
2333
+ "group": "General",
2334
+ "page": "",
2335
+ "type": "float",
2336
+ "dataType": "number",
2337
+ "style": "",
2338
+ "defaultValue": null,
2339
+ "minValue": null,
2340
+ "maxValue": null,
2341
+ "step": null,
2342
+ "menuItems": [],
2343
+ "menuLabels": [],
2344
+ "allowCustom": false,
2345
+ "maxLength": null,
2346
+ "pattern": null,
2347
+ "isArray": false,
2348
+ "arraySize": 1,
2349
+ "dimensions": 1,
2350
+ "description": "opentimeout - The time (in milliseconds) TouchDesigner will wait for a movie to open. If the Disk Open Timout is reached, the Movie File In will stop waiting and make its image all black, with a grey square in the bottom right corner. If the file still isn't opened the next time the cooks, it'll wait again, and do the same. It'll keep doing this until the file is opened, or the open fails.",
2351
+ "tooltip": "",
2352
+ "help": "",
2353
+ "units": "",
2354
+ "examples": [],
2355
+ "isReadOnly": false,
2356
+ "isAdvanced": false,
2357
+ "isHidden": false,
2358
+ "isAnimatable": true,
2359
+ "isExpression": false,
2360
+ "isPython": false,
2361
+ "dependsOn": [],
2362
+ "affects": [],
2363
+ "linkedTo": [],
2364
+ "expressionLanguage": "",
2365
+ "defaultExpression": "",
2366
+ "commonExpressions": [],
2367
+ "order": 0,
2368
+ "isVisible": true,
2369
+ "conditionalDisplay": null,
2370
+ "isValid": true,
2371
+ "validationErrors": [],
2372
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2373
+ "rawData": {},
2374
+ "sourceElement": null
2375
+ },
2376
+ {
2377
+ "id": null,
2378
+ "name": "On Timeout, use Latest Avail",
2379
+ "label": "On Timeout, use Latest Avail",
2380
+ "group": "General",
2381
+ "page": "",
2382
+ "type": "float",
2383
+ "dataType": "number",
2384
+ "style": "",
2385
+ "defaultValue": null,
2386
+ "minValue": null,
2387
+ "maxValue": null,
2388
+ "step": null,
2389
+ "menuItems": [],
2390
+ "menuLabels": [],
2391
+ "allowCustom": false,
2392
+ "maxLength": null,
2393
+ "pattern": null,
2394
+ "isArray": false,
2395
+ "arraySize": 1,
2396
+ "dimensions": 1,
2397
+ "description": "uselatestontimeout - When on, if the Disk Read Timeout is reached TouchDesigner will use the latest available frame in place of the skipped frame.",
2398
+ "tooltip": "",
2399
+ "help": "",
2400
+ "units": "",
2401
+ "examples": [],
2402
+ "isReadOnly": false,
2403
+ "isAdvanced": false,
2404
+ "isHidden": false,
2405
+ "isAnimatable": true,
2406
+ "isExpression": false,
2407
+ "isPython": false,
2408
+ "dependsOn": [],
2409
+ "affects": [],
2410
+ "linkedTo": [],
2411
+ "expressionLanguage": "",
2412
+ "defaultExpression": "",
2413
+ "commonExpressions": [],
2414
+ "order": 0,
2415
+ "isVisible": true,
2416
+ "conditionalDisplay": null,
2417
+ "isValid": true,
2418
+ "validationErrors": [],
2419
+ "lastUpdated": "2025-08-07T07:50:04.351Z",
2420
+ "rawData": {},
2421
+ "sourceElement": null
2422
+ },
2423
+ {
2424
+ "id": null,
2425
+ "name": "Async Upload to GPU",
2426
+ "label": "Async Upload to GPU",
2427
+ "group": "General",
2428
+ "page": "",
2429
+ "type": "float",
2430
+ "dataType": "number",
2431
+ "style": "",
2432
+ "defaultValue": null,
2433
+ "minValue": null,
2434
+ "maxValue": null,
2435
+ "step": null,
2436
+ "menuItems": [],
2437
+ "menuLabels": [],
2438
+ "allowCustom": false,
2439
+ "maxLength": null,
2440
+ "pattern": null,
2441
+ "isArray": false,
2442
+ "arraySize": 1,
2443
+ "dimensions": 1,
2444
+ "description": "asyncupload - When enabled, this will use OpenGL features to upload movie images to the asynchronously. This will reduce the cook time of the Movie File In considerably (in the performance monitor the lines that say \"Uploading Image to \" will go down to almost nothing). There is a memory cost to using this feature however. It uses up another (Width * Height * 4 * Read Ahead Size) bytes of memory. If you are having poor results with this feature, make sure your graphics drivers are up to date.",
2445
+ "tooltip": "",
2446
+ "help": "",
2447
+ "units": "",
2448
+ "examples": [],
2449
+ "isReadOnly": false,
2450
+ "isAdvanced": false,
2451
+ "isHidden": false,
2452
+ "isAnimatable": true,
2453
+ "isExpression": false,
2454
+ "isPython": false,
2455
+ "dependsOn": [],
2456
+ "affects": [],
2457
+ "linkedTo": [],
2458
+ "expressionLanguage": "",
2459
+ "defaultExpression": "",
2460
+ "commonExpressions": [],
2461
+ "order": 0,
2462
+ "isVisible": true,
2463
+ "conditionalDisplay": null,
2464
+ "isValid": true,
2465
+ "validationErrors": [],
2466
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2467
+ "rawData": {},
2468
+ "sourceElement": null
2469
+ },
2470
+ {
2471
+ "id": null,
2472
+ "name": "Update Image",
2473
+ "label": "Update Image",
2474
+ "group": "General",
2475
+ "page": "",
2476
+ "type": "float",
2477
+ "dataType": "number",
2478
+ "style": "",
2479
+ "defaultValue": null,
2480
+ "minValue": null,
2481
+ "maxValue": null,
2482
+ "step": null,
2483
+ "menuItems": [],
2484
+ "menuLabels": [],
2485
+ "allowCustom": false,
2486
+ "maxLength": null,
2487
+ "pattern": null,
2488
+ "isArray": false,
2489
+ "arraySize": 1,
2490
+ "dimensions": 1,
2491
+ "description": "updateimage - Image will not update when set to 0. Movie index will continue to move forward but the output image will not update. This is useful when you are using a Movie Audio to get audio from the movie, but you don't care about the video.",
2492
+ "tooltip": "",
2493
+ "help": "",
2494
+ "units": "",
2495
+ "examples": [],
2496
+ "isReadOnly": false,
2497
+ "isAdvanced": false,
2498
+ "isHidden": false,
2499
+ "isAnimatable": true,
2500
+ "isExpression": false,
2501
+ "isPython": false,
2502
+ "dependsOn": [],
2503
+ "affects": [],
2504
+ "linkedTo": [],
2505
+ "expressionLanguage": "",
2506
+ "defaultExpression": "",
2507
+ "commonExpressions": [],
2508
+ "order": 0,
2509
+ "isVisible": true,
2510
+ "conditionalDisplay": null,
2511
+ "isValid": true,
2512
+ "validationErrors": [],
2513
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2514
+ "rawData": {},
2515
+ "sourceElement": null
2516
+ },
2517
+ {
2518
+ "id": null,
2519
+ "name": "Max Decode CPUs",
2520
+ "label": "Max Decode CPUs",
2521
+ "group": "General",
2522
+ "page": "",
2523
+ "type": "float",
2524
+ "dataType": "number",
2525
+ "style": "",
2526
+ "defaultValue": null,
2527
+ "minValue": null,
2528
+ "maxValue": null,
2529
+ "step": null,
2530
+ "menuItems": [],
2531
+ "menuLabels": [],
2532
+ "allowCustom": false,
2533
+ "maxLength": null,
2534
+ "pattern": null,
2535
+ "isArray": false,
2536
+ "arraySize": 1,
2537
+ "dimensions": 1,
2538
+ "description": "maxdecodecpus - Limit the maximum number of CPUs that will be used to decode certain video codecs that are capable of multi-CPU decoding, such as H264/H265 and Cineform.\tNote that this does not affect multi-threaded decoding for image sequence playback, which is instead controlled by increasing the Pre-Read Frame parameter.",
2539
+ "tooltip": "",
2540
+ "help": "",
2541
+ "units": "",
2542
+ "examples": [],
2543
+ "isReadOnly": false,
2544
+ "isAdvanced": false,
2545
+ "isHidden": false,
2546
+ "isAnimatable": true,
2547
+ "isExpression": false,
2548
+ "isPython": false,
2549
+ "dependsOn": [],
2550
+ "affects": [],
2551
+ "linkedTo": [],
2552
+ "expressionLanguage": "",
2553
+ "defaultExpression": "",
2554
+ "commonExpressions": [],
2555
+ "order": 0,
2556
+ "isVisible": true,
2557
+ "conditionalDisplay": null,
2558
+ "isValid": true,
2559
+ "validationErrors": [],
2560
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2561
+ "rawData": {},
2562
+ "sourceElement": null
2563
+ },
2564
+ {
2565
+ "id": null,
2566
+ "name": "High Performance Read",
2567
+ "label": "High Performance Read",
2568
+ "group": "General",
2569
+ "page": "",
2570
+ "type": "float",
2571
+ "dataType": "number",
2572
+ "style": "",
2573
+ "defaultValue": null,
2574
+ "minValue": null,
2575
+ "maxValue": null,
2576
+ "step": null,
2577
+ "menuItems": [],
2578
+ "menuLabels": [],
2579
+ "allowCustom": false,
2580
+ "maxLength": null,
2581
+ "pattern": null,
2582
+ "isArray": false,
2583
+ "arraySize": 1,
2584
+ "dimensions": 1,
2585
+ "description": "highperfread - This option should be used when playing back files that require very high SSD read speeds such as high resolution (4K+) HAP Q files. It greatly improves read performance in those cases. It should not be used for low resolution or low data rate files such as 1080p H264 files.",
2586
+ "tooltip": "",
2587
+ "help": "",
2588
+ "units": "",
2589
+ "examples": [],
2590
+ "isReadOnly": false,
2591
+ "isAdvanced": false,
2592
+ "isHidden": false,
2593
+ "isAnimatable": true,
2594
+ "isExpression": false,
2595
+ "isPython": false,
2596
+ "dependsOn": [],
2597
+ "affects": [],
2598
+ "linkedTo": [],
2599
+ "expressionLanguage": "",
2600
+ "defaultExpression": "",
2601
+ "commonExpressions": [],
2602
+ "order": 0,
2603
+ "isVisible": true,
2604
+ "conditionalDisplay": null,
2605
+ "isValid": true,
2606
+ "validationErrors": [],
2607
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2608
+ "rawData": {},
2609
+ "sourceElement": null
2610
+ },
2611
+ {
2612
+ "id": null,
2613
+ "name": "High Performance Read Factor",
2614
+ "label": "High Performance Read Factor",
2615
+ "group": "General",
2616
+ "page": "",
2617
+ "type": "float",
2618
+ "dataType": "number",
2619
+ "style": "",
2620
+ "defaultValue": null,
2621
+ "minValue": null,
2622
+ "maxValue": null,
2623
+ "step": null,
2624
+ "menuItems": [],
2625
+ "menuLabels": [],
2626
+ "allowCustom": false,
2627
+ "maxLength": null,
2628
+ "pattern": null,
2629
+ "isArray": false,
2630
+ "arraySize": 1,
2631
+ "dimensions": 1,
2632
+ "description": "highperfreadfactor - When doing high performance reads, this parameter controls the size of the read operations that are done on disk. Whatever the largest operation the codec asks to be done, this is multiplied by the read factor and all subsequent reads will read that much data instead. This can result in higher throughput depending on the drives. For example if a request is made to read 1MB and the factor is set to 3, then instead the operations will read 3MB from the disk and the extra 2MB read will be ready for the next frame and will likely already have the next 2 frames available in CPU RAM.",
2633
+ "tooltip": "",
2634
+ "help": "",
2635
+ "units": "",
2636
+ "examples": [],
2637
+ "isReadOnly": false,
2638
+ "isAdvanced": false,
2639
+ "isHidden": false,
2640
+ "isAnimatable": true,
2641
+ "isExpression": false,
2642
+ "isPython": false,
2643
+ "dependsOn": [],
2644
+ "affects": [],
2645
+ "linkedTo": [],
2646
+ "expressionLanguage": "",
2647
+ "defaultExpression": "",
2648
+ "commonExpressions": [],
2649
+ "order": 0,
2650
+ "isVisible": true,
2651
+ "conditionalDisplay": null,
2652
+ "isValid": true,
2653
+ "validationErrors": [],
2654
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2655
+ "rawData": {},
2656
+ "sourceElement": null
2657
+ },
2658
+ {
2659
+ "id": null,
2660
+ "name": "Hardware Decode",
2661
+ "label": "Hardware Decode",
2662
+ "group": "General",
2663
+ "page": "",
2664
+ "type": "float",
2665
+ "dataType": "number",
2666
+ "style": "",
2667
+ "defaultValue": null,
2668
+ "minValue": null,
2669
+ "maxValue": null,
2670
+ "step": null,
2671
+ "menuItems": [],
2672
+ "menuLabels": [],
2673
+ "allowCustom": false,
2674
+ "maxLength": null,
2675
+ "pattern": null,
2676
+ "isArray": false,
2677
+ "arraySize": 1,
2678
+ "dimensions": 1,
2679
+ "description": "hwdecode - Controls if this node should use hardware decoding via the Nvidia hardware decoder chip. You can check if hardware decoding is being used using the Info , 'hardware_decode' channel. This parameter does nothing for Hap and NotchLC codecs, which are always hardware decoded.",
2680
+ "tooltip": "",
2681
+ "help": "",
2682
+ "units": "",
2683
+ "examples": [],
2684
+ "isReadOnly": false,
2685
+ "isAdvanced": false,
2686
+ "isHidden": false,
2687
+ "isAnimatable": true,
2688
+ "isExpression": false,
2689
+ "isPython": false,
2690
+ "dependsOn": [],
2691
+ "affects": [],
2692
+ "linkedTo": [],
2693
+ "expressionLanguage": "",
2694
+ "defaultExpression": "",
2695
+ "commonExpressions": [],
2696
+ "order": 0,
2697
+ "isVisible": true,
2698
+ "conditionalDisplay": null,
2699
+ "isValid": true,
2700
+ "validationErrors": [],
2701
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2702
+ "rawData": {},
2703
+ "sourceElement": null
2704
+ },
2705
+ {
2706
+ "id": null,
2707
+ "name": "Output Resolution",
2708
+ "label": "Output Resolution",
2709
+ "group": "General",
2710
+ "page": "",
2711
+ "type": "float",
2712
+ "dataType": "number",
2713
+ "style": "",
2714
+ "defaultValue": null,
2715
+ "minValue": null,
2716
+ "maxValue": null,
2717
+ "step": null,
2718
+ "menuItems": [],
2719
+ "menuLabels": [],
2720
+ "allowCustom": false,
2721
+ "maxLength": null,
2722
+ "pattern": null,
2723
+ "isArray": false,
2724
+ "arraySize": 1,
2725
+ "dimensions": 1,
2726
+ "description": "outputresolution - - quickly change the resolution of the 's data.\n\n useinput - Uses the input's resolution. eighth - Multiply the input's resolution by that amount. quarter - Multiply the input's resolution by that amount. half - Multiply the input's resolution by that amount. 2x - Multiply the input's resolution by that amount. 4x - Multiply the input's resolution by that amount. 8x - Multiply the input's resolution by that amount. fit - Grow or shrink the input resolution to fit this resolution, while keeping the aspect ratio the same. limit - Limit the input resolution to be not larger than this resolution, while keeping the aspect ratio the same. custom - Directly control the width and height.",
2727
+ "tooltip": "",
2728
+ "help": "",
2729
+ "units": "",
2730
+ "examples": [],
2731
+ "isReadOnly": false,
2732
+ "isAdvanced": false,
2733
+ "isHidden": false,
2734
+ "isAnimatable": true,
2735
+ "isExpression": false,
2736
+ "isPython": false,
2737
+ "dependsOn": [],
2738
+ "affects": [],
2739
+ "linkedTo": [],
2740
+ "expressionLanguage": "",
2741
+ "defaultExpression": "",
2742
+ "commonExpressions": [],
2743
+ "order": 0,
2744
+ "isVisible": true,
2745
+ "conditionalDisplay": null,
2746
+ "isValid": true,
2747
+ "validationErrors": [],
2748
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2749
+ "rawData": {},
2750
+ "sourceElement": null
2751
+ },
2752
+ {
2753
+ "id": null,
2754
+ "name": "Use Input",
2755
+ "label": "Use Input",
2756
+ "group": "General",
2757
+ "page": "",
2758
+ "type": "float",
2759
+ "dataType": "number",
2760
+ "style": "",
2761
+ "defaultValue": null,
2762
+ "minValue": null,
2763
+ "maxValue": null,
2764
+ "step": null,
2765
+ "menuItems": [],
2766
+ "menuLabels": [],
2767
+ "allowCustom": false,
2768
+ "maxLength": null,
2769
+ "pattern": null,
2770
+ "isArray": false,
2771
+ "arraySize": 1,
2772
+ "dimensions": 1,
2773
+ "description": "useinput - Uses the input's resolution. eighth - Multiply the input's resolution by that amount. quarter - Multiply the input's resolution by that amount. half - Multiply the input's resolution by that amount. 2x - Multiply the input's resolution by that amount. 4x - Multiply the input's resolution by that amount. 8x - Multiply the input's resolution by that amount. fit - Grow or shrink the input resolution to fit this resolution, while keeping the aspect ratio the same. limit - Limit the input resolution to be not larger than this resolution, while keeping the aspect ratio the same. custom - Directly control the width and height.",
2774
+ "tooltip": "",
2775
+ "help": "",
2776
+ "units": "",
2777
+ "examples": [],
2778
+ "isReadOnly": false,
2779
+ "isAdvanced": false,
2780
+ "isHidden": false,
2781
+ "isAnimatable": true,
2782
+ "isExpression": false,
2783
+ "isPython": false,
2784
+ "dependsOn": [],
2785
+ "affects": [],
2786
+ "linkedTo": [],
2787
+ "expressionLanguage": "",
2788
+ "defaultExpression": "",
2789
+ "commonExpressions": [],
2790
+ "order": 0,
2791
+ "isVisible": true,
2792
+ "conditionalDisplay": null,
2793
+ "isValid": true,
2794
+ "validationErrors": [],
2795
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2796
+ "rawData": {},
2797
+ "sourceElement": null
2798
+ },
2799
+ {
2800
+ "id": null,
2801
+ "name": "Resolution",
2802
+ "label": "Resolution",
2803
+ "group": "General",
2804
+ "page": "",
2805
+ "type": "float",
2806
+ "dataType": "number",
2807
+ "style": "",
2808
+ "defaultValue": null,
2809
+ "minValue": null,
2810
+ "maxValue": null,
2811
+ "step": null,
2812
+ "menuItems": [],
2813
+ "menuLabels": [],
2814
+ "allowCustom": false,
2815
+ "maxLength": null,
2816
+ "pattern": null,
2817
+ "isArray": false,
2818
+ "arraySize": 1,
2819
+ "dimensions": 1,
2820
+ "description": "resolution - - Enabled only when the parameter is set to Custom . Some Generators like Constant and Ramp do not use inputs and only use this field to determine their size. The drop down menu on the right provides some commonly used resolutions.\n\n resolutionw - resolutionh -",
2821
+ "tooltip": "",
2822
+ "help": "",
2823
+ "units": "",
2824
+ "examples": [],
2825
+ "isReadOnly": false,
2826
+ "isAdvanced": false,
2827
+ "isHidden": false,
2828
+ "isAnimatable": true,
2829
+ "isExpression": false,
2830
+ "isPython": false,
2831
+ "dependsOn": [],
2832
+ "affects": [],
2833
+ "linkedTo": [],
2834
+ "expressionLanguage": "",
2835
+ "defaultExpression": "",
2836
+ "commonExpressions": [],
2837
+ "order": 0,
2838
+ "isVisible": true,
2839
+ "conditionalDisplay": null,
2840
+ "isValid": true,
2841
+ "validationErrors": [],
2842
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2843
+ "rawData": {},
2844
+ "sourceElement": null
2845
+ },
2846
+ {
2847
+ "id": null,
2848
+ "name": "W",
2849
+ "label": "W",
2850
+ "group": "General",
2851
+ "page": "",
2852
+ "type": "float",
2853
+ "dataType": "number",
2854
+ "style": "",
2855
+ "defaultValue": null,
2856
+ "minValue": null,
2857
+ "maxValue": null,
2858
+ "step": null,
2859
+ "menuItems": [],
2860
+ "menuLabels": [],
2861
+ "allowCustom": false,
2862
+ "maxLength": null,
2863
+ "pattern": null,
2864
+ "isArray": false,
2865
+ "arraySize": 1,
2866
+ "dimensions": 1,
2867
+ "description": "resolutionw - resolutionh -",
2868
+ "tooltip": "",
2869
+ "help": "",
2870
+ "units": "",
2871
+ "examples": [],
2872
+ "isReadOnly": false,
2873
+ "isAdvanced": false,
2874
+ "isHidden": false,
2875
+ "isAnimatable": true,
2876
+ "isExpression": false,
2877
+ "isPython": false,
2878
+ "dependsOn": [],
2879
+ "affects": [],
2880
+ "linkedTo": [],
2881
+ "expressionLanguage": "",
2882
+ "defaultExpression": "",
2883
+ "commonExpressions": [],
2884
+ "order": 0,
2885
+ "isVisible": true,
2886
+ "conditionalDisplay": null,
2887
+ "isValid": true,
2888
+ "validationErrors": [],
2889
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2890
+ "rawData": {},
2891
+ "sourceElement": null
2892
+ },
2893
+ {
2894
+ "id": null,
2895
+ "name": "Resolution Menu",
2896
+ "label": "Resolution Menu",
2897
+ "group": "General",
2898
+ "page": "",
2899
+ "type": "float",
2900
+ "dataType": "number",
2901
+ "style": "",
2902
+ "defaultValue": null,
2903
+ "minValue": null,
2904
+ "maxValue": null,
2905
+ "step": null,
2906
+ "menuItems": [],
2907
+ "menuLabels": [],
2908
+ "allowCustom": false,
2909
+ "maxLength": null,
2910
+ "pattern": null,
2911
+ "isArray": false,
2912
+ "arraySize": 1,
2913
+ "dimensions": 1,
2914
+ "description": "resmenu - A drop-down menu with some commonly used resolutions.",
2915
+ "tooltip": "",
2916
+ "help": "",
2917
+ "units": "",
2918
+ "examples": [],
2919
+ "isReadOnly": false,
2920
+ "isAdvanced": false,
2921
+ "isHidden": false,
2922
+ "isAnimatable": true,
2923
+ "isExpression": false,
2924
+ "isPython": false,
2925
+ "dependsOn": [],
2926
+ "affects": [],
2927
+ "linkedTo": [],
2928
+ "expressionLanguage": "",
2929
+ "defaultExpression": "",
2930
+ "commonExpressions": [],
2931
+ "order": 0,
2932
+ "isVisible": true,
2933
+ "conditionalDisplay": null,
2934
+ "isValid": true,
2935
+ "validationErrors": [],
2936
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2937
+ "rawData": {},
2938
+ "sourceElement": null
2939
+ },
2940
+ {
2941
+ "id": null,
2942
+ "name": "Use Global Res Multiplier",
2943
+ "label": "Use Global Res Multiplier",
2944
+ "group": "General",
2945
+ "page": "",
2946
+ "type": "float",
2947
+ "dataType": "number",
2948
+ "style": "",
2949
+ "defaultValue": null,
2950
+ "minValue": null,
2951
+ "maxValue": null,
2952
+ "step": null,
2953
+ "menuItems": [],
2954
+ "menuLabels": [],
2955
+ "allowCustom": false,
2956
+ "maxLength": null,
2957
+ "pattern": null,
2958
+ "isArray": false,
2959
+ "arraySize": 1,
2960
+ "dimensions": 1,
2961
+ "description": "resmult - Uses the Global Multiplier found in Edit>Preferences>TOPs. This multiplies all the TOPs resolutions by the set amount. This is handy when working on computers with different hardware specifications. If a project is designed on a desktop workstation with lots of graphics memory, a user on a laptop with only 64MB VRAM can set the Global Multiplier to a value of half or quarter so it runs at an acceptable speed. By checking this checkbox on, this is affected by the global multiplier.",
2962
+ "tooltip": "",
2963
+ "help": "",
2964
+ "units": "",
2965
+ "examples": [],
2966
+ "isReadOnly": false,
2967
+ "isAdvanced": false,
2968
+ "isHidden": false,
2969
+ "isAnimatable": true,
2970
+ "isExpression": false,
2971
+ "isPython": false,
2972
+ "dependsOn": [],
2973
+ "affects": [],
2974
+ "linkedTo": [],
2975
+ "expressionLanguage": "",
2976
+ "defaultExpression": "",
2977
+ "commonExpressions": [],
2978
+ "order": 0,
2979
+ "isVisible": true,
2980
+ "conditionalDisplay": null,
2981
+ "isValid": true,
2982
+ "validationErrors": [],
2983
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
2984
+ "rawData": {},
2985
+ "sourceElement": null
2986
+ },
2987
+ {
2988
+ "id": null,
2989
+ "name": "Output Aspect",
2990
+ "label": "Output Aspect",
2991
+ "group": "General",
2992
+ "page": "",
2993
+ "type": "float",
2994
+ "dataType": "number",
2995
+ "style": "",
2996
+ "defaultValue": null,
2997
+ "minValue": null,
2998
+ "maxValue": null,
2999
+ "step": null,
3000
+ "menuItems": [],
3001
+ "menuLabels": [],
3002
+ "allowCustom": false,
3003
+ "maxLength": null,
3004
+ "pattern": null,
3005
+ "isArray": false,
3006
+ "arraySize": 1,
3007
+ "dimensions": 1,
3008
+ "description": "outputaspect - - Sets the image aspect ratio allowing any textures to be viewed in any size. Watch for unexpected results when compositing TOPs with different aspect ratios. (You can define images with non-square pixels using xres, yres, aspectx, aspecty where xres/yres != aspectx/aspecty.)\n\n useinput - Uses the input's aspect ratio. resolution - Uses the aspect of the image's defined resolution (ie 512x256 would be 2:1), whereby each pixel is square. custom - Lets you explicitly define a custom aspect ratio in the Aspect parameter below.",
3009
+ "tooltip": "",
3010
+ "help": "",
3011
+ "units": "",
3012
+ "examples": [],
3013
+ "isReadOnly": false,
3014
+ "isAdvanced": false,
3015
+ "isHidden": false,
3016
+ "isAnimatable": true,
3017
+ "isExpression": false,
3018
+ "isPython": false,
3019
+ "dependsOn": [],
3020
+ "affects": [],
3021
+ "linkedTo": [],
3022
+ "expressionLanguage": "",
3023
+ "defaultExpression": "",
3024
+ "commonExpressions": [],
3025
+ "order": 0,
3026
+ "isVisible": true,
3027
+ "conditionalDisplay": null,
3028
+ "isValid": true,
3029
+ "validationErrors": [],
3030
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
3031
+ "rawData": {},
3032
+ "sourceElement": null
3033
+ },
3034
+ {
3035
+ "id": null,
3036
+ "name": "Aspect",
3037
+ "label": "Aspect",
3038
+ "group": "General",
3039
+ "page": "",
3040
+ "type": "float",
3041
+ "dataType": "number",
3042
+ "style": "",
3043
+ "defaultValue": null,
3044
+ "minValue": null,
3045
+ "maxValue": null,
3046
+ "step": null,
3047
+ "menuItems": [],
3048
+ "menuLabels": [],
3049
+ "allowCustom": false,
3050
+ "maxLength": null,
3051
+ "pattern": null,
3052
+ "isArray": false,
3053
+ "arraySize": 1,
3054
+ "dimensions": 1,
3055
+ "description": "aspect - - Use when Output Aspect parameter is set to Custom Aspect.\n\n aspect1 - aspect2 -",
3056
+ "tooltip": "",
3057
+ "help": "",
3058
+ "units": "",
3059
+ "examples": [],
3060
+ "isReadOnly": false,
3061
+ "isAdvanced": false,
3062
+ "isHidden": false,
3063
+ "isAnimatable": true,
3064
+ "isExpression": false,
3065
+ "isPython": false,
3066
+ "dependsOn": [],
3067
+ "affects": [],
3068
+ "linkedTo": [],
3069
+ "expressionLanguage": "",
3070
+ "defaultExpression": "",
3071
+ "commonExpressions": [],
3072
+ "order": 0,
3073
+ "isVisible": true,
3074
+ "conditionalDisplay": null,
3075
+ "isValid": true,
3076
+ "validationErrors": [],
3077
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
3078
+ "rawData": {},
3079
+ "sourceElement": null
3080
+ },
3081
+ {
3082
+ "id": null,
3083
+ "name": "Aspect1",
3084
+ "label": "Aspect1",
3085
+ "group": "General",
3086
+ "page": "",
3087
+ "type": "float",
3088
+ "dataType": "number",
3089
+ "style": "",
3090
+ "defaultValue": null,
3091
+ "minValue": null,
3092
+ "maxValue": null,
3093
+ "step": null,
3094
+ "menuItems": [],
3095
+ "menuLabels": [],
3096
+ "allowCustom": false,
3097
+ "maxLength": null,
3098
+ "pattern": null,
3099
+ "isArray": false,
3100
+ "arraySize": 1,
3101
+ "dimensions": 1,
3102
+ "description": "aspect1 - aspect2 -",
3103
+ "tooltip": "",
3104
+ "help": "",
3105
+ "units": "",
3106
+ "examples": [],
3107
+ "isReadOnly": false,
3108
+ "isAdvanced": false,
3109
+ "isHidden": false,
3110
+ "isAnimatable": true,
3111
+ "isExpression": false,
3112
+ "isPython": false,
3113
+ "dependsOn": [],
3114
+ "affects": [],
3115
+ "linkedTo": [],
3116
+ "expressionLanguage": "",
3117
+ "defaultExpression": "",
3118
+ "commonExpressions": [],
3119
+ "order": 0,
3120
+ "isVisible": true,
3121
+ "conditionalDisplay": null,
3122
+ "isValid": true,
3123
+ "validationErrors": [],
3124
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
3125
+ "rawData": {},
3126
+ "sourceElement": null
3127
+ },
3128
+ {
3129
+ "id": null,
3130
+ "name": "Aspect Menu",
3131
+ "label": "Aspect Menu",
3132
+ "group": "General",
3133
+ "page": "",
3134
+ "type": "float",
3135
+ "dataType": "number",
3136
+ "style": "",
3137
+ "defaultValue": null,
3138
+ "minValue": null,
3139
+ "maxValue": null,
3140
+ "step": null,
3141
+ "menuItems": [],
3142
+ "menuLabels": [],
3143
+ "allowCustom": false,
3144
+ "maxLength": null,
3145
+ "pattern": null,
3146
+ "isArray": false,
3147
+ "arraySize": 1,
3148
+ "dimensions": 1,
3149
+ "description": "armenu - A drop-down menu with some commonly used aspect ratios.",
3150
+ "tooltip": "",
3151
+ "help": "",
3152
+ "units": "",
3153
+ "examples": [],
3154
+ "isReadOnly": false,
3155
+ "isAdvanced": false,
3156
+ "isHidden": false,
3157
+ "isAnimatable": true,
3158
+ "isExpression": false,
3159
+ "isPython": false,
3160
+ "dependsOn": [],
3161
+ "affects": [],
3162
+ "linkedTo": [],
3163
+ "expressionLanguage": "",
3164
+ "defaultExpression": "",
3165
+ "commonExpressions": [],
3166
+ "order": 0,
3167
+ "isVisible": true,
3168
+ "conditionalDisplay": null,
3169
+ "isValid": true,
3170
+ "validationErrors": [],
3171
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
3172
+ "rawData": {},
3173
+ "sourceElement": null
3174
+ },
3175
+ {
3176
+ "id": null,
3177
+ "name": "Input Smoothness",
3178
+ "label": "Input Smoothness",
3179
+ "group": "General",
3180
+ "page": "",
3181
+ "type": "float",
3182
+ "dataType": "number",
3183
+ "style": "",
3184
+ "defaultValue": null,
3185
+ "minValue": null,
3186
+ "maxValue": null,
3187
+ "step": null,
3188
+ "menuItems": [],
3189
+ "menuLabels": [],
3190
+ "allowCustom": false,
3191
+ "maxLength": null,
3192
+ "pattern": null,
3193
+ "isArray": false,
3194
+ "arraySize": 1,
3195
+ "dimensions": 1,
3196
+ "description": "inputfiltertype - - This controls pixel filtering on the input image of the .\n\n nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. This is how you get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
3197
+ "tooltip": "",
3198
+ "help": "",
3199
+ "units": "",
3200
+ "examples": [],
3201
+ "isReadOnly": false,
3202
+ "isAdvanced": false,
3203
+ "isHidden": false,
3204
+ "isAnimatable": true,
3205
+ "isExpression": false,
3206
+ "isPython": false,
3207
+ "dependsOn": [],
3208
+ "affects": [],
3209
+ "linkedTo": [],
3210
+ "expressionLanguage": "",
3211
+ "defaultExpression": "",
3212
+ "commonExpressions": [],
3213
+ "order": 0,
3214
+ "isVisible": true,
3215
+ "conditionalDisplay": null,
3216
+ "isValid": true,
3217
+ "validationErrors": [],
3218
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
3219
+ "rawData": {},
3220
+ "sourceElement": null
3221
+ },
3222
+ {
3223
+ "id": null,
3224
+ "name": "Nearest Pixel",
3225
+ "label": "Nearest Pixel",
3226
+ "group": "General",
3227
+ "page": "",
3228
+ "type": "float",
3229
+ "dataType": "number",
3230
+ "style": "",
3231
+ "defaultValue": null,
3232
+ "minValue": null,
3233
+ "maxValue": null,
3234
+ "step": null,
3235
+ "menuItems": [],
3236
+ "menuLabels": [],
3237
+ "allowCustom": false,
3238
+ "maxLength": null,
3239
+ "pattern": null,
3240
+ "isArray": false,
3241
+ "arraySize": 1,
3242
+ "dimensions": 1,
3243
+ "description": "nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. This is how you get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
3244
+ "tooltip": "",
3245
+ "help": "",
3246
+ "units": "",
3247
+ "examples": [],
3248
+ "isReadOnly": false,
3249
+ "isAdvanced": false,
3250
+ "isHidden": false,
3251
+ "isAnimatable": true,
3252
+ "isExpression": false,
3253
+ "isPython": false,
3254
+ "dependsOn": [],
3255
+ "affects": [],
3256
+ "linkedTo": [],
3257
+ "expressionLanguage": "",
3258
+ "defaultExpression": "",
3259
+ "commonExpressions": [],
3260
+ "order": 0,
3261
+ "isVisible": true,
3262
+ "conditionalDisplay": null,
3263
+ "isValid": true,
3264
+ "validationErrors": [],
3265
+ "lastUpdated": "2025-08-07T07:50:04.352Z",
3266
+ "rawData": {},
3267
+ "sourceElement": null
3268
+ },
3269
+ {
3270
+ "id": null,
3271
+ "name": "Fill Viewer",
3272
+ "label": "Fill Viewer",
3273
+ "group": "General",
3274
+ "page": "",
3275
+ "type": "float",
3276
+ "dataType": "number",
3277
+ "style": "",
3278
+ "defaultValue": null,
3279
+ "minValue": null,
3280
+ "maxValue": null,
3281
+ "step": null,
3282
+ "menuItems": [],
3283
+ "menuLabels": [],
3284
+ "allowCustom": false,
3285
+ "maxLength": null,
3286
+ "pattern": null,
3287
+ "isArray": false,
3288
+ "arraySize": 1,
3289
+ "dimensions": 1,
3290
+ "description": "fillmode - - Determine how the image is displayed in the viewer.\nNOTE:To get an understanding of how TOPs work with images, you will want to set this to Native as you lay down TOPs when starting out. This will let you see what is actually happening without any automatic viewer resizing.\n\n\n useinput - Uses the same Fill Viewer settings as it's input. fill - Stretches the image to fit the edges of the viewer. width - Stretches image to fit viewer horizontally. height - Stretches image to fit viewer vertically. best - Stretches or squashes image so no part of image is cropped. outside - Stretches or squashes image so image fills viewer while constraining it's proportions. This often leads to part of image getting cropped by viewer. nativeres - Displays the native resolution of the image in the viewer.",
3291
+ "tooltip": "",
3292
+ "help": "",
3293
+ "units": "",
3294
+ "examples": [],
3295
+ "isReadOnly": false,
3296
+ "isAdvanced": false,
3297
+ "isHidden": false,
3298
+ "isAnimatable": true,
3299
+ "isExpression": false,
3300
+ "isPython": false,
3301
+ "dependsOn": [],
3302
+ "affects": [],
3303
+ "linkedTo": [],
3304
+ "expressionLanguage": "",
3305
+ "defaultExpression": "",
3306
+ "commonExpressions": [],
3307
+ "order": 0,
3308
+ "isVisible": true,
3309
+ "conditionalDisplay": null,
3310
+ "isValid": true,
3311
+ "validationErrors": [],
3312
+ "lastUpdated": "2025-08-07T07:50:04.353Z",
3313
+ "rawData": {},
3314
+ "sourceElement": null
3315
+ },
3316
+ {
3317
+ "id": null,
3318
+ "name": "Viewer Smoothness",
3319
+ "label": "Viewer Smoothness",
3320
+ "group": "General",
3321
+ "page": "",
3322
+ "type": "float",
3323
+ "dataType": "number",
3324
+ "style": "",
3325
+ "defaultValue": null,
3326
+ "minValue": null,
3327
+ "maxValue": null,
3328
+ "step": null,
3329
+ "menuItems": [],
3330
+ "menuLabels": [],
3331
+ "allowCustom": false,
3332
+ "maxLength": null,
3333
+ "pattern": null,
3334
+ "isArray": false,
3335
+ "arraySize": 1,
3336
+ "dimensions": 1,
3337
+ "description": "filtertype - - This controls pixel filtering in the viewers.\n\n nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. Use this to get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail. When the input is 32-bit float format, only nearest filtering will be used (regardless of what is selected).",
3338
+ "tooltip": "",
3339
+ "help": "",
3340
+ "units": "",
3341
+ "examples": [],
3342
+ "isReadOnly": false,
3343
+ "isAdvanced": false,
3344
+ "isHidden": false,
3345
+ "isAnimatable": true,
3346
+ "isExpression": false,
3347
+ "isPython": false,
3348
+ "dependsOn": [],
3349
+ "affects": [],
3350
+ "linkedTo": [],
3351
+ "expressionLanguage": "",
3352
+ "defaultExpression": "",
3353
+ "commonExpressions": [],
3354
+ "order": 0,
3355
+ "isVisible": true,
3356
+ "conditionalDisplay": null,
3357
+ "isValid": true,
3358
+ "validationErrors": [],
3359
+ "lastUpdated": "2025-08-07T07:50:04.353Z",
3360
+ "rawData": {},
3361
+ "sourceElement": null
3362
+ },
3363
+ {
3364
+ "id": null,
3365
+ "name": "Passes",
3366
+ "label": "Passes",
3367
+ "group": "General",
3368
+ "page": "",
3369
+ "type": "float",
3370
+ "dataType": "number",
3371
+ "style": "",
3372
+ "defaultValue": null,
3373
+ "minValue": null,
3374
+ "maxValue": null,
3375
+ "step": null,
3376
+ "menuItems": [],
3377
+ "menuLabels": [],
3378
+ "allowCustom": false,
3379
+ "maxLength": null,
3380
+ "pattern": null,
3381
+ "isArray": false,
3382
+ "arraySize": 1,
3383
+ "dimensions": 1,
3384
+ "description": "npasses - Duplicates the operation of the the specified number of times. For every pass after the first it takes the result of the previous pass and replaces the node's first input with the result of the previous pass. One exception to this is the GLSL TOP when using compute shaders, where the input will continue to be the connected 's image.",
3385
+ "tooltip": "",
3386
+ "help": "",
3387
+ "units": "",
3388
+ "examples": [],
3389
+ "isReadOnly": false,
3390
+ "isAdvanced": false,
3391
+ "isHidden": false,
3392
+ "isAnimatable": true,
3393
+ "isExpression": false,
3394
+ "isPython": false,
3395
+ "dependsOn": [],
3396
+ "affects": [],
3397
+ "linkedTo": [],
3398
+ "expressionLanguage": "",
3399
+ "defaultExpression": "",
3400
+ "commonExpressions": [],
3401
+ "order": 0,
3402
+ "isVisible": true,
3403
+ "conditionalDisplay": null,
3404
+ "isValid": true,
3405
+ "validationErrors": [],
3406
+ "lastUpdated": "2025-08-07T07:50:04.353Z",
3407
+ "rawData": {},
3408
+ "sourceElement": null
3409
+ },
3410
+ {
3411
+ "id": null,
3412
+ "name": "Channel Mask",
3413
+ "label": "Channel Mask",
3414
+ "group": "General",
3415
+ "page": "",
3416
+ "type": "float",
3417
+ "dataType": "number",
3418
+ "style": "",
3419
+ "defaultValue": null,
3420
+ "minValue": null,
3421
+ "maxValue": null,
3422
+ "step": null,
3423
+ "menuItems": [],
3424
+ "menuLabels": [],
3425
+ "allowCustom": false,
3426
+ "maxLength": null,
3427
+ "pattern": null,
3428
+ "isArray": false,
3429
+ "arraySize": 1,
3430
+ "dimensions": 1,
3431
+ "description": "chanmask - Allows you to choose which channels (R, G, B, or A) the will operate on. All channels are selected by default.",
3432
+ "tooltip": "",
3433
+ "help": "",
3434
+ "units": "",
3435
+ "examples": [],
3436
+ "isReadOnly": false,
3437
+ "isAdvanced": false,
3438
+ "isHidden": false,
3439
+ "isAnimatable": true,
3440
+ "isExpression": false,
3441
+ "isPython": false,
3442
+ "dependsOn": [],
3443
+ "affects": [],
3444
+ "linkedTo": [],
3445
+ "expressionLanguage": "",
3446
+ "defaultExpression": "",
3447
+ "commonExpressions": [],
3448
+ "order": 0,
3449
+ "isVisible": true,
3450
+ "conditionalDisplay": null,
3451
+ "isValid": true,
3452
+ "validationErrors": [],
3453
+ "lastUpdated": "2025-08-07T07:50:04.353Z",
3454
+ "rawData": {},
3455
+ "sourceElement": null
3456
+ },
3457
+ {
3458
+ "id": null,
3459
+ "name": "Pixel Format",
3460
+ "label": "Pixel Format",
3461
+ "group": "General",
3462
+ "page": "",
3463
+ "type": "float",
3464
+ "dataType": "number",
3465
+ "style": "",
3466
+ "defaultValue": null,
3467
+ "minValue": null,
3468
+ "maxValue": null,
3469
+ "step": null,
3470
+ "menuItems": [],
3471
+ "menuLabels": [],
3472
+ "allowCustom": false,
3473
+ "maxLength": null,
3474
+ "pattern": null,
3475
+ "isArray": false,
3476
+ "arraySize": 1,
3477
+ "dimensions": 1,
3478
+ "description": "Pixel Format parameter.",
3479
+ "tooltip": "",
3480
+ "help": "",
3481
+ "units": "",
3482
+ "examples": [],
3483
+ "isReadOnly": false,
3484
+ "isAdvanced": false,
3485
+ "isHidden": false,
3486
+ "isAnimatable": true,
3487
+ "isExpression": false,
3488
+ "isPython": false,
3489
+ "dependsOn": [],
3490
+ "affects": [],
3491
+ "linkedTo": [],
3492
+ "expressionLanguage": "",
3493
+ "defaultExpression": "",
3494
+ "commonExpressions": [],
3495
+ "order": 0,
3496
+ "isVisible": true,
3497
+ "conditionalDisplay": null,
3498
+ "isValid": true,
3499
+ "validationErrors": [],
3500
+ "lastUpdated": "2025-08-07T07:50:04.353Z",
3501
+ "rawData": {},
3502
+ "sourceElement": null
3503
+ }
3504
+ ],
3505
+ "parameterGroups": {},
3506
+ "codeExamples": [],
3507
+ "pythonExamples": [
3508
+ {
3509
+ "title": "Load and Control Movie Playback",
3510
+ "code": "# Configure Movie File In TOP\nmovie = op('moviefilein1')\nmovie.par.file = 'path/to/video.mov'\nmovie.par.play = True\nmovie.par.speed = 1.0\nmovie.par.index = 0.5 # Seek to 50%\n\n# Get movie info\nwidth = movie.width\nheight = movie.height",
3511
+ "description": "Load a video file and control playback"
3512
+ }
3513
+ ],
3514
+ "expressions": [],
3515
+ "commonInputs": [],
3516
+ "commonOutputs": [],
3517
+ "relatedOperators": [],
3518
+ "workflowPatterns": [],
3519
+ "images": [],
3520
+ "videos": [],
3521
+ "assets": [],
3522
+ "keywords": [
3523
+ "movie",
3524
+ "file",
3525
+ "in",
3526
+ "top",
3527
+ "loads",
3528
+ "movies,",
3529
+ "still",
3530
+ "images,",
3531
+ "sequence",
3532
+ "images",
3533
+ "into"
3534
+ ],
3535
+ "tags": [
3536
+ "TOP",
3537
+ "TouchDesigner",
3538
+ "Movie File In TOP"
3539
+ ],
3540
+ "searchWeight": 1,
3541
+ "contentHash": "",
3542
+ "processingDate": "2025-08-07T07:50:04.354Z",
3543
+ "processingVersion": "1.0.0",
3544
+ "isValid": true,
3545
+ "validationErrors": []
3546
+ }